@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:#555555;
}

a{color:#005caa;text-decoration:none;}
a:hover{color:#21aac7; 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, #container01, #container02, .inner{
margin: 0 auto;
width: 960px;
}

#wrapper{
border-top:5px #666666 solid;
background:#aecfdb url(images/bg.jpg) no-repeat top center;
}
#wrap{ background-color:#ffffff;}

/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 100px;
}

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

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

#header h3{top: 47px;}


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

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

/*************
メイン画像
*************/
#mainImage{
padding: 0 0 10px;
background:url(images/bg_img.jpg) repeat-x bottom;
}
#mainImage .inner{
	text-align:center;
}

/*************
コンテンツ全体
*************/
#container01{padding: 30px 0 20px 10px;}
#container02{padding: 0 0 20px;}

.box{
float: left;
width: 227px;
margin-right: 13px;
padding-bottom: 10px;
line-height: 1.2;
}

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

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

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

/* 見出し */

#container02 h2{
height:30px;
font-size: 14px;
margin: 0 0 15px;
padding: 7px 10px 3px 17px;
background:url(images/heading.png) repeat-x 0 0;
color:#ffffff;
}

#container02 h3.h3_min{
height:30px;
font-size: 14px;
margin: 0 0 15px;
padding: 7px 10px 3px 17px;
background:url(images/heading2.png) repeat-x 0 0;
color:#ffffff;
}


/* 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 0;
}

.inner ul li{background-image:url(images/list.png);}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 25px 0 5px;
overflow: hidden;
background:#f0f0ef url(images/border_foot.gif) repeat-x 0 0;
}

#footer .inner{
overflow: hidden;
}

#address{
min-height: 60px;
font-size:13px;
clear:both;
border-top: #dddddd 2px groove;
padding-top:15px;
}

* html #address{height:60px;}

#address p{
padding-bottom: 5px;
display:block;
}
#address p#copy{padding-top: 10px; float:left;}
#address p#contact{float:right;}