@charset "utf-8";
/* CSS Document */
html{
	background: url(bg.gif) #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
body{
	color:#FFF;
	font-size:80%;
	line-height:1.3em;
	}
*{
	margin:0;
	padding:0;
	}
strong{
	font-weight:bold;
	text-decoration:none;
	}
.event strong{
	font-size:100%;
	border:1px solid #FFFFFF;
	padding:1px 2px;
	}
small{
	font-size:80%;
	font-weight:normal;}

a:link,
a:visited{
	color:#FFFFFF;
	}	
a:hover,
a:active{
	color:#004186;
	}

#container{
	width:740px;
	background:url(main_bg.jpg) no-repeat #FF8C00;
	height:100%;
	margin:0 auto;
	
	}
.head{
	height:515px;
	position:relative;
	}
.days{
	top:7px;
	left:548px;
	position: absolute;
	}
.information{
	top:395px;
	left:423px;
	position: absolute;
	}
.information a img{
	border:none;
	}
.main{
	width:449px;
	float:left;
	}
.main h2{
	margin:15px 10px 5px 15px;
	}
.main p{
	margin:5px 10px 2em 20px;
	}
.main ul{
	margin:5px 10px 2em 20px;
	padding:0;
	list-style:none;
	}
.main li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
	}
.prodact{
	width:291px;
	float:right;
	position:relative;
	}
.prodact .calen{
	position: absolute;
	top:-17px;
	}
/*カート*/
.cartset{
	margin:390px 15px 20px 20px;
	border:2px dotted #FFF;
	padding:10px;
	color:#000;
	background:#FFC580;
	}
h3{
	color:#004186;
	font-size:110%;
	}
.cartset p{
	margin:5px 0;
	font-size:90%;
	line-height:1.2em;
	}
form.odertable{
	margin-right:35px;
	margin-top:5px;
	}
input.oder,
input.cart{
	width:70px;
	text-align:center;
	font-size:12px;
	height:20px;
	background-color:#FF8C00;
	border:2px solid #004186;
	color: #004186;
	font-weight:bold;
	}
/*.order{
	display:block;
}
.cartbtn{
	display:block;
}*/

	
/*フッター*/
.footer{
	margin:5px 20px 30px 20px;
	clear:both;
	}
.menu{
	text-align:right;
	margin:0 0 5px 0;
	}
.copyright{
	border-top:5px dotted #FFF;
	text-align:center;
	margin:0;
	}
/*関連商品*/
.banner{
	margin:0 20px;
	clear:both;
	}
.banner a img{
	border:none;
	}

