@charset "UTF-8";

/* --- 全体 --- */

p{
margin:0px 0px 0px 0px; 
}
img{
border:none;
}
a:hover img {
 opacity: 0.9;
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
}
a:link{
color: #6633cc;
}
a:visited{
color: #6633cc;
}
a:hover{
 color: #ff33aa;
}
a:active{
color: #ff33aa;
}
body{
font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
margin:0px;
color: #666666;
background-image: url(img/back.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
th,td{
font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
}
#container_index{
background-color: #d91170;
color: #ffffff;
}
.clr-block{
clear : both ;
margin:0px 0px 0px 0px;
}
#footer{
color: #ffffff;
font-size: 10px;
}
#mainBox{
background-color: #ffffff;
line-height: 140%;
}

/* --- ここまで --- */

/* --- 表 --- */

dl,dd,dt{
font-family:'verdana','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
}

/*widthは並べたい枚数にあわせて調整*/
#gallery{
    width:auto;
    background-color:#ffffff;
	margin:0px 0px 0px 6px;
	padding:5px 0px 0px 0px;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
	text-align: center;
	margin:6px;
    padding:0px;
	position: relative;
	left:0;
    float:left;
    width:120px;
    font-size:12px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#cccccc;
	background-color: #ffffff;
}
dt{
    margin:0px;
    padding:10px 0px 0px 0px;
	background-color: #ffffff;
}
dd{
	color: #ffffff;
    margin:0px;
    padding:0px 0px;
    border-color:#f460aa;
    border-bottom:0px solid;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.comment{
background-color: #ffffff;
color: #666666;
text-align: center;
height:72px;
margin-bottom:0px;
}

/* フッターの背景 */
div#footer-bk
{
	background-color: #000000;   /* 背景色(黒) */
	width:952px;               /* 横の幅を100% */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 10px 0;          /* 上下に余白を取る */
	margin:5px 0 0 0;
}
/* フッターの表示領域 */
div#footer{
	width: 950px;           /* 横の幅970px */
	vertical-align:top;
}

/* --- ここまで --- */

/* --- 見出し --- */

/* --- ここまで --- */