@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/index/back.gif) left top repeat-x;
}

/**/

#wrap {
	width:100%;
}

#header {
	width:900px;
	
}

/**/

#flashArea {
	background:url(../img/common/main_back.gif) center bottom no-repeat;
	padding-bottom:25px;
}

/**/

#mainBody {
	width:900px;
	margin:5px auto 0;
	padding:25px 0;
	min-height:1px;
}

#mainBody h2 {
	margin-bottom:15px;
}

#news {
	width:400px;
	float:left;
}
#news ul {
	margin:0 auto;
	height:200px;
	overflow:auto;
}
#news li {
	padding:5px 0;
	border-bottom:1px dotted #dddddd;
}
#news li span {
	display:block;
	font-weight:bold;
	color:#590000;
}

#info {
	width:475px;
	float:right;
}
#info li {
	margin:0 0 5px;
	padding:0;
}

/**/

#mainBody:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


* html #mainBody {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
} 