/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
 margin: 0;
 padding: 0;
}

table{
 border-collapse: collapse;
 border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
 font-style: normal;
 font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
 border: none;
 vertical-align: bottom;
}

/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: url(./images/bg-shadow.gif) repeat-y center top fixed;
}

/*--------------------------------------------------------
1、影画像
background: url(./images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(./images/grade-blue1.jpg) repeat-x center top fixed;

3、任意の画像
background: url(./images/bg-photo.jpg) no-repeat center top fixed;

4、色をベタ塗り
background: #000;
--------------------------------------------------------*/

/*--------------------------------------------------------
2、ヘッダーロゴ画像の設定
--------------------------------------------------------*/

div#header-logo{ background: url(./images/logo-bg-blue1.jpg); }

/*ロゴ画像は下記を使用*/
/*div#header-logo{ background: url(./images/logo-blue1.jpg); }*/


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{ background: #68936b; }

/*ナビ*/
div#navi{ background: #fff; }

/*メインコンテンツ*/
div#main{ background: #fff; }

/*左メニュー*/
div#left{ background: #fff; }

/*左メニュータイトル*/
div#left .title{ background: #68936b; }

/*右コンテンツ*/
div#right{ background: #fff; }

/*フッター*/
div#footer{ background: #fff; }

/*copyright*/
div#copyright{ background: #245a26; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#navi,div#main{
 border-left: 1px solid #666;
 border-right: 1px solid #666;
}

/*ヘッダーロゴの上下*/
div#header-logo{
 border-top: 1px solid #245a26;
 border-bottom: 1px solid #245a26;
}

/*左メニュー*/
div#left .menu{
 border: 1px solid #68936b;
}

/*左メニューその他ボックス*/
div#left .contents{
 border: 1px solid #68936b;
}


/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #333; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #fff; }
div#header #top-menu li a:link{ color: #fff; }
div#header #top-menu li a:visited{ color: #fff; }
div#header #top-menu li a:hover{ color: #ff3300; }


/*ロゴテキスト*/
p#logo-text a{ text-decoration: none; }
p#logo-text,p#sub-text{ color: #fff; }
p#logo-text a:link{ color: #fff; }
p#logo-text a:visited{ color: #fff; }
p#logo-text a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #333; }


/*左メニュータイトル帯*/
div#left .title p{ color: #fff; }

/*copyright*/
div#footer #copyright{ color: #fff; }


/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
 z-index: 1;
 position: absolute;
 margin: 7px 0 0 16px;
 font-size: 8.5pt;
 line-height: 14pt;
 color: #fff;/*文字色*/
}


h2 {
 clear: both;
 margin: 10px 0 10px 0;
 padding-left: 7px;
 background: #eee;/*背景色*/
 border-left: 5px solid #9ec1a0;/*左枠線の色*/
 background: url(./images/h2back-blue1.gif) repeat-x;/*背景画像*/
 font-size: 13pt;
 font-weight: bold;
 line-height: 22pt;
 color: #333;/*文字色*/
}


h3{
 clear: both;
 margin: 10px 10px 10px 10px;
 padding: 2px 0 0 10px;
 background: url(./images/h3back-blue1.gif);/*背景画像*/
 text-align: left;
 font-size: 11pt;
 font-weight: bold;
 line-height: 13pt;
 color: #333;/*文字色*/
}


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
 margin: 0;
 text-align: center;
 font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
 font-size: 0.9em;
 line-height: 1.6em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
 font-size: 10pt;
 line-height: 1.4em;
 font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
 width: 810px;
 margin: 0 auto;
 text-align: left;
}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
 width: 810px;
 height: 30px;
}

div#header #top-menu{
 position: absolute;
 top: 5px;
 width: 794px;
 text-align: right;
}


div#header #top-menu li{
 display: inline;
 font-size: 8.5pt;
 line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-logo{
 z-index: 2;
 position: absolute;
 top: 30px;
 width: 810px;
 height: 110px;
 text-align: left;
}

/*--------------------▽ロゴテキスト（ロゴ画像では不使用）*/

p#logo-text{
 position: absolute;
 top: 20px;
 left: 18px;
 font-size: 24pt;
 font-weight: bold;
 letter-spacing: -0.5pt;
}

p#sub-text{
 position: absolute;
 top: 65px;
 left: 18px;
 font-size: 10pt;
 font-weight: bold;
 letter-spacing: -0.5pt;
}

/*--------------------▽ヘッダー文章*/

div#header-text{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 400px;
 text-align: right;
 font-size: 9pt;
 line-height: 14pt;
}


/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
 z-index: 1;
 position: absolute;
 top: 140px;
 width: 810px;
 height: 20px;
}

div#navi p{
 margin: 6px 0 0 16px;
 font-size: 8.5pt;
 line-height: 14pt;
}


/*--------------------------------------------------------
■トップページメインエリア
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#main-area{
 margin: 10px auto 0 auto;
 width: 730px;
 text-align: left;
}

/*--------------------▽コンテンツ*/

div#main-area .contents{
 clear: both;
 margin: 20px 20px 40px 20px;
}


