/* For modern browsers */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.crr{font-size:0;line-height:0;padding:0;margin:0;clear:both;}
/* ==== Base === */
html{ text-align: center; }
body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-width:940px;
	background-color: #CEEFF8;
}
#wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* ==== Header === */
#header{
	height: 70px;
	padding-top: 38px;
	padding-bottom: 41px;
}
h1{
	float: left;
	margin: 0px;
	padding: 0px;
}

.index{
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page{
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul li{list-style-position:outside;}
/* ==== Navigation === */
#nav{
	float: right;
	padding-top: 20px;
	height: 51px;
}
#nav ul{
	margin: 0;
	padding: 0;}
#nav li{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
/* p {
margin-left: -1em; 
text-indent: 1em;
}
/* ==== Content === */
.content{
	background-color: #FFF;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainimage{
	background-color: #FFF;
	margin-bottom: 20px;
	height: 355px;
	width: 940px;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
}
.text_box{
	vertical-align: middle;
	display: table;
	height: 355px;
}
div.text_box {
	width: 500px;
	padding-left: 60px;
}
div.text_box div {
	display: table-cell;
	width: 500px;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 1.7em;
}
.page_cont {
	width:880px;
	padding: 0 10px;}
.box_w940 {
	width:820px;
	height:auto;
	padding: 10px 60px 0 60px;
	background:#fff;}
.box_w940 p{
	display: table-cell;
	width: 820px;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 1.7em;}

.dl {
	background:url(../images/dl.jpg) 0 0 no-repeat;
	height:40px;
	font-size:16px;
	padding:12px 0 0 35px;
	margin-bottom:10px;}
.dl_float dt {
	float:left;}
.dl_float dd {
	width:850px;}
.dl_reserch {}
.dl_reserch dt {
	float:left;
	width: 5.5em;
	margin: 0px;
	padding: 0px 0px 10px;
}
.dl_reserch dd {
	padding-left: 5.5em;
	margin: 0px;
	padding-bottom: 10px;
}
.paper {
	background:url(../images/paper.jpg) 0 0 no-repeat;
	height:40px;
	font-size:16px;
	padding:12px 0 0 35px;
	margin-bottom:10px;}
/* IE 6 */
* html div.text_box div {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html div.text_box div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.text_box div {
	display: inline-block;
}
/**/

.link{
	margin: 0;
	padding: 10px 0;
	height: 68px;
	background-color: #FFF;
	width: 940px;
}
.link li{
	list-style: none;
	float: left;
	margin: 0;
	padding-left: 10px;
}

/* ==== Footer === */
#footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ==== Page === */
h2{
	margin: 0px;
	padding: 0px;
}
h3{
	background:url(../images/dl.jpg) 0 0 no-repeat;
	height:30px;
	font-size:16px;
	padding:10px 0 0 35px;
	margin:0;}
h4{	margin: 0px;
	padding: 0px;}
.container{ padding: 20px; min-height:400px; }
.pagetop{
	padding-bottom: 3px;
	text-align: center;
}
.back{
	background-color: #F3F3F3;
	padding: 5px;
}
.notice{ color: #F30; }
.button {
	text-align: center;
	margin-top: 20px;
}
.button a {
	display: inline-block;
	text-decoration: none;
	background: #ceeff8;
	padding: 10px 20px;
	border: 5px solid #87d5d6;
	border-radius: 10px;
	font-size: 1.1em;
	color: #000;
}
.button a:hover {
	opacity: 0.5;
}