@charset "shift_jis";
/* ===== * ===== * ===== * ===== *
	Top Page CSS
	coded by K.Sugimura(TCI)
	
	1.ヘッダー
	2.コンテンツ
	3.レコメンド
	4.フッター
 * ===== * ===== * ===== * ===== */


/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * ヘッダー
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#top #header_bg{
width: 100%;
height: 102px;
border-top: solid 5px #09c;
background: url(../img-top/back-img_01.jpg) no-repeat center;
}

#top h1{
margin: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * コンテンツ
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#top_img{
width: 100%%;
height: 326px;
margin-bottom: 27px;
background: url(../img-top/back-img_02.jpg) no-repeat center;
}
#top_img span{
display: none;
}
#top_img a{
width: 105px;
height: 26px;
margin-left: -64px;
display: block;
position: relative;
left: 50%;
top: 240px;
}


#top #container{
width: 471px;
float: left;
}


#top h2{
margin-bottom: 8px;
border-bottom: dashed 1px #09c;
font-size: 100%;/* ブラウザ16pxの時16px/18px相当 */
line-height: 1.2;
color: #09c;
}

#top #container dl{
margin-bottom: 16px;
}
#top #container dt{
margin: 0 0 1px 1px;
color: #333;
}
#top #container dd{
margin: 0 0 8px 1px;
padding-left: 14px;
background: url(../img-all/ico_move.gif) no-repeat 3px center;
}

#otherinfo{
margin: 0 0 33px 1px;
}
#otherrecommend{
margin-top: 16px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * レコメンド
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#recommend{
width: 412px;
margin-top: 18px;
float: right;
}
#recommend img{
margin-bottom: 10px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * フッター
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#top #footer{
margin-top: 60px;
}

