@import "common.css";

/*  
 index [  
----------------------------------------------------------- */ 
#index_main { margin:0 20px 20px; }
#index_main_campaign { margin:0 20px 10px; }

#msg_wrap { 
padding:0 15px;
font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
font-size:12px; line-height:1.4; }
.msg {
	float:left;
	width:205px;
	height:216px;
	background-image: url(../images/msg_bg.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
.msg_note {
	padding:10px 20px 0;
	height:118px; line-height:1.5;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.msg_note2 {
	padding:10px 20px 0;
	height:118px; line-height:1.3;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.msg_btm { float:right }

/*  
 news [  
----------------------------------------------------------- */ 
#index_main_wrap { clear:both; margin:0 20px 20px; }

/*  
 index_main_wrap_L [  
----------------------------------------------------------- */ 
#index_main_wrap_L { float: left; width:600px; }
#index_main_wrap_L #index_news {
	padding-top: 60px; background-image: url(../images/bg_news.gif); background-repeat: no-repeat;
	margin-bottom:10px;
}
#index_main_wrap_L #index_news  p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#index_main_wrap_L #discount {
	background-image: url(../images/index_discount.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
	height: 88px;
}
#discount td { padding:4px; }
#discount .price { padding-left:50px; color:#e7141a; }

/*  
 index_main_wrap_R [  
----------------------------------------------------------- */ 
#index_main_wrap_R { float: right; width:205px; text-align:center; }
#index_main_wrap_R .bn { margin-bottom:10px; }
#index_main_wrap_R #qrcode { margin-bottom:10px; }

