@charset "utf-8";

/* header */

#header_block {
	height: 123px;
}

#header_box {
	position: relative;
	width: 980px;
	margin: 23px auto 0 auto;
}

/* slide */

#slide_block {
	width: 100%;
	margin: 0 auto;
	background: #fff url(../img/index/body_bg.gif) top repeat-x;
}

#slide_box {
	position: relative;
	width: 980px;
	height: 510px;
	margin: 0 auto;
}

#slide_inner {
	position: absolute;
	width: 980px;
	height: 560px;
	top: 0px;
	left: 0;
	overflow: hidden;
}

#slide_box #slidelayer {
	position: absolute;
}

#slide_box #btn_prev {
	position: absolute;
	top: 267px;
	left: 12px;
}

#slide_box #btn_next {
	position: absolute;
	top: 267px;
	right: 12px;
}

/* container */

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
}

/* thumbnail */

#thumbnail_block {
	position: absolute;
	width: 927px;
	height: 351px;
	margin: -110px 0 180px 27px;
	background: url(../img/index/thumbnail_bg.png) left top no-repeat;
	clear: both;
	z-index: 100;
}

#thumbnail_block ul {
	margin: 16px 0 0 15px;
}

#thumbnail_block li {
	width: 222px;
	float: left;
	margin: 0 1px 4px;
}

/* index_block */

.index_block {
	padding-top: 280px;
	margin-bottom: 35px;
	clear: both;
}


/* newsrelease */

#newsrelease_block {
	width: 520px;
	float: left;
}

.newsrelease_title {
	margin-bottom: 15px;
	clear: both;
}

.newsrelease_title h2 {
	float: left;
}

.newsrelease_title ul.buttonarea {
	width: 370px;
	float: right;
	margin-top: 3px;
}

.newsrelease_title ul.buttonarea li {
	margin-left: 3px;
	float: left;
}

.newsrelease_box dl {
	margin-bottom: 5px;
	clear: both;
}

.newsrelease_box dt {
	width: 90px;
	float: left;
	padding: 2px 0 0 10px;
	background: url(../img/common/mark_circle01.gif) 0 5px no-repeat;
	font-size: 77%;
}

.newsrelease_box dd {
	width: 410px;
	float: right;
	font-size: 93%;
}

.newsrelease_box dd a,
.newsrelease_box dd a:visited {
	color: #000;
	text-decoration: underline;
}

.newsrelease_box dd a:hover {
	color: #0098cf;
	text-decoration: underline;
}

.newsrelease_box dd img {
	margin-left: 3px;
}

/* banner_block */

#banner_block {
	width: 420px;
	float: right;
}

#banner_block li {
	margin-bottom: 10px;
}

/* group_block */

#group_block {
	clear: both;
}

#group_block h2 {
	margin-bottom: 18px;
}

#group_block ul {
	margin-left: -24px;
}

#group_block li {
	float: left;
	margin-left: 36px;
	_margin-left: 34px;
}

/* Information--------------------- */

.information_content {
	position: absolute;
	width: 858px;
	top: 0;
	left: 50%;
	margin-left: -428px;
	z-index: 1000;
}

.information_block {
	width: 858px;
	padding-top: 20px;
	background: url(../img/index/info/info_bg_hd.png) left top no-repeat;
}

.information_box {
	padding-bottom: 21px;
	background: url(../img/index/info/info_bg_ft.png) left bottom  no-repeat;
}

.information_inner {
	padding: 7px 43px 20px 43px;
	background: url(../img/index/info/info_bg.png) left top repeat-y;
}

.information_bar {
	clear: both;
}

.information .textarea {
	width: 540px;
	float: left;
	color: #474545;
}

.information .imgarea {
	width: 210px;
	float: right;
}

.information .textarea .title {
	margin-bottom: 10px;
}

ul.menu_block {
	width: 777px;
	height: 78px;
	margin: 10px auto 0 auto;
	padding: 11px 0 0 13px;
	background: url(../img/index/info/info_menu_bg.gif) left top no-repeat;
	clear: both;
}

ul.menu_block li {
	float: left;
	margin-right: 9px;
}