@charset "Shift_JIS";
/*イベント用追加CSS*/

/*ページリスト*/
body div div.pagelist {
	width: 781px;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
}
/*endページリスト*/


body div div#container {
	width: 781px;
	height: auto;
	margin: auto;
	padding-top: 20px;
	background: url(img/new_bg.gif) no-repeat;
	font-size: 12px;
	text-align: center;
}
body div div#container div.eventbox {
	clear: both;
	width: 781px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
body > div > div#container > div.eventbox {
	width: 771px;
}
/*フロートハック*/
body div div#container div.eventbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html body div div#container div.eventbox {
    height: 1%;
    overflow: visible;
}
/**/


body div div#container div.eventbox div.leftbox {
	float: left;
	overflow: hidden;
	width: 240px;
	height: 240px;
	margin: auto;
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	text-align: center;
}
body > div > div#container > div.eventbox > div.leftbox {
	width: 238px;
	height: 238px;
}


body div div#container div.eventbox div.leftbox table {
	width: 240px;
	height: 240px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

body div div#container div.eventbox div.leftbox table tr td {
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}


body div div#container div.eventbox div.leftbox table tr td img {
	margin: auto;
}

body div div#container div.eventbox div.rightbox {
	float: left;
	width: 511px;
	padding-left: 10px;
}
body > div > div#container > div.eventbox > div.rightbox {
	width: 501px;
}

body div div#container div.eventbox div.rightbox h4 {
	font-size: 14px;
	font-weight: normal;
}
body div div#container div.eventbox div.rightbox p.eventtxt {
	padding-top: 10px;
}


body div div#container div.bottombox {
	clear: both;
	width: 781px;
	margin-bottom: 30px;
	padding-top: 10px;
}
body div div#container div.bottombox p {
	width: 781px;
	text-align: right;
}


/*調整*/
table#footer {
	margin-top: 34px;
}
