@charset "utf-8";
.head_left {
	background-image: url(../images/head_bg1.gif);
}
.head_center {
	background-image: url(../images/head_bg2.jpg);
	height: 92px;
	padding: 10px;
	width: 930px;
}
.head_right {
	background-image: url(../images/head_bg3.gif);
}
.head_nav {
	background-image: url(../images/head_bg4.jpg);
	height: 30px;
}
#logomark {
	float: left;

}

#information {
	float: right;

}


.cnt_img_side {
	background-color: #D3D3D3;
}
.cnt_img_center {
	width: 850px;
	height: 260px;
}
.cnt_img_center_in {
	width: 950px;
	height: 150px;
}

.cnt_side {
	background-color: #E5E5E5;
}
.cnt_center {
	padding: 15px;
	width: 850px;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/cnt_bg.gif);
}

.cnt_center_in {
	padding: 10px;
	width: 850px;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/cnt_bg_in.gif);
}

.arrowlink{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_01.gif) no-repeat 0px 5px;
	}

.content{
	font-size: 14px;
	line-height: 35px;
	padding-right: 35px;
	padding-left: 35px;
	}

.content_foot{
	font-size: 12px;
	line-height: 22px;
	padding-right: 5px;
	padding-left: 35px;
	}
	
.content a{
	font-size: 12px;
	line-height: 22px;
	}

.content h1{
	font-size: 24px;
	float: left;
	}

.content h2{
	font-size: 18px;
	float: right;
	}


.closeup {
	width:350px;
	padding: 3px 10px;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/closeup_bg.gif);
	line-height: 18px;
}

.closeup a{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_02.gif) no-repeat 0px 5px;
	color: #336699;
	text-decoration: underline;
}

.right{
	float:right;
	margin-top: 10px;
	}

.closeup img{
	float: left;
	margin-right: 10px;
}

hr{
	border-style: none;
	height:1px;
	background-image: url(../images/bar5.gif);
	clear: both;
	}
	
	
.news{
	width:350px;
	padding: 3px 10px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	}
	
a{
	color: #336699;
	text-decoration: underline;
	}
a:hover{
	color: #FFCC00;

	}
	
.stay{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_03.gif) no-repeat 0px 5px;

	}
	
.newslink{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_02.gif) no-repeat 0px 5px;

	float:right;
	margin-top: 10px;
}

.juken{

	padding: 3px 15px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	}

.lm8{
	
	margin-left:8px
	}
.tm20{
	
	margin-top:20px
	}

.info{

	padding: 3px 25px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	}


.shokai{

	padding: 3px 15px;
	font-size: 12px;
	color: #666666;
	line-height: 34px;
	}

.shokai_in{

	padding: 3px 5px;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	}

.shokai a{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_02.gif) no-repeat 0px 5px;

}
.shokai_in a{
	padding:0px 0px 0px 12px;
	background: url(../images/ico_arrow_02.gif) no-repeat 0px 5px;

}

.cul{

	padding: 15px 5px;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	}




.foot_side {
	background-image: url(../images/foot_bg.jpg);
}
.foot_center {
	background-image: url(../images/foot_bg.jpg);
	padding: 10px;
	width: 850px;
	font-size: 12px;
	color: #E3E8EC;
	height: 100px;
}
.foot_center a{
	padding:0px 0px 0px 12px;
	margin:0px 20px 0px 0px;
	background: url(../images/ico_arrow_01.gif) no-repeat 0px 5px;
	color: #EAEAEA;
	text-decoration: underline;
}
.foot_center a:hover{

	color: #FFCC00;
	text-decoration: none;
}

/* ---------------------------------------------------------
[TABLE_TYPE]
--------------------------------------------------------- */
/*tableType_01*/
table.table_s01 {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

table.table_s01 th,
table.table_s01 td{
	padding:5px 10px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align:left;
	vertical-align:top;
}

table.table_s01 td{
	background: #EFEFEF;
}

table.table_s01 th{
	background: #D1DBE7;
	font-weight: normal;
}


/*tableType_02*/
table.table_s02 {
	border-top: 1px solid #CED8E5;
}

table.table_s02 th,
table.table_s02 td{
	padding:5px;
	border-bottom: 1px solid #CED8E5;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
}

table.table_s02 td.c01,
table.table_s02 th.c01{
	background: #FFF;
}