/*コンテンツ（インデント：10px）*/
div#main-area .contents2{
 clear: both;
 margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#main-area hr{
 clear: both;
 margin: 10px 0 10px 0;
 color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#main-area ul,
div#main-area ol{
 margin: 0 0 20px 20px;
 list-style-type: disc;
 list-style-position: outside;
}
div#main-area li{
 line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#main-area ul.topics{
 padding: 10px;
 border: 1px solid #aaa;
 list-style-type: none;
 list-style-position: outside;
}


/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
 overflow: hidden;
 position: absolute;
 top: 160px;
 width: 810px;
 text-align: left;
}


/*--------------------------------------------------------
■左メニュー
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#left{
 overflow: hidden;
 float: left;
 width: 220px;
}


/*--------------------▽メニューボックス*/

div#left .menu{
 margin: 10px 0 10px 10px;
 width: 198px;
}


/*--------------------▽メニュータイトル帯*/

div#left .title p{
 margin: 0 10px 0 10px;
 padding: 5px 0 5px 0;
 font-size: 11pt;
 font-weight: bold;
}


/*--------------------▽メニューリスト*/

div#left ul{
 margin: 5px 15px 5px 15px;
}

div#left li{
 list-style-type: none;
 list-style-position: outside;
 margin: 15px 0;
 font-size: 11pt;
 font-weight: bold;
 line-height: 14pt;
}

/*--------------------▽その他ボックス*/

div#left .contents{
 margin: 10px 0 10px 10px;
 width: 198px;
}


/*--------------------▽左メニュー内のPタグ*/

div#left p{
 margin: 15px;
}


/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
 overflow: hidden;
 float: right;
 padding: 0 10px 0 10px;
 width: 570px;
}


/*--------------------▽コンテンツ*/

div#right .contents{
 clear: both;
 margin: 20px 20px 40px 20px;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
 clear: both;
 margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#right hr{
 clear: both;
 margin: 10px 0 10px 0;
 color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#right ul,
div#right ol{
 margin: 0 0 20px 20px;
 list-style-type: disc;
 list-style-position: outside;
}
div#right li{
 line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#right ul.topics{
 margin: 0 0 20px 0;
 padding: 10px;
 border: 1px solid #aaa;
 list-style-type: none;
 list-style-position: outside;
}



/*--------------------▽戻る＆進むリンク*/

.link-back,
.link-next{
 clear: both;
 margin-top: 20px;
 padding: 0;
 width: 100%;
 font-size: 12pt;
 font-weight: bold;
 line-height: 14pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }


/*--------------------▽右コンテンツ内のPタグは、自動改行*/

p{ margin-bottom: 1.0em; }


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
 clear: both;
 width: 810px;
 text-align: center;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
 clear: both;
 color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
 margin: 7px 0 7px 0;
}

div#footer .menu li{
 display: inline;
 margin: 0 0.8em 0 0.8em;
 font-size: 10pt;
 line-height: 14pt;
}


/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
 clear: both;
 margin-top: 15px;
 padding: 15px 0 0 0;
 width: 810px;
 font-size: 10pt;
 line-height: 14pt;
}


/*--------------------------------------------------------
■広告の絶対配置（オプション）
--------------------------------------------------------*/

/*--------------------▽例：横幅240 縦12c0の広告の場合*/

div.ad{
 z-index: 10;
 position: absolute;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 text-align :right;
}

div.ad p{
 position: fixed;
 top: 0;
 right: 0;
 padding: 5px;
 width: 240px;
 height: 120px;
 background: #eee;/*背景色*/
 border: 1px solid #000;/*枠線の色*/
 text-align :center;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }


/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/

/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left{
 float: left;
 margin: 0 30px 20px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
 float: right;
 margin: 0 0 20px 30px!important;
}


div#right .contents .ctgy {
 margin-top: 10px;
}

.ctgy dt{
 font-weight: bold;
 border-left-width: 7px;
 border-left-style: solid;
 border-left-color: #9ec1a0;
 background-color: #f6faf2;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #e8eae2;
 padding-left: 5px;
 }
.ctgy dt a:link {
 color: #555555;
 line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
 padding-bottom: 3px;
 padding-right: 20px;
 margin-top: 7px;
 margin-right: 20px;
 margin-bottom: 7px;
 margin-left: 20px; font-size: 12px;
 line-height: 200%;
 padding-left: 15px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #e8eae2;
 border-left-width: 7px;
 border-left-style: solid;
 border-left-color: #e8eae2;
}


/*------------------------------------------------------------
●１、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/

/*------------------------------------------------------------
●リンク
-------------------------------------------------------------*/
.rinku { font-size: 10px;
 line-height: 14px;
 text-align:center;
 padding:5px;
 background:#245a26;
 color: #fff;
}
.rinku a{ text-decoration: none; }/*下線を付ける*/
.rinku a:link{ color: #fff; }
.rinku a:visited{ color: #fff; }/*訪問済み*/
.rinku a:hover{ color: #fff; }/*リンクに乗った時*/

div#footer hr{
 clear: both;
 color: #aaa;
}