/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: #fff;
}

/*--------------------------------------------------------
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(../img/logo-blue1.jpg); }*/

/*ロゴテキストは下記を使用*/
div#header-logo{ background: url(../img/logo-bg.jpg); }


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{	background: #fff; }

/*ナビ*/
div#navi{ background: #fff; }

/*メインコンテンツ*/
div#main{ background: #fff; }

/*フッター*/
div#footer{ background: #fff; }

/*copyright*/
div#copyright{ background: #6b8bc8; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#global-menu,div#navi,div#main{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/*ヘッダーロゴの上下*/
div#header-logo{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #004dff; }
a:visited{ color: #004dff; }/*訪問済み*/
a:hover
		{ 
		text-decoration:none;
		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{ color: #333; }
p#logo-text a:link{ color: #333; }
p#logo-text a:visited{ color: #333; }
p#logo-text a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #333; }


/*copyright*/
div#footer #copyright{ color: #fff; }


/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin: 7px 0 0 16px;
	font-size: 8.5pt;
	text-decoration: none;
	color: #464646;/*文字色*/
}


h2 {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-left: 7px;
	background: #eee;/*背景色*/
	border-left: 5px solid #6b8bc8;/*左枠線の色*/
	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.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
	font-size: 11pt;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 810px;
	_width: 812px;/*IE対策*/
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 810px;
	_width: 812px;/*IE対策*/
	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: 1;
	position: absolute;
	top: 30px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 70px;/*ロゴの高さだよ*/
	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;
}

p#logo-text a{ text-decoration: none; }


/*--------------------▽ヘッダー文章*/

div#header-text{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 400px;
	text-align: right;
	font-size: 8pt;
	line-height: 10pt;
}

/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
	z-index: 1;
	position: absolute;
	top: 100px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 22px;
}

div#navi p{
	margin: 6px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■コンテンツ全体
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	position: absolute;
	top: 120px;/*メインの上からの距離ここだよ*/
	width: 810px;
	_width: 812px;/*IE対策*/
	text-align: center;
}


/*--------------------------------------------------------
■メインエリア
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#main-area{
	margin: 0px 10px 0 10px;
	width: 782px;/*ここだよ*/
	text-align: left;
}

/*--------------------▽コンテンツ*/

div#main-area .contents{
	clear: both;
	margin: 20px 5px 40px 5px;/*ここの左から2と4番だよ*/

}

/*コンテンツ（インデント：10px）*/
div#main-area .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}

/*--------------------▽コンテンツ内の線*/

div#main-area hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #eee;
}


/*--------------------▽コンテンツ内のリストタグ*/

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;
	background: #ffe4e1;/*背景色*/

}



/*--------------------▽戻る＆進むリンク*/

.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 30px 7px 0;
}

div#footer .menu li{
	display: inline;
	margin: 0 0.4em 0 0.4em;
	font-size: 9pt;/*--------------------▽ここだよ*/
	line-height: 12pt;/*--------------------▽ここだよ*/

}

/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 15px;
	padding: 15px 0 15px 0;
	width: 810px;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }


/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/



a img
	{
	border: 0;
	}


/*-------------------------------------
▼▼　メイン
-------------------------------------*/


/*●テーブル*/

td
	{
	font-size:11px;
	line-height:120%;
	padding:5px 0;
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	padding-left:0px;
	padding-bottom:0px;
	float:left;
	}

#des_inner
	{
	width:530px;
	float:left;
	}

#des_inner h2
	{
	font-size:12px;
	width:512px;
	letter-spacing:1px;
	color:#373737;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:4px double #999;
	padding:2px 8px;
	background:#fff;
	}

#des_inner p
	{
	line-height:200%;
	}

/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box
	{
	width:762px;/*ここだよ*/
	padding-left:0px;
	margin-top:0px;
	clear:both;
	word-break:break-all;/*ここだよ*/
	word-wrap:break-word;/*ここだよ*/
	
	}

.box_h2
	{
	font-size:12px;
	letter-spacing:1px;
	color:#373737;
	margin-bottom:10px;
	margin-top:0px;
	border-bottom:4px double #999;
	padding:2px 8px;
	background:#ffffff;/*ここだよ*/
	}

.box_h3
	{
	color:#db4c8a;
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	font-weight:bold;
	}


.table1
	{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	}

.table1 td
	{
	border-left:1px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:5px;
	}

.table2 td
	{
	border:none;
	}

.table3 td
	{

	border-bottom:1px solid #ccc;
	line-height:170%;
	}


/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	clear:both;
	padding:2px 10px;
	width:735px;
	margin:0x;
	border-left:5px solid #eaeae9;
	border-top:1px solid #eaeae9;
	border-right:5px solid #eaeae9;
	border-bottom:1px solid #eaeae9;
	}

.pan a
	{
	text-decoration:none;
	}
	



/*●追加：コンテンツ内のリンクエリア*/
.link-area-left,.link-area-center,.link-area-center2,.link-area-center3,.link-area-right{
	font-size: 0.75em;
	width: 140px;
	padding: 5px 0px 0px 5px;
}

.link-area-left{ float: left; }
.link-area-center{ float: left; }
.link-area-center2{ float: left; }
.link-area-center3{ float: left; }
.link-area-right{ float: left; }

.link-area-title{
	margin: 0px;
	width: 153px;
	background: url(images/h3back.gif);
	padding: 5px 0px 5px 10px;
	text-align:left;
	font-size: 1.0em;
	font-weight: bold;
	all color: #000;
	border-top: 1px solid #c9c9c9;
}



.s_box{
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
	background: #ffe4e1;/*背景色*/
}
