@charset "utf-8";

/* ===========================================
index
 =========================================== */
body {
	background: url(../images/bg_body_index.jpg) repeat-x left top;
}

/* keyvisual */

#keyvisual span * { display: none; }

#keyvisual {
	height: 340px;
	position: relative;
	background: url(../images/keyvisual3.jpg) no-repeat center center;
}

#keyvisual .top_btn {
	width: 824px;
	margin: auto;
	overflow: hidden;
	position: relative;
	top: 115px;
}
#keyvisual .top_btn li { float: left; }
#keyvisual .top_btn li:first-child { margin-right: 20px; }
#keyvisual .top_btn img {
	border: 1px solid #fff;
}
#keyvisual .hca {
	width: 1085px;
	margin: 0 auto;
	position: relative;
}
#keyvisual .hca a {
	display: block;
	position: relative;
	left: 500px;
	top: 12px;
	width: 155px;
	height: 155px;
	text-indent: -9999px;
}

/* welcome */

#welcome {
	margin-top: 18px;
	padding: 20px 0;
	background: #e4e4e4;
}

#welcome .txt {
	width: 1085px;
	margin: 0 auto;
}

#welcome .txt h2 {
	margin-bottom: 15px;
}

#welcome .txt p {
	font-size: 85%;
	line-height: 150%;
}

#welcome .txt .committee {
	width: 620px;
	float: left;
}

#welcome .txt .committee dl {
	line-height: 180%;
	overflow: hidden;
}

#welcome .txt .committee dl dt {
	clear: left;
	float: left;
	width: 15em;
	font-weight: bold;
}

#welcome .txt .committee dl dd {
	margin-left: 15em;
}

#welcome .txt .news {
	width: 420px;
	float: right;
}

#welcome .txt .news div {
	padding: 10px 0;
	background: #D3D3D3;
}

#welcome .txt .news dl {
	height: 160px;
	padding: 5px 15px;
	background: #D3D3D3;
	overflow: auto;
}

#welcome .txt .news dt {
	font-weight: bold;
}

#welcome .txt .news dd {
	line-height: 140%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
}
#welcome .txt .news dd a {
	text-decoration: underline;
	color: #0033cc;
}
#welcome .txt .news dd a:hover {
	color: #0066ff;
}
