@charset "utf-8";
/* CSS Document */

div#topnav{
	position:absolute;
	text-indent:-9999px;
}

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
a{	color:#38a0fd;}

/* ----------------------------------------
*	ページスタイル　index.html
---------------------------------------- */
div#header,
div#footer{
	width:100%;
}
div#navigation,
div#content{
	width:950px;
	margin:0 auto;
}

/*	header ヘッダー		---------------------------------------- */
div#header{
	background-color:#F1E829;
	text-align:center;
	height:243px;
	margin:0 0 15px;
}
div#header h1{
	margin:0;
}

/*	footer フッター		---------------------------------------- */
div#footer{
	background-color:#000;
	text-align:center;
}
div#footer div{
	width:900px;
	margin:0 auto;
	height:10px;
	padding:10px 0;
}
div#footer a{
	float:right;
}

/*	navigation ナビゲーション		---------------------------------------- */
div#navigation{
	margin:0 auto 15px;
}
div.to_pagetop{
	text-align:right;
}

/*	content コンテンツ		---------------------------------------- */
div#selldvd,
div#dvd,
div#books{
	background-image:url(../images/bg_container.png);
	padding:5px;
	margin-bottom:15px;
}
div#selldvd_content,
div#dvd_content,
div#books_content{
	background-color:#FFF;
}
div#selldvd h2,
div#dvd h2,
div#books h2{
	width:940px;
	height:39px;
	margin:0;
}
div.section1,
div.section2{
	width:900px;
	margin:0 auto;
	padding-bottom:30px;
}
div.section1{
	border-bottom:dotted 1px #CCC;
	padding-top:30px;
	margin-bottom:30px;
}
div#selldvd div.section1,
div#books div.section1{
	margin-bottom:0;
	border:none;
}
div.goods-box{
	float:left;
	width:300px;
	height:180px;
	position:relative;
}
div#selldvd_content div.goods-box{	height:225px;}
div#selldvd_content div.section2 div.goods-box{	height:190px;}
div.goods-box h3,
div.goods-box p.goods-txt{
	margin:0 10px 7px 0;
	float:right;
	width:165px;
	font-size:12px;
}
div.goods-box h3{
	font-size:14px;
	color:#38a0fd;
}
div.goods-box p.goods-txt a{
	display:block;
	background:url(../images/btn_official.png);
	width:108px;
	height:30px;
	position:absolute;
	bottom:0;
	left:130px;
	text-indent:-9999px;
	overflow:hidden;
}
div.to-details p.goods-txt a{	background:url(../images/btn_details.png);}
div.goods-box p.goods-txt a:hover{	background-position:0 -30px;}

div#selldvd_content p.goods-txt a.detailsite{
	background:url(../images/btn_details.png);
	bottom:35px;
}
div#selldvd_content p.goods-txt a.sellbuy,
div#books_content p.goods-txt a.sellbuy {
	background:url(../images/btn_buy.png);
}
div.goods-box p.goods-pic{
	margin:0 0 0 5px;
	float:left;
	width:106px;
}
