/* 全体設定 */

/* 背景設定 */
html,body{
background:repeat-x url(../common/back.gif) #B4B4B4;
}

/* リンク基本設定 */
a{
color:#426600;
text-decoration:none;
}
a:hover{
color:#9AAD27;
text-decoration:none;
}

/* サイトコンテナの設定 */
#container{
background-color:#FFF;
border:#828282 solid 1px;
border:0 1px;
width:800px;
margin:0 auto;
overflow:hidden;
}
#container:after {
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}

/* ヘッダー部設定 */
#header{
border-bottom:#143C68 solid 3px;
height:93px;
}

/* キャッチ */
#header h1{
float:left;
display:block;
width:640px;
height:12px;
padding:3px 0 6px 10px;
}

/* 個人情報 */
div.pra{
float:right;
display:block;
background:no-repeat url(../common/y_head.gif);
width:90px;
height:14px;
margin-top:4px;
padding:0 5px 0 20px;
}

/* ロゴ設定 */
#header h2{
float:left;
display:block;
background:no-repeat url(../common/logo_head.gif);
width:189px;
height:64px;
margin:0 0 8px 10px;
}
#header h2 a{
display:block;
width:100%;
height:100%;
text-indent:-999em;
}

/* ヘッダー部ナビゲーション設定 */
#header ul.h_navi{
float:right;
display:block;
text-align:left;
width:590px;
height:36px;
margin:28px 0 8px 10px;
}
#header ul.h_navi li{
float:left;
display:block;
height:36px;
}
#header ul.h_navi li.hm1{
background:no-repeat url(../common/hm1-1.gif);
width:148px;
}
#header ul.h_navi li.hm2{
background:no-repeat url(../common/hm2-1.gif);
width:148px;
}
#header ul.h_navi li.hm3{
background:no-repeat url(../common/hm3-1.gif);
width:148px;
}
#header ul.h_navi li.hm4{
background:no-repeat url(../common/hm4-1.gif);
width:146px;
}
#header ul.h_navi li a{
display:block;
width:100%;
height:100%;
text-indent:-999em;
}
.hm1 a:hover{background:no-repeat url(../common/hm1-2.gif);}
.hm2 a:hover{background:no-repeat url(../common/hm2-2.gif);}
.hm3 a:hover{background:no-repeat url(../common/hm3-2.gif);}
.hm4 a:hover{background:no-repeat url(../common/hm4-2.gif);}

/* コンテンツ部分の設定 */
#contents{
clear:both;
margin:0;
padding:0;
width:100%;
overflow:hidden;
}
#contents:after {
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}
/*\*/
* html #contents {
height:1em;
overflow:visible;
}
/**/


/* フッターの設定 */
#footer{
clear:both;
background:no-repeat left bottom url(../common/footer.jpg);
border-top:#98BCCF dashed 1px;
border-bottom:#143C68 solid 6px;
margin-top:15px;
padding:0 17px;
width:766px;
height:100px;
}

/* フッターリンクの設定 */
.f_link{
float:left;
display:block;
width:380px;
height:12px;
margin:20px 0 12px 0;
}

/* コピーライトの設定 */
#footer h3{
float:right;
display:block;
width:380px;
height:12px;
margin:20px 0 12px 0;
text-align:right;
color:#143C68;
}

/* フッターアドレスの設定 */
.f_add1{
float:left;
display:block;
width:250px;
height:12px;
margin:15px 0 0 128px;
font-size:10px;
color:#FFFFFF;
}

.f_add2{
float:right;
display:block;
width:370px;
height:12px;
margin:15px 0 0 0;
font-size:10px;
color:#FFFFFF;
}
