@charset "utf-8";
/* style.css */

body {background: #F0CF71}


table{background: #F0CF71}
#container {
	width:794px;
	margin: 30px auto 30px auto;
}

#main {
	height: 432px;
	width: 794px;
	background: #FFFFFF;
}
#headread {
	height: 160px;
}
#coupon {
	background: #FFCCFF;
	height: 272px;
	text-align: center;
}

#coupon .session {
	text-align: center;
	width: 400px;
	padding-top: 2em;
	margin-right: auto;
	margin-left: auto;
}
#headread .session {
	text-align: center;
	padding-top: 1em;
	font-family: "E­E³ E°æ˜Žæœ", "ãƒ’ãƒ©ã‚®ãƒŽæEæœEPro W3", serif;
}
#headread h2 {
	color: #B02F82;
	margin-top: 1em;
	font-weight: 700;
}
#coupon h3 {
	font-size: 123%;
	font-weight: 700;
	color: #FF0000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

/*2010å¤ãƒãƒ¼ã‚¸ãƒ§ãƒ³*/

body.summer2010 {
	background-color:#F0CF71;
}

body.summer2010 #container {
	height: 612px;
	width: 810px;
	position: absolute;
	margin-left: -405px;
	margin-top: -306px;
	left: 50%;
	top: 50%;
}

body.summer2010 #header {
	height: 150px;
	width: 810px;
}

body.summer2010 #main {
	width: 810px;
	height: 406px;
}

body.summer2010 table { 
	background-color:#F0CF71;
}

body.summer2010 #footer {
	height: 56px;
	width: 810px;
}

