@charset"shift-JIS";

* {
  margin: 0;
  padding: 0;
}

html {height:100%;}

a:hover img {
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/* 全体設定
-----------------------------------*/

body {
background-color:#EAEAEA;
background-repeat:repeat-x;
background-image:url(../image/background.gif);
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:80%;
color:#666;
height:auto 100%;
}

#wrapper {
width:1000px;
margin:0 auto;
min-height:100%;
height:100%;
height:auto;
}


/* リンク
-----------------------------------*/
a:link {
color: #666;
text-decoration: none;
}

a:visited {
color: #666;
text-decoration: none;
}

a:hover {
color: #8E8A8A;
text-decoration: underline;
}

a:active {
color: #8E8A8A;
text-decoration: underline;
}

a { 
overflow: hidden;
outline: none;
}



/* 　　ヘッダー　　
-----------------------------------*/
#head {
width:1000px;
height:91px;
padding:0 25px 0 25px;
margin:0 0 26px 0;
float:left;
display:inline;
}

h1 {
margin:30px 0 0 0;
font-size:11px;
font-weight:lighter;
}

#headlogo {
margin:5px 0 0 0;
float:left;
}

/* トップナヴィゲーションボタン 
-----------------------------------*/
#navi {
width:950px;
height:50px;
margin:25px 25px 0 25px;
text-align:center;
padding:0px;
float:left;
overflow:hidden;
display:inline;
}

#navi img { visibility:hidden }

#navi .n-home { background-image: url(../image/navi-top.gif);  background-position: 0px 50px; float:left;}
#navi .n-service { background-image: url(../image/navi-service.gif);  background-position: 0px 50px; float:left;}
#navi .n-company { background-image: url(../image/navi-company.gif);  background-position: 0px 50px; float:left;}
#navi .n-contact { background-image: url(../image/navi-contact.gif);  background-position: 0px 50px; float:left;}

#navi a,
#navi a:link,
#navi a:visited { background-position: 0px 0px; float:left; height: 50px; }
#navi a:hover,
#navi a:active { background-position: 0px 50px; float:left;}

#navi .n-home a { background-image: url(../image/navi-top.gif);}
#navi .n-service a { background-image: url(../image/navi-service.gif);}
#navi .n-company a { background-image: url(../image/navi-company.gif);}
#navi .n-contact a { background-image: url(../image/navi-contact.gif);}



/* メインイメージ
---------------------------------- */

h2 {
width:1000px;
height:350px;
float:left;
}

/* ニュース
---------------------------------- */
#news {
width:700px;
height:320px;
margin:10px 0 0 25px;
_margin:10px 0 0 12px;
padding:10px 15px 0 15px;
border:1px solid #CCC;
background-color:#FFFFFF;
float:left;
}

#news ul {
margin:20px 0px 0 23px;
padding:0 0 10px;
list-style-type: none;
}

.date {
color:#336633;
margin-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
}

#news li {
padding-bottom:15px;
border-bottom:1px dotted #927670;
margin:15px 0 5px 0;
}

#news li a{
color:#2B8E80;
display:inline;
text-decoration:underline;
}

#news li a:hover{
color:#1B6157;
text-decoration:underline;
}


/* 右コンテンツ
---------------------------------- */
#rcont {
width:210px;
height:420px;
float:left;
margin:10px 0 0 5px;
}

#baner {
width:210px;
height:325px;
border:1px solid #CCC;
background-color:#FFFFFF;
padding:5px 0 0 0;
text-align:center;
}

.tm8 {
margin:8px 0 0 0;
}

.more {
margin:10px 10px 0 0;
text-align:right;
float:right;
}


#contact {
width:210px;
height:55px;
border:1px solid #CCC;
background-color:#FFFFFF;
padding:5px 0 0 0;
text-align:center;
margin:10px 0 0 0;
}



/* フッター
---------------------------------- */


#footwrap {
width:100%;
height:auto;
background-image:url(../image/footbg.gif);
background-repeat:repeat-x;
float:left;
}


#footer {
margin:0 auto;
text-align:center;
padding:25px 0 20px 0;
}


