@charset "utf-8";

/*------------------------------------------------------------------------- header */
#header { 
	background-image: url(../images/service/header_image.jpg);
	background-repeat: no-repeat;
} 


/*------------------------------------------------------------------------- サイドメニュー */
.sub_menu {
	color: #D49F00;
	margin: 5px;
	padding: 0;
}

.sub_menu a {
	text-decoration: none;
	color: #D49F00;
}

.sub_period {
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #DFDED0;
	height: 1px;
}

/*------------------------------------------------------------------------- コンテンツ */
.cont_box {
	margin: 0;
	padding: 0;
}

.cont_box p {
	font-size: small;
	color: #606060;
	margin: 0;
	margin-left: 10px;
	line-height: 2em;
}

.cont_box .floor {
	margin: 5px 0px 0px 10px;
}

.cont_box .ryokin_table {
	margin: 5px 0px 0px 10px;
	text-align: center;
	font-size: small;
	color: #606060;
	border: solid 1px #D9D9D9;
	border-left: 0px;
}

.cont_box .table_header {
	background-image:url(../images/service/table_header_bg.gif);
	background-repeat: repeat;
	color: #FFF;
	font-weight: bold;
	border-left: solid 1px #D9D9D9;
}

.cont_box .table_row_A {
	background-color: #FFF;
	border-top: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
}

.cont_box .table_row_B {
	background-color: #ECE8E8;
	border-top: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
}

.cont_box ul {
	margin: 0px 0px 0px 30px;
	padding: 0;
	color: #606060;
	font-size: small;
	line-height: 2em;
	list-style: square;
}