/************************************************************/
/*	コンテナ 												*/
/************************************************************/
.container {
	width:800px;
	height:100%;
	margin:0px auto;
}

/************************************************************/
/*	ヘッダー 												*/
/************************************************************/
.header {
	height:50px;
}
.header .title {

}
.header .subtitle {

}

/************************************************************/
/*	メニュー												*/
/************************************************************/
.menu {
	background-color:#DC5454;
}
.menu .items {
	width:	90px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.menu .items a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px 0px;
}

/************************************************************/
/*	サイドメニュー											*/
/************************************************************/
.side_menu {

}
.side_menu .item {

}

/************************************************************/
/*	フッター												*/
/************************************************************/
.footer {
	height:50px;
	text-align:right
}
.footer .message {
	font-size:12px;
}

/************************************************************/
/*	コンテンツ 												*/
/************************************************************/
.contents {
	height:				100%;
	width:				800px;
}

.contents .title {
	border: 			1px solid #999;
	background-image:	url('../../img/headback.png');
	background-repeat:	repeat-x;
	font-weight:		normal;
	font-size:			14px;
	padding:			3px 0px;
}

.contents .box {
	border:				1px solid #999;
	width:				100%;
	border-collapse:	collapse;
}

.contents .box .title {
	background-image:	url('../../img/headback.png');
	background-repeat:	repeat-x;
	font-weight:		normal;
	font-size:			12px;
	border:				1px solid #999;
	padding:			3px 5px;
	vertical-align:		middle;
}

.contents .box .th {
	font-weight:		normal;
	font-size:			12px;
	border:				1px solid #999;
	vertical-align:		middle;
	height:				23px;
	padding:			0px 0px 0px 5px;
	text-align:			left;
	background-color:	#EEE;
}

.contents .box .td {
	font-weight:		normal;
	font-size:			12px;
	border:				1px solid #999;
	vertical-align:		middle;
	height:				23px;
	padding:			0px 0px 0px 5px;
}

.contents .hokenlist_title {
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.contents .hokenlist_th, .hokenlist_th2 {
	background-color:#EBF1BA;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
.contents .hokenlist_th2 {
	background-color:#F9D0D9;
}
.contents .hokenlist_td {
	background-color:#F5EDE5;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}