
@charset "utf-8";

/*===============================================================================*/
/*top*/
/*===============================================================================*/

/*menu on*/

#right_con ul li#m01{
	width:210px;
	height:47px;
	background-image:url(../common/img/bg_left_menu.png);
	background-position:left 0px;
	background-repeat:no-repeat;
	}
	
#right_con ul li#m01 a{
	color:#333;
	text-decoration:none;
	}

#right_con ul li#m01 a:hover{
	color:#333;
	text-decoration:none;
	}






/*main image*/

#main_wrapper{
/*	min-height:596px;*/
	min-height: 386px;
	background-image:url(../img/bg_billboard.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
* html #main_wrapper{
/*	height:596px;*/
	height: 386px;
	}
	
	
#main_wrapper #main_banner{
	width:900px;
/*	height:600px;*/
	height: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


#main_wrapper #main_banner h2{
	}
	
	
#main_wrapper #main_banner p{
	color:#00438F;
	}
	
	
#main_wrapper #main_banner p.bill_ttl{
	width:400px;
	margin-bottom:5px;
	margin-left:115px;
	padding-bottom:5px;
	border-bottom:#00438F 1px solid;
	font-size:110%;
	}
	
#main_wrapper #main_banner p.bill_txt{
	width:400px;
	margin-bottom:5px;
	margin-left:115px;
	padding-bottom:5px;
	}

#main_wrapper #main_banner .bill_shop_btn{
	text-align:right;
	margin-top:70px;
	}


	

/*contents*/

#contents_wrapper #contents_con{
	float:left;
	width:560px;
	padding-bottom:50px;
	}


#contents_con .campain_con{
	padding-bottom:15px;
	}


	
#contents_con #con_list{
	font-size:90%;
	}
#contents_con #con_list .centercell {
	margin: 0px;
	margin-bottom: 13px;
}
#contents_con #con_list p.lineup {
	margin: 0px;
	margin-bottom: 6px;
}
#contents_con #con_list .leftcell{
	float:left;
	margin-right:13px;
	_margin-right:12px;
	margin-bottom:13px;
	background-image:url(../img/bg_contents_cell.gif);
	background-repeat:no-repeat;
	padding:5px;
	width:263px;
	height:220px;
	}
	

	
#contents_con #con_list .rightcell{
	float:left;
	padding:5px;
	width:263px;
	margin-bottom:13px;
	background-image:url(../img/bg_contents_cell.gif);
	background-repeat:no-repeat;
	height:220px;
	}


#contents_con #con_list p{
	margin-top:5px;
	}
	
#contents_con #con_list p span{
	display:block;
	margin-top:5px;
	text-align: right;
	}
