@charset "utf-8";


* { margin:0; padding:0;}

a img { 
	border:0;

}

body {
  color:#333333;
  background: #9d440e url(../img/bg01.gif) repeat-x;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;
	line-height:1.2;
  }

.enter_color {
	color:#ff6600;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
}

h1 {
	display:none;
}

.moji_hidden {
	display:none;
}

.pre_box01{
	color:#333333;
  font-size:12px;
	line-height:1.2;
}

.pre_box02{
	color:#333333;
  font-size:14px;
	line-height:1.2;
}

.pre_box03{
	color:#666666;
  font-size:12px;
	line-height:1.4;
}


.topics_tx {
	color:#39B723;
  font-size:12px;
}

#wrap {
  margin: auto;
  width:820px;
  position:relative;
  background-image:url(../img/main_bg01.gif);
  background-repeat:no-repeat;
}


.inner01 {
  padding:0 10px 0 10px;
}

#event_img {
  width:800px;
	min-height:935px;
	height:auto !important;
	height:935px;

}
#event_img img{
	display:block;
	float:left;

}






#main_box {
	width:340px;
	float:left;
}

#main_box .main_inner{
	padding:0 22px 20px 22px;
	border-right: 1px #a9ae88 solid;
	border-left: 1px #a9ae88 solid;
	min-height:300px;
	height:auto !important;
	height:300px;
}


/* =共通フッタ */
#footer {
  width:800px;
  background-color:#d4d3a9;
  position:relative;
}


#footer .footer_inner{
	padding:18px 26px 12px 0;
	text-align:right;
}

.footer_jp {
	color:#716E59;
  font-size:10px;
	line-height:1.6;
}

.foot_en {
	font-family:Helvetica, sans-serif;
  font-size:10px;
	color:#716E59;
	line-height:1.4;
}

/* =メイン背景下画像 */
#bg_under {
  width:800px;
  height:9px;
  margin: auto;
  background-image:url(../img/main_bg02.gif);
  background-repeat:no-repeat;
  position:relative;

}