@charset "utf-8";
* {
	margin:0;
	padding:0;
	line-height: 160%;
	font-size: 12px;
	font-family: arial,sans-serif;
}

a:link { color: #00f;text-decoration:none; } 

a:visited { color: #00f;text-decoration:none; } 

a:hover { color: #00f;text-decoration:underline; } 

a:active { color: #00f;text-decoration:none; }

#bg {
	text-align: center;
}

#bg_contents {
	width: 785px;
	text-align: left;
	margin: 0 auto;
}

/* header START */
#header {
	height: 74px;
	position: relative;
}

#header_content {
	height: 74px;
	position: relative;
	border-bottom: 5px solid #9DDFF9;
	margin-bottom: 20px;
}

#header_l {
	width: auto;
	position: absolute;
	left: 1px;
	top: 15px;
}

#header_r {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

#header_img {
	margin-bottom: 20px;
	background: url(../images/base/head_bg.jpg) no-repeat;
	width: 785px;
	height: 326px;
}

#header_img_text {
	text-align: center;
	padding-top: 230px;
	font-size: 12px;
	color: #333333;
}

/* header END */

/* body START */
#body {
	clear: both;
}

#content {
	width: 568px;
	float: left;
}

#submenu {
	width: 196px;
	float: right;
}

#submenu div {
	margin-bottom: 10px;
}

/* body END */

/* footer START */
#footer {
	padding-top: 100px;
	clear: both;
}

#footer_t {
	height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

#footer_m {
	height: 52px;
	line-height: 52px;
	background: url(../images/base/foot_bg.jpg) no-repeat;
	text-align: center;
	color: #0293CA;
	font-size: 10px;
}

#footer_m a {
	color: #0293CA;
	font-size: 10px;
	text-decoration:underline;
}


/* footer END */

