@charset "utf-8";
/* this page only css */

/********************************
 * Reform Menu
 ********************************/

div.reform-menu {
	height: 70px;
	width: 670px;
	clear: both;
	margin-bottom: 20px;
}

div.reform-menu ul {
	padding: 0px;
	margin: 0px;
	height: 70px;
	list-style-type: none;
	clear: both;
	width: 670px;
	background-image: url(img/reform_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.reform-menu ul li {
	display: inline;
	line-height: 70px;
	height: 70px;
	float: left;
	color: #333;
	margin: 0px;
	padding: 0px;
}

div.reform-menu ul li a {
	line-height: 70px;
	display: block;
	height: 70px;
	text-indent: -10000px;
}

div.reform-menu ul li a.m01 {
	width: 250px;
}

div.reform-menu ul li a.m02 {
	width: 210px;
}

div.reform-menu ul li a.m03 {
	width: 210px;
}


/********************************
 * Table
 ********************************/

#main-contents table.t-estate {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
}
.t-estate th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	background-color: #EEF4E1;
	font-size: 10px;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.t-estate td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	padding: 5px;
	border-right-width: 1px;
	border-right-color: #CCC;
}
.t-estate td.txtS {
}
.t-estate td.no-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/********************************
 * Guide
 ********************************/

div.zenkei-guide {
	clear: both;
	width: 670px;
	height: 660px;
	display: inline;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/guide_tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}



/********************************
 * Tab Menu
 ********************************/

div.tab-menu2 {
	height: 30px;
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../../cmn/img/bg_tab_menu.gif);
	background-position: left bottom;
	width: 670px;
	clear: both;
	float: left;
}

div.tab-menu2 ul {
	padding: 0px;
	margin: 0px;
	height: 30px;
	list-style-type: none;
	clear: both;
	width: auto;
}

div.tab-menu2 ul li {
	display: inline;
	line-height: 28px;
	height: 28px;
	float: left;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #F0F0F0;
	color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div.tab-menu2 ul li.selected {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
}

div.tab-menu2 ul li.info {
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
}

div.tab-menu2 a {
	height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 28px;
	display: block;
}

div.tab-menu2 a:link {
	color: #333333;
}
div.tab-menu2 a:visited {
	color: #333333;
}
div.tab-menu2 a:hover {
	color: #333333;
}
div.tab-menu2 a:active {
	color: #333333;
}

