@charset "UTF-8";

@import "../common_css/base.css";
@import "../common_css/layout.css";
@import "../common_css/menubar.css";



/*TOP用*/

body {
	overflow: visible;
}



/* 本文 */

#topmain {
	width: 900px;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url(../img/mainimage2.jpg) no-repeat 0 230px;
}

.topcontents {
	margin: 20px 20px 10px;
	padding: 0;
	clear: both;
}

.topcontents_ttl {
	text-align: center;
	margin-bottom: 15px;
}


/* 各フロアボタン */

.eachfloor {
	width:860px;
	margin: 0 0 20px;
	padding: 0;
}

.eachfloor li {
	float: left;
	display: inline;
	text-decoration: none;
}

.topcontents_left {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #888;
}


/* スペック表 */

.topspec_ttl {
	margin-top: 0;
	margin-bottom: 5px;
	clear: both;
}

.topspec {
	width: 670px;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

.topspec th,td {
	text-align: center;
	line-height: 1.2em;
	padding: 2px;
}

.topspec_th1 {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #b2a975 url(../common_img/bg_th1.gif);
	color: #FFF;
}

.topspec_th2 {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #e8e4c5 url(../common_img/bg_th2.gif);
	color: #555;
}

.topspec_td1 {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #faf9f0 url(../common_img/bg_td1.gif);
	color: #555;
	padding: 6px 2px;
}

.topspec_td2 {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #e8e4c5 url(../common_img/bg_td2.gif);
	color: #555;
	padding: 6px 2px;
}

.topspec span {
	font-size: 11px;
}


/* 右図面系 */

.topcontents_right {
	float: right;
	width: 138px;
	height: 100%;
	padding: 0 0 0 10px;
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.topcontents_right_box {
	width:138px;
	height: 100%;
	text-align: left;
}

.topcontents_right_ttl {
	margin: 0 0 10px;
}

.topcontents_right_btn {
	margin: 0 0 25px;
}

.topcontents_right_btn li {
	list-style-type: none;
	display: block;
	margin: 0 0 5px;
}

.topcontents_right_btn2 {
	margin: 0 0 25px;
}

.topcontents_right_btn2 li {
	list-style-type: none;
	display: block;
	margin: 0 0 3px 1em;
	font-size: 11px;
	text-indent: -1em;
}

.topcontents_right_reader {
	margin: 50px 0 0;
	width: 100%;
	text-align: center;
}


/* TOPフッター */

.topfooter {
	clear: both;
	width: 860px;
	margin: 40px 0 10px 20px;
	font-size: 11px;
	border-top: 1px solid #AAA;
}

.topfooterleft {
	float: left;
	width: 300px;
}

.topfooterleft li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.topfooterright {
	text-align: right;
	float: right;
}
