/* begin clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end clearfix */


/* 初期化
------------------------------------------------------------------------------*/
img {
vertical-align: bottom;
border:0px;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
}


/* レイアウト
------------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color:#FED100;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #CC9933;
	text-decoration:underline;
}

div#all {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

div#main {
	width: 720px;
	background:url(img/bg.gif) center top no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-color:#FED100;
	padding-bottom:20px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}

div#all2 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	padding-bottom:20px;
}


/* ヘッダ
------------------------------------------------------------------------------*/
div#header {
	width: 720px;
	height: 190px;
	background: url(img/headder.gif) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
}

div#header p {
	width: 720px;
	height: 190px;
	text-indent:-9999px;
	display:block;
}



/* インデックスボックス
------------------------------------------------------------------------------*/
.box {
	width: 680px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.box_left {
	width: 332px;
	height: auto;
	margin-right:15px;
	float:left;
}

.box_right {
	width: 332px;
	height: auto;
	float:left;
}

/* 他のイベント
------------------------------------------------------------------------------*/
.event_box {
	width: 680px;
	height: 130px;
	background:url(img/bg_event.gif) center top #FFFF99;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:10px;
	border:#FF9900 solid 1px;
}

.event_box_txt {
	width: 180px;
	height: 120px;
	margin-right:5px;
	float:left;
	position: relative;
}

.event_box_txt h2 {
	font-size:110%;
	font-weight:bold;
	color:#ff5500;
	padding-left:10px;
	position: absolute;
    top: 50%;
	margin-top: -2em;
	line-height:110%;
}

.event_box_left {
	width: 240px;
	height: auto;
	margin-right:5px;
	text-align:center;
	float:left;
}

.event_box_right {
	width: 240px;
	height: auto;
	text-align:center;
	float:left;
}



/* footer
------------------------------------------------------------------------------*/

#footer
	{
	background-color:#ECEAE3;
	width:697px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:right;
	padding:3px;
}

#footer2
	{
	background-color:#ECEAE3;
	width:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	padding:3px;
}

/* クリアボックス
------------------------------------------------------------------------------*/

.clear {
	clear:both;
	width:697px;
	height: 1px;
	margin-right:auto;
	margin-left:auto;
}

h3 {
	color:#333333;
	font-size:80%;
}


