@charset "shift_jis"; 

	
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	color: #323232;
	vertical-align: top;
	}

body {
	margin: 0 auto;
	background: url(../img/bg.jpg) repeat-x center top;
	}


img {
	vertical-align: top;
	border: none;
	}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	}

.s1 {
	font-size: 10px;
	line-height: 100%;
	}


/* --- link --- */
a:link {text-decoration: underline;color: #333333;}
a:visited {text-decoration: none;color: #333333;}
a:hover {text-decoration: none;color: #333333;}
a:active {text-decoration: none;color: #333333;}


/*########################################*/


/* --- head_area --- */
#head_area {
	margin: 0 auto;
	height:auto;
	border: solid;
	border-color: #000000;
	border-width: 5px 0 0 0;
	background: url(../img/bg_hl.jpg) no-repeat left top;
	}


/* --- mainframe --- */
#mainframe {
	margin: 0 auto;
	padding:0 0 40px 0;
	width: 716px;
	overflow:hidden;
	}


/*-- header --*/
#header {
	width: 716px;
	height: 34px;
	}
	
#header .logo {
	width: 103px;
	height: 34px;
	float: right;
	}


/*-- contents_w --*/
#contents_w {
	padding-right: 16px;
	width: 350px;
	float: left;
	}
#contents_w h1 {
	width: 350px;
	height: 300px;
	float: left;
	}
#contents_w p.bt_w {
	width: 350px;
	height: 61px;
	float: left;
	}


/*-- contents_d --*/
#contents_d {
	width: 350px;
	float: left;
	}
#contents_d h2 {
	width: 350px;
	height: 300px;
	float: left;
	}
#contents_d p.bt_d {
	width: 350px;
	height: 61px;
	float: left;
	}

/*-- spec_small --*/
.spec_s {
	width: 350px;
	height:200px;
	float: left;
	background: url(../img/spec_box_small.gif) no-repeat center bottom;
	}
.spec_s dl dt {
	padding: 5px 15px 15px 15px;
	clear: both;
	}
.spec_s dl dt p.specbox {
	float: left;
	line-height: 130%;
	}
.spec_s dl dt p.cerobox {
	width: 64px;
	float: right;
	}
.spec_s dl dd {
	padding: 5px 15px 15px 15px;
	width: 320px;
	float: left;
	}


/*-- contents_p --*/
#contents_p {
	width: 716px;
	}
#contents_p p.left {
	width: 358px;
	height: 105px;
	float: left;
	}
#contents_p p.right {
	width: 358px;
	height: 105px;
	float: left;
	}

/*-- spec_big --*/
.spec_b {
	width: 716px;
	height:150px;
	background: url(../img/spec_box_big.gif) no-repeat center;
	}
	
.spec_b dl dt {
	padding: 5px 0px 15px 15px;
	width: 605px;
	float: left;
	line-height: 130%;
	}
	
.spec_b dl dd {
	padding: 5px 0px 15px 15px;
	float: left;
	}


/* --- 大神声絵巻バナー --- */
.bn_emaki a{
	width:716px;
	height:199px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../img/re/btn_emaki_bn01_on.jpg) no-repeat;
	display:block;
}

.bn_emaki a:hover img{
	width:716px;
	height:199px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	visibility:hidden;
}

.bn_ecap a img{
	opacity:0.9;
}


.bn_ecap a img:hover{
	opacity:1;
}

#copy_capcom img{
	padding-bottom:5px;
}


