﻿@charset "utf-8";

h2{
        font-size:2.3em;
        font-weight:bold;
        color:#008000;
} 

h3{
	font-size:1.3em;
        font-weight:bold;
        color:#008000;
} 

h4{
	font-size:1.1em;
        font-weight:bold;
} 

h5{
	font-size:1.1em;
        font-weight:bold;
} 

.bold {
    font-weight:bold;
}

.red-bold {
    font-weight:bold;
    color:#ff0000;
}

.font-size-93 {
    font-size:93%;
}

/*--------------------------
　レイアウト
---------------------------*/
body{
	border-top:#cce739 3px solid;
}

/* ヘッダー
---------------------------*/
#header{
	padding:0px 0px;
        background:url(common/img/bg_header.png) #e6e6e6;
}

#header .inner{
	width:940px;
	margin:0px auto;
        text-align:center;
        border-top:#00c4ab 3px solid;
        padding:0px 0px;
        background-color:#eeffff;
	overflow:hidden;
}

#head_img{
	width:940px;
        height:58px;
	margin:0px auto;
        border-top:#00c4ab 3px solid;
        padding:0px 0px;
        background-image:url(../img/hdr_banner.jpg);
        /* background-position:100px 0px; */
	overflow:hidden;
}

/* グローバルナビパート
---------------------------*/
#gnav_part{
	display:block;
	width:940px;
        margin:0 auto;
        border-top:#00c4ab 3px solid;
        border-bottom:#00c4ab 3px solid;
}

/* グローバルナビ
---------------------------*/
#gnav{
	float:left;
        width:815 px;
        background:#00c4ab;
}

#gnav ul{
        border-left:#0000ff 2px solid;
	overflow:hidden;
}

#gnav li{
	float:left;
}

#gnav a{
	display:block;
	width:150px;
	height:25px;
        padding-top:2px;
        border-right:#0000ff 2px solid;
        font-size:1.3em;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
	color:#fff;
}

#gnav a:hover{
	background-color:#eeeeee;
	color:#000;
}

#gnav .selected a{
	background-color:#eeeeee;
        color:#000;
}

/* カウンター
---------------------------*/
#counter{
	display:block;
	float:right;
        width:97px;
        padding-top:3px;
}


/* コンテンツエリア
---------------------------*/
#contents{
        clear:both;	
        width:920px;
	padding:5px 10px 0 10px;
	margin:0 auto;
	border-left:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px solid;
        border-bottom:#e6e6e6 1px solid;
}


/* パンくずパート
---------------------------*/
#pankuzu_date{

	width:920px;
        height:15px;
        margin:0 auto;
        padding-top:0px;
        padding-bottom:5px;
	border-bottom:#aaa 1px dotted;
}

/* パンくず
---------------------------*/


#pankuzu_part{
        float:left;
	width:600px;
　　　　margin-bottom:0px;
}


#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right:15px;
	background:url(../img/ico_arw01.gif) right center no-repeat;
}

/* 更新日
---------------------------*/
#rev_date{
	float:right;
        display:block;
        width:120px;
        font-size:83%;
}


/* サイド＆メイン部分
---------------------------*/
#main_part{
        clear:both;
	width:920px;
	margin:0 auto;
        padding-top:10px;
        padding-bottom:10px;
	border-bottom:#aaa 1px dotted;
}

/* 左サイド
---------------------------*/
#side{
	width:220px;
	float:left;
}

.s_block{
	margin-bottom:0px;
}

.s_block h4{
	display:block;
        border-left:#008000 5px solid;
	width:200px;
	padding-left:5px;
	margin-bottom:0px;
}

.s_block h5{
	display:block;
	width:180px;
        padding:2px 10px;
	margin-left:10px;
	margin-bottom:0px;
	background-color:#fafad2;
}

.s_block ul.menu_1st{
	display:block;
        width:220px;
}

.s_block ul.menu_2nd{
	display:block;
        margin-left:10px;
        width:210px;
}

.s_block li a{
	display:block;
	padding:7px 10px;
	margin:0px 10px 0px 10px;
	color:#008000;
        font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	border-bottom:#00c4ab 2px solid;
	background:url(../img/bg_menu_g.gif) left top repeat-x  #f2f2f2;
}

.s_block li a:hover{
        border-bottom:#cce739 2px solid;
	background:url(../img/bg_menu_on.gif) left bottom repeat-x #fff;
	color:#444444;
	font-weight:bold;
}

.s_block .s_selected a{
        border-bottom:#cce739 2px solid;
	background:url(../img/bg_menu_on.gif) left bottom repeat-x #fff;
	color:#444444;
	font-weight:bold;
}

.s_block p{
	display:block;
	padding:5px 10px 0px 10px;
	width:200px;
}

.section_line_s{
        display: block;
        width:220px;
        text-align:center;
	margin-bottom:0px;
}

p.date{
	display:block;
	padding:0px 10px 0px 10px;
	width:200px;
}

p.newslog{
	display:block;
	padding:0px 10px 0px 20px;
	width:200px;
}

.top-3px{
	margin-top:3px;
}

/* 関連サイトのリンク　
---------------------------*/
#link_box{
	clear:both;
	width:920px;
　　　　margin-top:0px;
        padding:10px 0px;
}

#link_box a{
	float:left;
        padding:5px;
}


/* ページトップ 
---------------------------*/
#pagetop_box{
	clear:both;
	width:920px;
        padding:10px 0px;
        border-top:#aaaaaa 1px solid;
        text-align:right;
}

#pagetop_box .pagetop a{
	padding:5px;
	background:#e6e6e6;
	font-size:83%;
	color:#666;
	text-decoration:none;
}

.pagetop a:hover{
	text-decoration:underline;
}


/* フッター
---------------------------*/
#footer{
	margin-top:10px
        padding:10px 0;
	background-color:#e6e6e6;
}

#footer .inner{
	width:940px;
	margin:0 auto;
        background-color:#eeffff;
	overflow:hidden;
}


#footer ul{
	float:left;
}

#copyright{
	float:right;
	font-size:83%;
}

#footer li{
	display:inline;
}

#footer a{
	padding:0 10px;
	background:url(../img/ico_arw01.gif) left center no-repeat;
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


