@charset "UTF-8";
/* ----------------------------------------
---------------------------------------- */
/* type1col */
#container {
	width:970px;
}
#main_box {
	width: 970px;
}
#main_box #main_title {
	width: 970px;
}
#main_box .inner_box {
	width: 970px;
	height: auto;
	margin: 5px 0 0;
	padding: 31px 0 0;
	background: url(/lib_image/common/bg_main_one_top.gif) center top no-repeat;
	background-color: #ffffff;
}
#main_box .innerBody {
	margin:0 24px;
}
.box_bottom {
	width: 970px;
	margin: 0;
	padding: 0 0 31px;
	background: url(/lib_image/common/bg_main_one_bottom.gif) center bottom no-repeat;
	background-color: #ffffff;
	clear: both;
}
.adjust_area {
	padding: 0 24px;
}
.adjust_area p {
	font-size:100%;
	line-height:24px;
}
.text_right {
	text-align:right;
}
/**
 * 	見出し
 */
.h_head {
	position: relative;
	width:970px; height:144px;
	background-image: url('/lib_image/type1col/bg_h1.jpg');
	z-index: 999;
}
h1 {
	display: block;
	font-size: 36px;
	color: #FF3434;
}
#main_box .inner_box .adjust_area .h_main,
.h_main {
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
	font-size: 22px;
	color: #000000;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.h_main {
	background-image: url('/lib_image/type1col/bg_h2.gif');
}
.h_sub {
	background:none;
	padding: 0;
	color: #ff0000;
	font-size: 16px;
	margin: 20px 0 10px;
	font-weight: bold;
}

