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


@import url("common.css");

#guide_box{
	float:left;
}


#guide_box:after{
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

*:first-child+html #guide_box{
	display: inline-block;
}

.guide_box_float{
	float:left;
	width:207px;
	margin:0px 7px 10px 0;
	display:inline;
}

.guide_box_float_right{
	float:left;
	width:207px;
	
}

* html .clear_ie6{
	clear:both;
}
	

.event_box{
	background-image:url(../guide/img/bg_box_a.gif);
	width:207px;
	margin:15px 0 0px;
}

.event_box ol{
	list-style-type: none;
}

.event_box dt{
	height:52px;
}

.event_box dd{
	padding:9px 9px 14px 9px;
	background:url(../guide/img/bt_off.gif) no-repeat 0 100%;
	height:310px;
	position:relative;
}

.event_box ul{
	position:absolute;
	bottom:15px;
}

.event_box li{
	background:url(../img/bg_caps_point2.gif) no-repeat 0 0;
	text-indent:23px;
}

.cap_rannking_cooking{
	margin:4px 0 10px;
	padding:0 0 5px;
	border-bottom:1px solid #fd407a;
}

.cap_rannking_ex{
	margin:4px 0 10px;
	padding:0 0 5px;
	border-bottom:1px solid #0d4e90;
}

.no1{
	background:url(../guide/img/rank1.gif) no-repeat 0 0;
	padding:0 0px 5px 23px;
	margin:3px 0 3px;
	border-bottom:1px solid #eee;
	line-height:1.4em;
}

.no2{
	background:url(../guide/img/rank2.gif) no-repeat 0 0;
	padding:0 0px 5px 23px;
	margin:3px 0 3px;
	border-bottom:1px solid #eee;
	line-height:1.4em;
}

.no3{
	background:url(../guide/img/rank3.gif) no-repeat 0 0;
	padding:0 0px 5px 23px;
	margin:3px 0 3px;
	border-bottom:1px solid #eee;
	line-height:1.4em;
}

