/* CSS Document */
/* ==========================================================================
* ---------->>>ベース設定
* ========================================================================== */
/*縦スクロールバーを常に表示*/
html>/**/body{
overflow-y:scroll;
}
html:first-child body{
min-height:100%;
padding-bottom:1px;
} 
/*ページ全体*/
body {
margin:0px;
padding: 0px;
background-color:#656565;
color:#ffffff;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:140%;
text-align:center;
background-image:url(../images/zanmabg.gif);
}
/*リンク関係*/
a:link {color:#ffffff;}
a:visited {color:#ffffff;}
a:active {color:#ffffff; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:none;}
/* ==========================================================================
 * ------>>>汎用クラス
 * ========================================================================== */
.clearfix {
	display:inline-block;
}
.clearfix:after {
	content:" ";
	clear:both;
	overflow:hidden;
	display:block;
	visibility:hidden;
	margin-bottom:-1px;
	height:1px;
	font-size:1px;
	line-height:1px;
}
/* \*/
.clearfix {
	display:block;
	height:1px;
}
html>body .clearfix {
	height:auto;
}
/* */
/* ==========================================================================
* ---------->>>
* ========================================================================== */
#zanma_trunk{
width:742px;
margin:0px auto 0px auto;
}
.zanma_top{
margin:0px;
padding:0px;
}
#zanma_btnarea{
height:143px;
background-image:url(../images/zanma_main03.jpg);
background-repeat:no-repeat;
clear:both;
}
#zanma_info{
width:440px;
float:left;
}
#zanma_btn{
width:302px;
float:right;
text-align:left;
}
#zanma_buy{
margin-bottom:8px;
}
#zanma_pv{
margin-bottom:19px;
}
#zanma_foot{
width:742px;
border-top:1px solid #666666;
background-color:#000;
margin:0;
padding:15px 0px 0px 0px;
}
.zanma_bn{
margin:0px 5px 0px 5px;
border:1px solid #666666;
}
#zanma_copy{
padding:15px;
}
.pagetop{
width:722px;
background-color:#000;
margin:0px;
padding:10px 20px 10px 0px;
text-align:right;
}