@charset "utf-8";
/* CSS Document */

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:800px;
	margin:0 auto;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/information/title_information.jpg) no-repeat;
}

.subtitle {
	position:relative;
	width:950px; height:46px; margin:10px 0 10px 0;
	background:url(../../images/common_image/title_bg.jpg) no-repeat;
	font-size:16px;
}

.subtitle_position { position:relative; top:18px; left:130px; }

.table-position {
	position:relative; left:150px;
	width:800px; height:auto; border:solid 1px #FFF;
	margin-bottom:60px;
}

.td1_border {
	border-right:#06C solid 1px;
	padding:14px 24px 14px 2px;
	width:80px; font-size:14px;
	line-height:140%;
}

.td2_border {
	padding:14px 0 14px 24px;
	font-size:14px; width:500px;
	line-height:140%;
}

.td3_border {
	border-right:#06C solid 1px;
	padding:14px 24px 14px 2px;
	width:80px; font-size:14px;
	line-height:140%; height:400px;
}

.red-bold {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}


