@charset "utf-8";
/* CSS Document */
html{
	background:#000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
body{
	width:800px;
	height:100%;
	background:url(bg.jpg) #000000 no-repeat 400px top;
	/*Fierfox 対策　positionは左右　天地の順に書く*/
	margin:0 auto;
	color:#FFFFFF;
	font-size:80%;
	line-height:130%;
	}
*{
	margin:0;
	padding:0;
	}
strong{
	font-size:110%;
	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:#A08249;
	}	
a:hover,
a:active{
	color:#FFFFFF;
	}

#container{
	width:800px;
	height:100%;
	margin:0 auto;
	position:relative;
	}
h1 img,
h2 img{
	display:block;
	border:0;
	margin:0;
	}
.main{
	margin-left:40px;
	width:480px;
	}
h2{
	border-bottom:2px solid #A08249;
	margin-bottom:5px;
	}
h4{
	font-size:105%;
	font-weight:bold;
	margin:20px 35px 5px 0;
	}
p{
	line-height:150%;
	margin:5px 35px 1em 0;
	}

p.dvdcd {
	border-left:5px solid #A08249;
	padding-left:5px;
	}
.day1{
	top:35px;
	left:662px;
	position: absolute;
	}
	
/*パケ写*/
.prodact{
	margin-left:40px;
	width:760px;
	text-align:right;
	position:relative;
	background:url(pake_bg.jpg) no-repeat left 50%;
	}
.prodact p{
	margin-bottom:0;
	margin-top:0;
	}
.prodact span{
	top:-160px;
	right:53px;
	position: absolute;
	}
	
/*注文ボタン*/
form.odertable{
	margin-right:35px;
	margin-top:5px;
	}
input.oder,
input.cart{
	width:70px;
	text-align:center;
	font-size:12px;
	height:20px;
	background-color:#000000;
	border:2px solid #A08249;
	color: #A08249;
	font-weight:bold;
	}

/*プロフ*/
.profile{
	margin-left:40px;
	width:760px;
	margin-bottom:30px;
	}
h3{
	margin-left:40px;
	width:760px;
	}
/*イベントガイド*/
.event{
	margin:5px 0 20px 40px;
	width:720px;
	border:1px solid #A08249;
	padding:10px;
	}
.event h4{
	font-size:120%;
	border-bottom:2px solid #A08249;
	padding-bottom:2px;
	margin-top:5px;
	margin-right:0;
	}
.event p{
	margin:5px 20px 5px 20px;
	}
.eventlink{
	text-align:right;
	}
.eventlink a{
	display:block;
	width:92px;
	height:18px;
	background-image:url(eventlink.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	}
.eventlink a:link,
.eventlink a:visited{
	background-position:top;
	}	
.eventlink a:hover,
.eventlink a:active{
	background-position:bottom ;
	}
.eventlink a span{
	display:none;
	}
/*バナー*/
.banner{
	margin:5px 40px;
	}
.banner img{
	border:none;
	}
/*フッター*/
.footer{
	margin:5px 0 30px 30px;
	}
.menu{
	text-align:right;
	margin:0;
	}
.copyright{
	border-top:1px solid #A08249;
	text-align:center;
	margin:0;
	}
	

