/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: #fff;
}

/*--------------------------------------------------------
1、影画像
background: url(../images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(../images/grade-orange1.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/top.gif); }


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

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

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

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

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

/*左メニュータイトル*/
div#left .title{ background: url(../images/lefttitle1.gif) no-repeat; }

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

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

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


/*--------------------------------------------------------
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 #aaa;
	border-bottom: 1px solid #aaa;
}

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

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

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


/*最上部帯*/
div#header #top-menu li{ color: #333; }
div#header #top-menu li a:link{ color: #333; }
div#header #top-menu li a:visited{ color: #333; }
div#header #top-menu li a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #333; }

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

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


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

h1{
	z-index: 3;
	position: absolute;
	margin: 20px 0 0 16px;
	font-size: 17pt;
	font-weight: bold;
	line-height: 14pt;
	color: #666;/*文字色*/
}

h1 a:link{
	color: #666666;
	text-decoration: none;
}

h1 a:visited{
	color: #666666;
	text-decoration: none;
}

h1 a:hover{
	color: #666666;
	text-decoration: none;
}

h2 {
	z-index: 4;
	position: absolute;
	float: right;
	margin: 10px 0 10px 0;
	padding-left: 7px;
	background: none;
	border: none;
	font-size: 11pt;
	font-weight: bold;
	line-height: 22pt;
	color: #FF6666;
	position: absolute;
	top: 50px;
	left: 50px;
}

h3{
	clear: both;
	margin: 0 0 10px 0;
	padding-left: 25px;
	background: #eee;/*背景色*/
	background: url(../images/righttitle1.gif) no-repeat;/*背景画像*/
	font-size: 10pt;
	line-height: 20pt;
	color: #333;/*文字色*/
}

h4{
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	color: #333;/*文字色*/
}


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

body{
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

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

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

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

/*サイズ設定　その1*/
div#container{
	width: 800px;
	_width: 802px;/*IE対策*/
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 800px;
	_width: 802px;/*IE対策*/
	height: 30px;
}

div#header #top-menu{
	position: absolute;
	top: 5px;
	width: 784px;
	text-align: right;
}


div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-logo{
	position: absolute;
	width: 800px;
	_width: 802px;/*IE対策*/
	height: 180px;
	text-align: left;
}

div#header-logo h2 a{
	z-index: 4;
	text-decoration: none;
	color: #036;
}

div#header-logo a img{
	z-index: 2;
	position: absolute;
	top: 0px;
}


/*--------------------▽ヘッダー文章*/

p#header-text{
	color: #555555;
	position: absolute;
	top: 130px;
	right: 40px;
	text-align: right;
	font-size: 9pt;
	line-height: 12pt;
}


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

/*サイズ設定　その4*/
div#navi{
	z-index: 1;
	position: absolute;
	top: 180px;
	width: 800px;
	_width: 802px;/*IE対策*/
	height: 45px;
}

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


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

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 225px;
	width: 800px;
	_width: 802px;/*IE対策*/
	text-align: left;
}


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

/*サイズ設定　その6*/
div#left{
	overflow: hidden;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}


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

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


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

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


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

div#left ul{
	margin: 20px 20px 5px 5px;
}

div#left li {
	list-style-type:none;
	list-style-position:outside;
	margin: 5px 3px 0 0;
	padding:5px 0 5px 13px;
	background-image: url(../images/icon.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted gray;
	color: #393939;
	font-size:8pt;
	letter-spacing:0;
	line-height:10pt;
}

div#left a{
	color: #009966;
	text-decoration: none;
}

div#left a:link{
	color: #009966;
	text-decoration: none;
}

div#left a:visited{
	color: #009966;
	text-decoration: none;
}

div#left a:hover{
	color: #FF6666;
	position: relative;
	top: 1px;
	left: 1px;	
	text-decoration: underline;
}


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

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


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

div#left p{
	margin: 15px;
}


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

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	float: right;
	border-left:1px dotted gray;
	padding: 0 10px 20px 10px;
	margin-bottom: 20px;
	width: 579px;
	_width: 597px;/*IE対策*/
}


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

div#right .contents .contents2{
	clear: both;
	width: 600px;
	margin: 0;
}


div#right .contents h4{
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	line-height: 13pt;
	color: #666;
}

div#right .contents p{
	margin: 0;
	padding: 10px 0 15px 7px;
}

div#right .contents2 p{
	margin: 0;
	padding: 20px 35px 15px 30px;
}

div#right li {
	margin: 2px 3px 0 0;
	background-repeat: no-repeat;
	color: #393939;
	letter-spacing:0;
	line-height: 14pt;
}

div#right ul {
	padding: 20px 20px 5px 40px;
	list-style-type: circle;
	list-style-position: outside;
}

div#right .contents2 a:link{
	color: #993300;
	text-decoration: none;
}

div#right .contents2 a:visited{
	color: #993300;
	text-decoration: none;
}

div#right .contents2 a:hover{
	color: #FF6666;
	position: relative;
	top: 1px;
	left: 1px;	
	text-decoration: underline;
}

.fl-l2{
	float:left;
	width: 175px;
	margin: 10px 10px 10px 5px;
	border:1px dotted gray;
}

.fl-l2 img{
	margin-top: 10px;
}

.fl-l3{
	float:left;
	width: 160px;
}

/*--------------------▽コンテンツ内の線*/

div#right hr{
	clear: both;
	margin: 20px 0 20px 0;
	color: #fff;
}




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

.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: 800px;
	text-align: center;
}


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

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


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

div#footer .menu{
	margin: 10px 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: 0;
	padding: 10px 0 10px 0;
	width: 800px;
	height:15px;
}

div#footer #copyright h3{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 10pt;
	font-weight: normal;
	line-height: 10pt;
	color: #fff;
}

div#footer #copyright h3 a:link{
	color: #fff;
	text-decoration: none;
}

div#footer #copyright h3 a:visited{
	color: #fff;
	text-decoration: none;
}

div#footer #copyright h3 a:hover{
	color: #fff;
	text-decoration: none;
}

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

/*--------------------▽例：横幅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;
	_position: absolute;/*IE対策*/
	top: 0;
	right: 0;
	padding: 5px;
	width: 240px;
	height: 120px;
	background: #eee;/*背景色*/
	border: 1px solid #000;/*枠線の色*/
	text-align :center;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }



