﻿@charset "utf-8";

/*====================================================================

common.css

====================================================================*/

/*--------------------------------------------------------------------
01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
   margin:0;
   padding:0;
   font:normal normal normal 100%/1.7 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
   border:none;
}
hr{display:none;}
/*img{display:block;}*/
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a{
   color:#f70664;
   text-decoration: underline;
   outline: none;
}
a:visited{
   color:#f70664;
   text-decoration:underline;
   outline: none;
}
a:hover{
   color:#f70664;
   text-decoration:none;
   outline: none;
}
a:active{
   color:#f70664;
   text-decoration:none;
   outline: none;
}



/*--------------------------------------------------------------------
02.body
--------------------------------------------------------------------*/
html{
   width: 100%;
   background: #fff url(../img/common/bg.gif) center top;
}
body{
   width: 100%;
   font-size: 12px;
   color: #756e47;
}
#bigbucket{
   width: 100%;
}
#container{
   width: 100%;
   text-align: center;
}






/*--------------------------------------------------------------------
03.head
--------------------------------------------------------------------*/
#head{
   position: relative;
   width: 950px;
   text-align: left;
   margin: 0 auto;
}
/*logo*/
#head h1,
#head h1 a{
   width: 227px;
   height: 45px;
}
#head h1{
   position: absolute;
   left: 5px;
   top: 40px;
   background: url(../img/common/logo.gif) no-repeat;
}
#head h1 a{
   display: block;
   text-indent: -9999px;
   overflow: hidden;
}
/*language*/
#language,
#language a{
   width: 96px;
   height: 23px;
}
#language{
   position: absolute;
   top: 0;
   right: 0;
   
   background: url(../img/common/btn_en.png) no-repeat;
}
#language a{
   display: block;
   text-indent: -9999px;
   overflow: hidden;
}
/*navi*/
#navi,
#navi ul,
#navi ul li,
#navi ul li a{
   display: block;
   height: 43px;
}
#navi{
   position: absolute;
   left: 350px;
   top: 43px;
   width: 600px;
   background: url(../img/common/navi.gif) no-repeat;
}
#navi ul{width: 600px;}
#navi ul:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#navi ul li,
#navi ul li a{
   width: 90px;
}
#navi ul li{
   float: left;
   margin-right: 10px;
}
#navi ul li a{
   text-indent: -9999px;
   overflow: hidden;
   background-repeat: no-repeat;
}
#navi ul li a.rollover{
   opacity:0.0;
   filter: alpha(opacity=0);
   background-image: url(../img/common/navi_hover.gif);
}
#navi ul li#news    a{background-position: 0 0;}
#navi ul li#about   a{background-position: -100px 0;}
#navi ul li#service a{background-position: -200px 0;}
#navi ul li#works   a{background-position: -300px 0;}
#navi ul li#recruit a{background-position: -400px 0;}
#navi ul li#contact a{background-position: -500px 0;}




/*--------------------------------------------------------------------
04.contents
--------------------------------------------------------------------*/
#contents{
   width: 950px;
   text-align: left;
   margin: 0 auto;
}
#contents:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}



/*--------------------------------------------------------------------
05.foot
--------------------------------------------------------------------*/
#foot_container{
   width: 100%;
   background:  url(../img/common/foot_bg.jpg) repeat-x top;
}
#foot_flower{
   width: 100%;
   text-align: center;
   background: url(../img/common/foot_flower.gif) no-repeat center 81px;
}
#foot{
   position: relative;
   width: 950px;
   height: 400px;
   color: #b2a595;
   font-size: 10px;
   text-align: left;
   margin: auto;
   overflow: hidden;
}
#foot a        {
                color: #b2a595;
                text-decoration: none;
               }
#foot a:visited{color: #b2a595;}
#foot a:hover  {color: #f70664;}
#foot a:active {color: #f76fa4;}

#foot div.fblock1 h4,
#foot div.fblock2 h4{
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   color: #d66a83;
   background: url(../img/common/foot_under_score.gif) no-repeat left bottom;
   padding-left: 10px;
}
#foot div.fblock1{
   position: absolute;
   top: 113px;
   width: 145px;
}
#foot div.fblock1 ul{
   display: block;
   width: 135px;
   margin: 5px 0 0 10px;
}

#foot div.fblock2{
   position: absolute;
   width: 310px;
}
#foot div.fblock2 ul,
#foot div.fblock2 p{
   width: 295px;
   margin-top: 5px;
}
#foot div.fblock2 ul,
#foot div.fblock2 ul li{
   display: block;
}
#foot div.fblock2 ul:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#foot div.fblock2 ul li{
   float: left;
   margin-right: 10px;
}

#foot div.fblock1#fabout  {left: 0;}
#foot div.fblock1#fservice{left: 145px;}
#foot div.fblock2#fworks  {left: 290px;top: 113px;}
#foot div.fblock2#flinks  {left: 290px;top: 158px;}

#foot div#info{
   position: absolute;
   top: 97px;
   left: 619px;
   width: 330px;
}
#foot div#info h4{
   height: 25px;
   text-indent: -9999px;
   overflow: hidden;
   background: url(../img/common/foot_info_title.gif) no-repeat left;
}
#foot div#info p{
   line-height: 1.4;
   margin: 8px 0 0 12px;
}
#foot div#info ul,
#foot div#info ul li,
#foot div#info ul li a{display: block;}
#foot div#info ul{
   height: 25px;
   background: url(../img/common/foot_info_btn.gif) no-repeat;
   margin: 10px 0 0 6px;
   padding-left: 5px;
}
#foot div#info ul:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#foot div#info ul li,
#foot div#info ul li a{height: 16px;}
#foot div#info ul li{
   float: left;
   margin: 9px 5px 0 0;
}
#foot div#info ul li a{
   text-indent: -9999px;
   overflow: hidden;
}
#foot div#info ul li#map a{width: 98px;}
#foot div#info ul li#contact a{width: 73px;}

#foot div#foot_navi{
   font-size: 12px;
   color: #b2a595;
   line-height: 1;
   border-top: solid 1px #f0ece2;
   border-bottom: solid 1px #f0ece2;
   margin-top: 240px;
   padding: 10px 0;
}
#foot div#foot_navi a        {color: #d66a83;}
#foot div#foot_navi a:visited{color: #d66a83;}
#foot div#foot_navi a:hover  {color: #f70664;}
#foot div#foot_navi a:active {color: #f76fa4;}

#foot p#copyright{
   height: 20px;
   text-indent: -9999px;
   overflow: hidden;
   background: url(../img/common/foot_copyright.gif) no-repeat center;
   margin-top: 70px;
}














