@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#693600;
background:#efe9cf url(images/bg.png) repeat-x 0 0;
}

a{color:#018686;text-decoration:none;}
a:hover{color:#01b8b8; text-decoration: underline;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*************
全体幅
*************/
#header{
margin: 0 auto;
width: 1077px;
height: 97px ;
background: url(images/nav.png) no-repeat bottom center;
}
#container01, #container02, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header_innner{
position:relative;
width:960px;
height: 97px;
margin:0 auto;
}

#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:10px;
font-size: 11px;
line-height: 20px;
font-weight: normal;
}

#header h2{
font-weight: normal;
right:0;
}

#header h3{
	top: 46px;
}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 56px;
right:0;
border-left: 1px dashed #018686;
}

#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:12px;
font-weight: bold;
border-right: 1px dashed #018686;
}

/*************
メイン画像
*************/
#mainImage{
margin-top: 14px;
padding: 219px 0 0;
background: url(images/mainimage.png) no-repeat center top;
}
#mainImage #main_txt {
	text-indent:-9999px;
}

/*************
コンテンツ全体
*************/
#wrapper{
background: url(images/contentbg.png) repeat-x 0 top;
margin-top: -20px;	
padding-top: 30px;
}
#container01{
background-color: #efe9cf;
padding: 0 0 20px 10px;

}
#container02{padding: 0 0 20px;}

.box{
float: left;
width: 225px;
margin-right: 15px;
padding-bottom: 10px;
line-height: 1.2;
}
.box a img {
border: 1px #018686 solid;
}

/* 最後のbox */
.last{margin-right:0;}

/* 横に長いbox */
.long{width:470px;}

/* 画像を左に回りこみ */
.long img{
float:left;
margin: 0 10px 10px 0;
}

/* H3 見出し */
#container02 h3,#container02 h2{
display:block;
height:27px;
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 3px;
background:url(images/heading.png) repeat-x 0 0;
}

#container02 h4{
display:block;
height:27px;
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 3px;
background:url(images/heading2.png) repeat-x 0 0;
}

/* 2つ目以降の H3 見出し */
#container02 h3.other{margin-top:40px;}

#container02 ul, .inner ul{margin-left: 5px;}

#container02 ul li, .inner ul li{
list-style: none;
margin-bottom: 7px;
padding-left: 17px;
background:url(images/list.png) no-repeat 0 center;
}


/*************
/* フッター
*************/
#footerUpper{
clear:both;
padding: 35px 0 5px;
overflow: hidden;
background:#eaeae9 url(images/footerbg.png) repeat-x 0 top;
}

#footerUpper .inner{
overflow: hidden;
}

#footerLower{
overflow: hidden;
border-top: 1px #ffffff solid;
}

#footerLower .inner{
position:relative;
min-height: 60px;
font-size:13px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 14px;
padding-bottom: 5px;
}
#footerLower .inner p#copy{padding-top: 10px;}
#footerLower .inner p#contact{right:0;}
