@charset "utf-8";
/* CSS Document */


/* 共通 */

a:link {
	color: #ab7910;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #ab7910;
}
a:hover {
	text-decoration:underline;
	color:#EEB846;
}
a:active {
	text-decoration:underline;
	color: #ab7910;
}



body{
	background-image:url(img/bg_repeat_ue.jpg);
	background-repeat:repeat-x;
	background-color:#7e0a0a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height:normal;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6,p,ul{
	margin:0px;
	padding:0px;
	color:#201703;
	font-size:12px;
	font-weight:normal;
	list-style:none;
}


/* 段組 */

#wrap{
	width:1226px;
	margin-left:auto;
	margin-right:auto; 
	}

#upper_wrap{
	width:1226px;
	height:387px;
	background-image:url(img/main_img.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#bottom_wrap{
	background-image:url(img/bg_repeat_shita.gif);
	background-repeat:repeat-y;
}

#main_body{
	background-color:#FFF;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#left_body{
	float:left;
	width:480px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#right_body{
	float:left;
	width:280px;
}

#footer{
	clear:both;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	height:60px;
}




/*upper_wrap*/
.tenpo_setsumei{
	height:45px;
	width:244px;
	text-align:center;
	padding-top:25px;
	padding-right:223px;
	line-height:1.2;
	float:right;
}


.menu_list{
	padding-top:337px;
	padding-left:243px;
}

.menu{
	float:left;
}




/*left_body*/
.osusume_contents{
	overflow:hidden;
	clear:both;
	width:480px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-bottom-color:#201713;
	border-bottom-width:1px;
}

.osusume_img{
	width:165px;
	float:left;
	padding-right:10px;
}

.osusume_text01{
	float:left;
	width:305px;
}

.osusume_text02{
	float:left;
}

.osusume_text_title{
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
}

.osusume_text_text{
	padding-top:10px;
	line-height:1.5;
}



.oshirase_title{
	padding-top:40px;
}

.oshirase_list{
	padding-top:10px;
	line-height:2;
}

.oshirase_contents{
	overflow:hidden;
	clear:both;
	width:480px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-bottom-color:#201713;
	border-bottom-width:1px;
}


.oshirase_date{
	float:left;
}

.oshirase_text{
	float:right;
	width:380px;
	font-weight:bold;
}



/*right_body*/

.keitai_coupon_img{
	padding-top:20px;
}

.saiyo_img{
	padding-top:11px;
}

.tenpojoho_bg{
	background-image:url(img/tenpojouho_bg.jpg);
	background-repeat:no-repeat;
	height:376px;
	margin-top:15px;
	margin-bottom:15px;
}

.tenpojoho_bg_repeat{
	padding-top:235px;
	padding-left:40px;
	line-height:1.5;
	letter-spacing:1.5px;
	color:#FFF;
}

.tenpojoho_footer{
	text-align:right;
	padding-right:45px;
	font-weight:bold;
	color:#FFF;
}


/*footer*/
#footer h3{
	text-align:right;
	padding-right:240px;
	color:#FFF;
	padding-top:5px;
}
