@charset "Shift-JIS";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */

#contents{
	font-size: 92%;
}


#top_image {
	background-image: url(../img/top/image_back.jpg);
	background-repeat: no-repeat;
	height: 315px;
	width: 550px;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}
#msg,
#bands {
	float: right;
	width: 285px;
	padding-right: 15px;
}
#msg h2 {
	background-image: url(../img/top/title_top.jpg);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin: 20px 0px 15px;
	padding: 0px;
}

#msg p{
font-size:110%;
}
#new {
	padding: 1px 0px 20px;
	width: 542px;
	border-top: 2px solid #9F4642;
	border-bottom: 2px solid #9F4642;
	float: left;
}
#new h2 {
	background-image: url(../img/top/title_newarrival.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#new dl {
	width: 512px;
	padding-left: 13px;
	padding-top: 10px;

}
#new dt {
	clear: both;
	width: 80px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
}
#new dd {
	width: 400px;
	margin-top: -35px;
	padding-left: 115px;
	background-image: url(../img/icon_allow_g.gif);
	background-repeat: no-repeat;
	background-position: 100px 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #CCCCCC;
	
}
#bands .b_top {
	background-image: url(../img/bands/bands.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 157px;
	width: 282px;
}
#bands .b_main {
	background-image: url(../img/bands/waku_base.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 272px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#bands .b_under {
	background-image: url(../img/bands/waku_under.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 282px;
}
#bands h2 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 100%;
}
.homepage a{
	background-image: url(../img/homepage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 113px;
	margin: 0px 0px 0px 140px;
	padding: 0px;
display:block;
}

.usapage a{
margin-top:20px;
	background-image: url(../img/usapage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 143px;
	padding: 0px;
display:block;
}

#container #contents #msg .btn_next2346,
#container #contents #msg .btn_nxt_1203{
	margin-top:15px;	
	}
	
#container #contents #msg li a{
	height: 50px;
	width: 265px;
	display:block;
	text-indent:-9999px;
	}

#container #contents #msg li.LOGO a{
	text-indent:0px;
}	
#container #contents #msg .btn_next2346 a {
	background-image: url(../img/top/btn_next2346.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container #contents #msg .btn_bc600 a {
	background-image: url(../img/top/btn_bc600.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #contents #msg .btn_nxt_1203 a {
	background-image: url(../img/top/btn_next_1203.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container #contents #msg .btn_bc600_1203 a {
	background-image: url(../img/top/btn_bc600_1203.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#contents #new .backnumber{
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}
