/* CSS Document */

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}




#devil{
	width:800px;
	margin:0 auto;
	padding-bottom:40px;
	background:#000;
}

.hide{
	display:none;
}

.pre_devil_title_upper{
	width:800px;
	height:250px;
	background:url(pre_devil_title_upper.jpg) no-repeat;
	text-indent:-9999px;
}

.pre_devil_title_center1{
	width:800px;
	height:250px;
	background:url(pre_devil_title_center1.jpg) no-repeat;
	text-indent:-9999px;
}

.pre_devil_title_center2{
	width:800px;
	height:250px;
	background:url(pre_devil_title_center2.jpg) no-repeat;
	text-indent:-9999px;
}

.pre_devil_title_bottom{
	width:800px;
	height:335px;
	background:url(pre_devil_title_bottom.jpg) no-repeat;
	text-indent:-9999px;
}

.pre_devil_intro{
	width:800px;
	height:380px;
	margin:15px 0;
	background:url(pre_devil_intro_back.gif) no-repeat;
}

.pre_devil_monster_box{
	display:inline;
	width:351px;
	height:371px;
	position:relative;
	margin-left:28px;
	padding:95px 15px 0;
	background:url(pre_devil_monster_box_back.jpg) no-repeat;
}

.pre_devil_ghost_box{
	display:inline;
	width:329px;
	height:371px;
	position:relative;
	margin-right:28px;
	padding:95px 10px 0;
	background:url(pre_devil_ghost_box_back.jpg) no-repeat;
}

.qutline_monster{
	width:200px;
	padding:5px;
	font-size:13px;
	color:#fff;
	background-color:#000;
	opacity: 0.7;
	filter: alpha(opacity=70);	/* IE6、IE7対応 */
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
}

.qutline_ghost{
	width:175px;
	padding:5px;
	font-size:13px;
	color:#fff;
	background-color:#000;
	opacity: 0.7;
	filter: alpha(opacity=70);	/* IE6、IE7対応 */
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
	line-height:1.1;
}

a.to_notification{
	display:block;
	padding-left:15px;
	background:url(indent.gif) no-repeat;
	font-size:12px;
	color:#fff;
	line-height:1.3;
	position:absolute;
	left:40px;
	bottom:10px;
}

a.to_notification:hover{
	text-decoration:none;
}

.pre_devil_preceding{
	width:738px;
	height:129px;
	margin:35px auto;
	padding-top:120px;
	background:url(pre_devil_preceding.jpg) no-repeat;
}

p.preceding_red{
	color:#ff0000;
	text-align:center;
}

p.preceding_shop{
	font-size:14px;
	margin:15px 0 0 85px;
	color:#000;
}

a.search_shop{
	display:block;
	margin:15px 0 0 450px;
	padding:3px 0 3px 25px;
	background:url(kensaku.gif) no-repeat;
	font-size:14px;
	line-height:20px;
	color:#000;
}

a.search_shop:hover{
	text-decoration:none;
}


a.kaishi:link { color: #ffffff; text-decoration: underline;}
a.kaishi:visited { color: #ffffff; text-decoration: underline;}
a.kaishi:hover { color: #FF0; text-decoration: none;}












