/*--------------------------------------------------------
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-red1.jpg); }


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{	background: #555; }

/*ナビ*/
div#navi{ background: #fff; }

/*メインコンテンツ*/
div#main{ background: #fff; }

/*左メニュー*/
div#left{ background: #fff; }

/*左メニュータイトル*/
div#left .title{ background: url(../images/menutitle.jpg); }

/*左メニュータイトル2*/
div#left .title2{ background: #990033; }

/*右コンテンツ*/
div#right{ background: #fff; }

/*フッター*/
div#footer{ background: #fff; }

/*copyright*/
div#copyright{ background: #990033; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#navi,div#main{
	border-left: 0px solid #666;
	border-right: 0px solid #666;
}

/*ヘッダーロゴの上下*/
div#header-logo{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}

/*左メニュー*/
div#left .menu1{
	border: 1px solid #990033;
	background: #fff; 
}

/*左メニュー2*/
div#left .menu2{
	border: 1px solid #990033;
	background: #fff; 
}
/*左メニューその他ボックス*/
div#left .contents{
	border: 0px solid #990033;
}


/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration:underline; }/*下線を付ける*/
a:link{ color: #990033; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #fff; }
div#header #top-menu li a{ text-decoration: underline; }
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: #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: #fff; }

/*左メニューテキスト*/
div#left li a{ text-decoration: none; }
div#left li{ color: #990033; }
div#left li a:link{ color: #990033; }
div#left li a:visited{ color: #555; }/*訪問済み*/
div#left li a:hover{ color: #fff; }

/*左メニューテキスト2*/
div#left .menu1 li a{ text-decoration: none; }
div#left .menu1 li{ color: #990033; }
div#left .menu1 li a:link{ color: #990033; }
div#left .menu1 li a:visited{ color: #333; }/*訪問済み*/
div#left .menu1 li a:hover{ color: #ff3300; }

/*左メニュータイトル帯*/
div#left .title p{ color: #fff; }

/*左メニュータイトル帯*/
div#left .title2 p{ color: #fff; }

/*copyright*/
div#footer #copyright{ color: #fff; }


/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin: 7px 0 0 20px;
	font-size: 8.5pt;
	color: #fff;/*文字色*/
}


h2 {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
	background: #ddd;/*背景色*/
	border-left: 5px solid #555;/*左枠線の色*/
	background: url(../images/h2back-gray2.gif) repeat-x;/*背景画像*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #990033;/*文字色*/
}


h3{
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 2px 0 0 5px;
	border-left: 18px solid #003366;/*左枠線の色*/
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 12pt;
	color: #333;/*文字色*/
}


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.7em; }

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 810px;
	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: 790px;
	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;
	height: 350px;
	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: 230px;
	right:20px;
	width: 768px;
	text-align: left;
	font-size: 10pt;
	line-height: 16pt;
}


/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
	position: absolute;
	top: 380px;
	width: 810px;
	height: 20px;
}

div#navi p{
	margin: 6px 0 0 20px;
	font-size: 8.5pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 400px;
	width: 810px;
	text-align: left;
}


/*--------------------------------------------------------
■左メニュー
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#left{
	overflow: hidden;
	float: left;
	width: 230px;
}


/*--------------------▽メニューボックス*/

div#left .menu{
	margin: 10px 0 20px 20px;
	width: 198px;
}

div#left .menu1{
	margin: 20px 0 10px 20px;
	width: 196px;
}


/*--------------------▽メニュータイトル帯*/

div#left .title p{
	margin: 0 10px 0 10px;
	padding: 7px 0 7px 0;
	font-size: 9pt;
	font-weight: bold;
}

/*--------------------▽メニュータイトル帯2*/

div#left .title2 p{
	margin: 0 10px 0 10px;
	padding: 7px 0 7px 0;
	font-size: 9pt;
	font-weight: bold;
}

/*--------------------▽メニューリスト*/

div#left .menu1 ul{
	margin: 5px 10px 5px 25px;
}

div#left .menu1 li{
	list-style-type:square;
	list-style-position: outside;
	margin: 10px 0;
	font-size: 10pt;
	line-height: 12pt;
}

/*--------------------▽メニューリスト2*/

div#left .menu ul{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#left .menu li{
	line-height: 40px;
	list-style-type: none;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
}

div#left .menu li a{
	display: block;
	width: 198px;
	height: 40px;
	text-decoration: none;
	background: url(../images/button.jpg) 0 0 no-repeat;
}

div#left .menu li a:hover {
	background: url(../images/button.jpg) 0 -40px no-repeat;
}

/*--------------------▽その他ボックス*/

div#left .contents{
	margin: 5px 0 5px 21px;
	width: 198px;
}


/*--------------------▽左メニュー内のPタグ*/

div#left p{
	margin: 10px;
}


/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	float: right;
	padding: 0 20px 0 25px;
	width: 535px;
}


/*--------------------▽コンテンツ*/

div#right .contents{
	clear: both;
	margin: 15px 0px 40px 0px;
}


/*コンテンツ（インデント：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 10px 20px 10px;
	width: 493px;
	height: 85px;
	overflow: auto;
	list-style-type: none;
	list-style-position: outside;
}

div#right li.topics{
	background: url(../images/04.png)
	left center no-repeat;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	line-height: 1.8em;
}

div#right li.topics2{
	color: #D98719;
	font-weight: bold;
	font-size: 1.2em;
}


/*--------------------▽戻る＆進むリンク*/

.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; }

a#leftbox {
 display: block;
 width: 250px;
 height: 400px;
 padding: 10px;
 background: url(../images/kikakutop_off.jpg)
 text-decoration: none;
}

a#leftbox:hover {
background: url(../images/kikakutop_on.jpg)
}

span.box_title {
 display: block;
}

span.box_body {
 display: block;
}

a#box img {
 float: left;
 margin: 5px;
 border: 0px;
}


.floatclear {
	clear: both;
}


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
	clear: both;
	width: 810px;
	text-align: center;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #ddd;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 7px 0 0px 0;
}

div#footer .menu li{
	display: inline;
	margin: 0 0.8em 0 0.8em;
	font-size: 8pt;
	line-height: 10pt;
}


/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 7px;
	padding: 5px 0 5px 0;
	width: 810px;
	font-size: 8pt;
	line-height: 12pt;
}


/*--------------------------------------------------------
■広告の絶対配置（オプション）
--------------------------------------------------------*/

/*--------------------▽例：横幅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
-------------------------------------------------------------*/