@charset "UTF-8";

* { margin: 0; padding: 0; }
/*html { height:100%; }*/

body {
	margin:0px;
	padding:0px;
	color:#FFF;
	background:#000;
	/*height:100%;*/
	font-size:12px;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	}

/* -----------------------------------------------
	リンク
----------------------------------------------- */
a { text-decoration: none; }
a:link { 
	color:#CC9900; 
	text-decoration:none;
	font-weight:bold;
	}
a:visited { 
	color:#CC9900; 
	text-decoration:none;
	font-weight:bold;
	}
a:hover { 
	color: #FFF; 
	text-decoration: 
	underline; 
	}

/* -----------------------------------------------
	全体包括
----------------------------------------------- */
#bodyFrame {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*margin:0px auto;*/
	}

#catch {
	font-size:10px;
	font-family:"Verdana", "ＭＳ ゴシック", "Osaka－等幅";
	margin:3px 0px 0px;
	font-weight:normal;
	}
#headWrapper {
	height:35px;
}
#headTitle {
	width:112px;
	float:left;
	margin:8px 0px 0px;
}
#headTel {
	width:209px;
	float:right;
}
#headTel div {
	text-align:right;
	font-size:10px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	margin:3px 0px 0px;
}
#contentsWrapper {
	clear:both;
	margin-top:5px;
	background:url(../img/common/gradation_footer.gif) repeat-x bottom;
	border:1px solid #CCC;
	/*overflow:auto;
	height:100%;*/
}
#globalMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:28px;
}
#globalMenu li {
	float:left;
	width:151px;
	text-align:center;
	height:28px;
	text-indent:-9999px;
}

#globalMenu li a {
	display:block;
	height:28px;
}
#concept {
	width:151px;
	background:url(../img/common/menu/01concept_on.jpg);
}
#modelhouse {
	width:151px;
	background:url(../img/common/menu/02modelhouse_off.jpg);
}
#towastyle {
	width:154px !important;
	background:url(../img/common/menu/03towastyle_off.jpg);
}
#faq {
	width:151px;
	background:url(../img/common/menu/04faq_off.jpg);
}
#company {
	width:151px;
	background:url(../img/common/menu/05company_off.jpg);
}

#concept a {
	background:url(../img/common/menu/01concept_off.jpg);
}
#concept a:hover {
	background:url(../img/common/menu/01concept_on.jpg);
}

#modelhouse a {
	background:url(../img/common/menu/02modelhouse_off.jpg);
}
#modelhouse a:hover {
	background:url(../img/common/menu/02modelhouse_on.jpg);
}

#towastyle a {
	background:url(../img/common/menu/03towastyle_off.jpg);
}
#towastyle a:hover {
	background:url(../img/common/menu/03towastyle_on.jpg);
}

#faq a {
	background:url(../img/common/menu/04faq_off.jpg);
}
#faq a:hover {
	background:url(../img/common/menu/04faq_on.jpg);
}

#company a {
	background:url(../img/common/menu/05company_off.jpg);
}
#company a:hover {
	background:url(../img/common/menu/05company_on.jpg);
}










#contents{
	/*height:100%;*/
	margin:30px 20px 0px;
	
}
#contentsBanner {
	float:right;
	margin-top:27px;
	/*height:100%;*/
}
#contentsBanner div {
	margin-bottom:20px;
}
#contentsBanner img {
	border:1px solid #CCC;
}
#contentsBody {
	float:left;
	width:500px;
}
#titlePage {
	height:49px;
	background:url(../img/common/gradation_title.gif) repeat-x 0px 28px;
}
#contentsBodycontents {
	width:480px;
	margin:30px auto;
	overflow:visible;
}
#contentsFooter {
	clear:both;
	border-top:1px solid #AA8000;
	font-size:10px;
	text-align:right;
	margin:12px auto 0px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	padding-top:8px;
}
#contentsFooter a {
	color:#FFFFFF;
	font-weight:normal !important;
}
#contentsFooter img {
	margin:0px 3px 0px 20px;
}
.sub {
	font-size:16px;
	font-weight:bold;
	border-left:4px solid #CC9900;
	padding:4px 0px 3px 4px;
	margin:0px 0px 12px;
}

#adress {
	clear:both;
	text-align:center;
	margin-bottom:12px;
	line-height:110%;
	padding-top:30px;
}

#footer {
	clear:both;
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
	margin:20px auto;
	font-size:10px;
	height:50px;
}


/*-------------------------------------------------------
	 ClearFIX
--------------------------------------------------------*/
.clear { clear:both; }

.cf:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cf{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .cf{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
