@charset "utf-8";

* {
	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	margin:0px;
	padding:0px;
}

body {
	/*background-color: #f1b96e;*/
	background-color: #765f41;
}

#frame{
	width: 860px;
	height: auto;
	margin:0px auto 0px auto;
	background: url(/image/frame.jpg) repeat-y scroll 0px 0px;
		
}

#outline{
	background:url(/image/Background.jpg) repeat scroll 0px 0px;
}


#contents {
	background: #FFFFFF;
	width: 850px;
	height: auto;
	margin:0px auto 0px auto;
	clear: both;
}



/* header
---------------------------- */

#header {
	height: 100px;
	width: 850px;
	margin: 0px auto 0px auto;
	background-color:#765f41;
}

#logo {
	float: left;
	height: 40px;
	width: 250px;
}


#logoBox{
	padding:5px;
}

#inq {
	float: right;
	height: 45px;
	width: 220px;
}

#req{
	width: 170px;
	height: 25px;
	margin-top:10px;

}

#mailAdd{
	width:170px;
	height:35px;
	margin-top:5px;
}




#globalMenuBox{
	width:850px;
	height:40px;
	margin: 0px auto 0px auto;
	clear:both;
}


.globalMenu1 {
	display:block;
	float: left;
	height: 40px;
	width: 190px;
	background-color:#ea982b;
}

.globalMenu2 {
	display:block;
	float: left;
	height: 40px;
	width: 150px;
	background-color:#ea982b;
}

.globalMenu3 {
	display:block;
	float: left;
	height: 40px;
	width: 170px;
	background-color:#ea982b;
}







/* footer
---------------------------- */

#footer{
	width:860px;
	margin:0px auto 0px auto;
	padding-bottom:20px;
	clear:both;
}


#footerArea{
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
}

#bnrBox {
	width: 800px;
	margin: 10px auto 30px auto;
}

.bnr {
	float: left;
	height: 75px;
	width: 200px;
	text-align: center;
}

.bnr a{
	font-size: 10px;
	color:#ffffff;
}



.bnra {
	height: 65px;
	width: 200px;
	font-size: 10px;
	text-align: left;
	color:#ffffff;
}

#footerLink {
	height: 20px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.linkTub {
	float: left;
	width:auto;
	height:20px;
	padding-left:10px;
	color:#ffffff;
}

#largeClassification {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.category {
	float: left;
	height: 20px;
	width: auto;
	padding-left: 10px;
	color:#ffffff;
}

#copyright_dummy {
	height: auto;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#ffffff;
}


#copyright {
	text-align:left;
	height: auto;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#ffffff;
	background:#765f41 url(/image/footerBg.gif) no-repeat scroll left center;
}

.companyAdd, .cp{
	text-align:left;
	color:#ffffff;
	padding-left:150px;
}


.companyAdd_backup{
	text-align:center;
	margin:0px auto 0px auto;
	color:#ffffff;
}








/* Basic index style
---------------------------- */
.detailLinks{
	display:block;
	padding:2px 0px 2px 30px;
	background:#ffffff url(/image/arrowR.jpg) no-repeat scroll left center;
}



.modelroomList{
	display:block;
	padding:10px 0px 10px 15px;
	width:200px;
	background:#ffffff url(/image/arrowA.jpg) no-repeat scroll left center;
}



.econstructionDetail{
	display:block;
	padding:2px 0px 0px 15px;
	background:#ffffff url(/image/arrowA.jpg) no-repeat scroll left center;
	clear:both;
}



.goDetail{
	display:block;
	padding:2px 0px 2px 15px;
	background:#ffffff url(/image/arrowA.jpg) no-repeat scroll left center;
}

.pageList{
	width:650px;
	height:20px;
	margin:0px auto 10px auto;
	text-align:right;
	clear : both;
}




/* Stepbox
---------------------------- */

#stepBox{
	width:555px;
	height:120px;
	margin:40px auto 40px auto;
}


.step{
	width:120px;
	height:120px;
	float:left;

}

.arrow{
	width:25px;
	height:120px;
	float:left;
}





/* common class
---------------------------- */

.cap{
	font-size:10px;
}

.subTopics{
	margin-bottom:5px;
}





/* rollover
----------------------------- */

a.designworks {
	background:#ffffff url(/image/designworksTubBk.jpg) no-repeat scroll center center;
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
	width:190px;
	height:40px;
}

a.designworks:hover {
  background-color: #eeeeee;
}

a.designworks img {
background-color: #ffffff;
}

a.designworks:hover img {
position: relative;
top: -40px;
}


a.freedesign {
	background:#ffffff url(/image/freedesignTubBk.jpg) no-repeat scroll 0px 0px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
	width:190px;
	height:40px;
}

a.freedesign:hover {
  background-color: #eeeeee;
}

a.freedesign img {
background-color: #ffffff;
}

a.freedesign:hover img {
position: relative;
top: -40px;
}

a.construction {
	background:#ffffff url(/image/constructionTubBk.jpg) no-repeat scroll 0px 0px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
	width:150px;
	height:40px;
}

a.construction:hover {
  background-color: #eeeeee;
}

a.construction img {
background-color: #ffffff;
}

a.construction:hover img {
position: relative;
top: -40px;
}

a.naiseika {
	background:#ffffff url(/image/naiseikaTubBk.jpg) no-repeat scroll 0px 0px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
	width:150px;
	height:40px;
}

a.naiseika:hover {
  background-color: #eeeeee;
}

a.naiseika img {
background-color: #ffffff;
}

a.naiseika:hover img {
position: relative;
top: -40px;
}

a.modelroom {
	background:#ffffff url(/image/modelroomTubBk.jpg) no-repeat scroll 0px 0px;
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
	width:170px;
	height:40px;
}

a.modelroom:hover {
  background-color: #eeeeee;
}

a.modelroom img {
background-color: #ffffff;
}

a.modelroom:hover img {
position: relative;
top: -40px;
}



/* link style
----------------------------- */

a:link.footerList {
	color: #ffffff;
	text-decoration: none;
}

a:active.footerList {
	color: #ffffff;
	text-decoration:underline;	
}

a:visited.footerList {
	color: #ffffff;
	text-decoration: none;
}

a:hover.footerList {
	color: #ffffff;
	text-decoration:underline;	
}

a:link.cate {
	color: #ffffff;
	text-decoration: none;
}

a:active.cate {
	color: #ffffff;
	text-decoration:underline;	
}

a:visited.cate {
	color: #ffffff;
	text-decoration: none;
}

a:hover.cate {
	color: #ffffff;
	text-decoration:underline;	
}




a:link.distinctionLink {
	color: #518ad8;
	text-decoration:underline;	
}

a:active.distinctionLink {
	color: #fb5514;
	text-decoration:underline;	
}

a:visited.distinctionLink {
	color: #8e2c90;
	text-decoration:underline;	
}

a:hover.distinctionLink {
	color: #fb5514;
	text-decoration:underline;	
}





/* error
---------------------------- */
.errorBox{
	width: 520px;
	height:280px;
	margin:40px auto 40px auto;
	text-align:left;
	background:#ffffff url(/image/error404.gif) no-repeat scroll right bottom;
}


/* elements
----------------------------- */

/*strong {
	color:#b96666;
	font-weight:bold;
}*/


li b{
	color:#c0430b;
}


li.cap{
	padding-top:10px;
	text-align:left;
}





.dls{
	margin-top: 5px;
}



