@charset "utf-8";

/****RESET****/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

img{
	vertical-align: bottom;
}

/*CLEARFIX*/
.clearfix:after{ content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
.clearfix{ display:inline-block;}
/*Hide from IE-mac\*/
*html .clearfix{ height:1%;}
.clearfix{ display:block;}
/*End hide form IE-mac*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
	} 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*{ border:1px solid #FF0000;}*/

/****GENERAL SETTING****/
html { font-size: 62.5%; }
body{ 
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
text-align: center;
font-size: 14px; 
font-size: 1.4rem;
line-height:1.5;
}
strong{ 
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-weight: bold;
}
a {
outline: none;
text-decoration:underline; 
color: #00759b;
}
hr{ 
display:none;
}
.clear { 
clear:both;
}	
.fleft{ 
float:left;
}
.fright{
float:right;
}
.larger{
font-size:larger;
}
.offfield { 
position:absolute;
left:-5555px; 
width:0px;
height:0px;
font-size:0px;
line-height:0px;
}

/***BASIC LAYOUT***/
html{
height: 100%;
}
body{
background:#FFF url(../images/bg_body.jpg);
height: 100%;
color:#763700;
}
div#wrapper{
width:100%;
min-height:100%;
margin:0 auto;
position:relative;
background:url(../images/bg_header.jpg) top center no-repeat;
}
div#contents{
width:980px;
position:relative;
margin:0 auto;
padding-bottom:50px;
}
h1{
text-indent:-99999px;
}

/**mainNAVIGATION**/
ul#globalNavi{
width:673px;
height:247px;
margin:0 0 0 281px;
position:relative;
}
ul#globalNavi li{
height:247px;
text-indent:-10000px;
position:absolute;
top:0;
}
ul#globalNavi li a{
height:247px;
display:block;
background: url(../images/bt_menu.png) no-repeat;
}
ul#globalNavi li a:hover{
background: url(../images/bt_menu_o.png) no-repeat;
}
ul#globalNavi li#toAbout{ width:123px; left:0;}
ul#globalNavi li#toAbout a{ width:123px; background-position: 0 0;}
ul#globalNavi li#toWorks{ width:143px; left:156px;}
ul#globalNavi li#toWorks a{ width:143px; background-position: -156px 0 ;}
ul#globalNavi li#toService{ width:123px; left:312px;}
ul#globalNavi li#toService a{ width:123px; background-position:-312px 0;}
ul#globalNavi li#toContact{ width:182px; left:478px;}
ul#globalNavi li#toContact a{ width:182px; background-position: -478px 0;}

/***FOOTER***/
div#footer{
position:absolute;
bottom:0;
left:0;
width:100%;
text-align:center;
clear:both;
border-bottom:15px solid #80c1cc;
}
div#footer p{
margin:0 auto;
width:965px;
height:45px;
background:url(../images/txt_copyright.png) no-repeat top right;
text-indent:-10000px;
}