@charset "utf-8";
/*　top page　-----*/
#body .flash {
	text-align:center;
	margin-bottom:10px;
}
#contents {
	width:795px;
	margin:0 12px 0 11px;
	
}

/*mozilla用---*/
#contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*IE用---*/
*html #contents {
	display:inline-table;
}

#l_area {
	float:left;
	width:185px;
}
#l_area li{
	list-style:none;
}
#r_area {
	float:right;
	width:599px;
	text-align:left;
}
#l_area .bnr{
	margin-top:30px;
	margin-left:5px;
}
#l_area .bnr li{
	margin-bottom:5px;
}

#h_menu {
	background-color: #FFFFFF;
	width: 818px;
	margin:0 auto;
	clear: both;
	height: 26px;
}

#h_menu #float_right {
	float: right;
}

#h_menu p , #h_s_menu p, .p_entry_l_btn {
	width: auto;
	float: left;
}
