@charset "utf-8";
* {
	margin:0;
	padding:0;
	line-height: 145%;
	font-size: 97%;
	font-family: arial,sans-serif;
	color: #666666;
}

a:link { color: #045B94;text-decoration:none; } 

a:visited { color: #045B94;text-decoration:none; } 

a:hover { color: #045B94;text-decoration:underline; } 

a:active { color: #045B94;text-decoration:none; }

#bg {
/*	background: url(../images/bg.gif) repeat-y center;*/
	text-align: center;
}

#bg_contents {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

/* header START */
#header {
	width: 800px;
}

#header_t {
	width: 800px;
	height: 46px;
}

#header_t_l {
	width: auto;
	float: left;
	margin-top: 8px;
	margin-left: 2px;
}

#header_t_r {
	width: auto;
	float: right;
	margin-top: 25px;
}

#header_t_r a {
	font-size: 9px;
	color: #666666;
}

#header_t_r .mark_1 {
	margin-left: 5px;
	padding-left: 10px;
	background: url(../images/mark_1.gif) no-repeat 0 1px;
}

#header_b {
	width: 800px;
	height: 238px;
}

/* header END */

/* menu START */
#menu {
	width: 800px;
	height: 40px;
	margin-top: 1px;
}

/* menu END */

/* body START */
#body {
	width: 800px;
	margin-top: 15px;
}

#content {
	width: 583px;
	float: left;
	margin-bottom: 60px;
}

#content_body {
	width: 583px;
}

#content_body_b {
	width: 583px;
	margin-top: 100px;
	border-top: 2px dotted #cccccc;
	padding-top: 8px;
}

#content_body_b_tit {
	font-size: 15px;
	font-weight: bold;
	color: #4486B1;
}

#side {
	width: 200px;
	float: right;
}

#side div {
	margin-bottom: 10px;
}
/* body END */

/* footer START */
#footer {
	margin-top: 20px;
	clear: both;
	width: 800px;
	height: 35px;
}

#footer_other {
	margin-top: 100px;
	clear: both;
	width: 800px;
	height: 35px;
}

#footer_line {
	height: 5px;
	background: url(../images/footer_line_bg.gif) repeat-x;

}

#footer_b {
	height: 30px;
	background: url(../images/footer_bg.gif) no-repeat;
}

#footer_b_l {
	float: left;
	width: auto;
	margin-left: 10px;
	line-height:30px;
}

#footer_b_l a {
	color: #ffffff;
	font-size: 11px;
}

#footer_b_l span {
	font-size: 11px;
	color: #1795C4;
}

#footer_b_r {
	float: right;
	width: auto;
	margin-right: 10px;
	line-height:30px;
	color: #ffffff;
	font-size: 11px;
}

#footer_b_r a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

/* footer END */

