


body {
	background: url(../img/top/bg_main.gif) repeat-x 0 0 #efefef;
}

body.heightS {
	background: url(../img/top/bg_main2.gif) repeat-x 0 0 #efefef;
}



/*=======================
	#glHeader
=======================*/
#glHeader {
	height: 350px;
	text-align:center;
}

body.heightS #glHeader {
	height: 290px;
}


/*=======================
	#content
=======================*/
#content {
	width: 800px;
	margin: 15px auto 0;
	text-align:center;
}


.newsInfo {
	margin-bottom: 17px;
	text-align:left;
	background-color:#FFF;
	border: 5px solid #004471;
}

.newsInfo h2 {
	height: 30px;
	padding: 5px 0 0 10px;
	background-color:#004471;
}

#content .newsInfo li {
	padding: 15px 15px 12px;
	border-bottom: 1px dashed #9b9b9b;
	overflow:hidden;
	zoom: 1;
}

#content .newsInfo dt {
	font-size: 12px;
	float: left;
	line-height: 1.5;
}

#content .newsInfo dd {
	margin-left: 9em;
	font-size: 12px;
	line-height: 1.5;
}



.topContent {
	padding-bottom: 60px;
	background-color:#FFF;
}


#content .date {
	width: 730px;
	margin: -72px 0 0 30px;
	border: 5px solid #d9d9d9;
	background-color:#FFF;
	overflow:hidden;
	zoom:1;
	position: relative;
	z-index: 10;
}

#content .date dl {
	background-color:#004471;
}


#content .date dt {
	float:left
}

#content .date dd {
	height: 34px;
	margin-left: 100px;
	padding: 16px 0 0 15px;
	text-align:left;
	background-color:#FFF;
	border-bottom: 1px dashed #9b9b9b;
}

#content .date dd span {
	color: #e60000;
	font-size: 18px;
	font-weight: bold;
}

#content .date dd.bdBotom {
	height: 33px;
	border-bottom: 1px dashed #9b9b9b;
}

.btnList {
	margin: 30px 0 0 20px;
}

.btnList li {
	margin: 0 0 0 40px;
	float: left;
	display:inline;
}

.btnList02 {
	margin: 30px 0 0 20px;
}

.btnList02 li {
	text-align:center;
}

