@charset "utf-8";


/*--------------------------
      universal reset
----------------------------*/
* {
	margin:0;
	padding:0;
}

/*--------------------------
     Initial tag setting
----------------------------*/
body {
	font-family:Arial,Verdana,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

body {
	color: #000000;
	text-align: center;
}

body {
	font-size: 13px;
}

* html body {
	font-size: 100%;
}

table {
   border-collapse: collapse;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


img { 
	border: 0;
	vertical-align: bottom;
}

ul{
	list-style: none;
}

hr{
	display: none;	/*水平線非表示*/
}


/*===================================================
container
===================================================*/
body {
	margin: 0;
	padding: 0;
}

a:link  {
	color: #336666;	text-decoration: none;}
a:visited { color: #336666;	text-decoration: none;}
a:hover { color: #FF3300; 	text-decoration: none;}

div#pageWrapper{
	width: 814px;
	background-image: url(../img/bk_body_side.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px auto;
	text-align: left;
}


/* =========================================================
Clear of Float
========================================================= */
.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* =========================================================
Header
========================================================= */
div#header{
	background-image: url(../img/hedder_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	height: 47px;
	margin-bottom: 3px;
}

/* =========================================================
globalNav
========================================================= */
div#globalNav{
	width: 800px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}

div#globalNav ul{
	margin: 0px;
	height: 23px;
	width: 800px;
}

div#globalNav ul li{
	float: left;
	display: block;
}

div#globalNav ul li#btnHome{	width: 70px;}
div#globalNav ul li#btnShowroom{	width: 110px;}
div#globalNav ul li#btnNews{	width: 60px;}
div#globalNav ul li#btnWorks{	width: 70px;}
div#globalNav ul li#btnCorporate{	width: 140px;}
div#globalNav ul li#btnRecuruit{	width: 90px;}
div#globalNav ul li#btnContact{	width: 110px;}
div#globalNav ul li#btnSitemap{	width: 80px;}
div#globalNav ul li#btnMail{	width: 70px;}

div#globalNav ul a{
	background-image: url(../img/navigation_btn.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -5000px;
	height: 23px;
	display: block;
}

li#btnHome a:link,
li#btnHome a:visited { background-position: 0px 0px; }
li#btnHome a:hover { background-position: 0px -23px; }

li#btnShowroom a:link,
li#btnShowroom a:visited { background-position: -70px 0px; }
li#btnShowroom a:hover { background-position: -70px -23px; }

li#btnNews a:link,
li#btnNews a:visited { background-position: -180px 0px; }
li#btnNews a:hover { background-position: -180px -23px; }


li#btnWorks a:link,
li#btnWorks a:visited { background-position: -240px 0px; }
li#btnWorks a:hover { background-position: -240px -23px; }


li#btnCorporate a:link,
li#btnCorporate a:visited { background-position: -310px 0px; }
li#btnCorporate a:hover { background-position: -310px -23px; }


li#btnRecuruit a:link,
li#btnRecuruit a:visited { background-position: -450px 0px; }
li#btnRecuruit a:hover { background-position: -450px -23px; }


li#btnContact a:link,
li#btnContact a:visited { background-position: -540px 0px; }
li#btnContact a:hover { background-position: -540px -23px; }


li#btnSitemap a:link,
li#btnSitemap a:visited { background-position: -650px 0px; }
li#btnSitemap a:hover { background-position: -650px -23px; }

li#btnMail a:link,
li#btnMail a:visited { background-position: -730px 0px; }
li#btnMail a:hover { background-position: -730px -23px; }



/* =========================================================
Footer
========================================================= */
div#footer{
	background-image: url(../img/bk_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	width: 815px;
}

div#footer p{
	font: 69% "ＭＳ ゴシック", "Osaka－等幅";
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
}


#kenkoPhoto {
	margin-top: 1em;
}

#kenkoPhoto .photoBox {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	width: 290px;
}
#kenkoPhoto .photoBox img {
	margin-bottom: 0.2em;
}


