/* ページレイアウト用CSS */

h2 a:link{
		color:#666666;
}
h2 a:visited{
		color:#666666;
}
h2 a:hover{
		color:#009900;
}
h2 a:active{
		color:#009900;
}

h3 a:link{
		color:#999900;
		text-decoration:none;
}
h3 a:visited{
		color:#999900;
		text-decoration:none;
}
h3 a:hover{
		color:#FF6600;
		text-decoration:none;
}
h3 a:active{
		color:#FF6600;
		text-decoration:none;
}
h4{
		text-align:left;
		border-left:solid 10px #990000;
		border-bottom:solid 1px #990000;
		width:250px;
		margin-left:3px;
		padding-left:5px;
}
.h4 img{
		height:26px;
}
address a{
		color:#999900;
}
hr{
		clear:both;
}
a img{
		padding-top:3px;
		padding-right:5px;
		margin:0px;
}

/* index.htmlページ、メインコンテンツ、コラムのレイアウト2段組用 */
h5{
		height:49px;
		margin-bottom:-10px;
		margin-top:0px;
}
.p{
		width:385px;
		margin:0px 5px;
		padding:0px;
		height:310px;
		float:left;
		margin-top:10px;
		overflow:auto;
		border:;
		background-image:url(images/1-haikei.jpg);
}
.p p{
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		color:#666666;
		font-weight:bold;
		line-height:120%;
}
.p a:link{
		color:#996600;
}
.p a:visited{
		color:#996600;	
}
.p a:hover,a:active{
		color:#006600;
}

/*尾瀬についてのページ、ハイキングコース、リストレイアウト*/
.p1{
		clear:both;
		margin-top:20px;/* 前の<div>(2段組)と1段組みになる<div>とのスペース(margin) */
}
.p1 h5{
		margin-left:10px;
}
.p1 p{
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		color:#666666;
		font-weight:bold;
		line-height:120%;
		margin-left:10px;
		
}
.p1 a:link{
		color:#996600;
}
.p1 a:visited{
		color:#996600;
}
.p1 a:hover{
		color:#006600;
}
.p1 a:active{
		color:#006600;
}

/* 尾瀬についてページ、ハイキング・リストの部分 */
h6{
		width:79px;
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:16px;
		color:#990000;
		font-weight:bold;
		border-bottom:2px solid #990000;
		margin-left:20px;
}
.p1 ul{
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		font-weight:bold;
		color:#666666;
		line-height:120%;
		margin-top:0px;
		padding-left:0px;
		margin-left:30px;
}
/* 尾瀬についてページ、テーブルレイアウト用*/
.table{
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		font-weight:bold;
		color:#666666;
		clear:both;
}
.table h5{
		margin-left:10px;
}
.table a:link{
		color:#996600;
}
.table a:visited{
		color:#996600;			
}
.table a:hover{
		color:#006600;
}
.table a:active{
		color:#006600;		
}
.table p{
		margin-left:10px;
}
.table1{
		width:780px;
		border:0px;
		margin-top:30px;
		margin-left:10px;
}
.td1{
		width:11px;
		vertical-align:top;
		padding-top:7px;
}
.td2{
		width:83px;
		vertical-align:top;
		padding-top:5px;
}
.td3{
		width:668px;
		padding-top:5px;
}


/* 尾瀬･花群落ページのイメージ回り込み指定、テーブルレイアウト用 */
.gunraku{
		margin-top:25px;
}
.gunraku img{
		float:left;
		margin-right:10px;
}
.table2{						/* 群落のポイント表、入山口とポイントのレイアウト用 */
		width:650px;
		border:2px solid #669900;
		border-collapse:collapse;		
		margin-left:10px;
}
.table2 th{
		text-align:center;
		padding:3px;
		color:#ffffff;
		background-color:#669900;
		border:2px solid #ffffff;
		border-collapse:collapse;	
}
.table2 img{					/* 表内のリンク先頭画像三角、レイアウト用 */
		padding-top:3px;
}
.th1{
		width:90px;
		text-align:center;
}
.table2 td{
		border:2px solid #669900;
		border-collapse:collapse;
		padding:3px;
}
caption{
		text-align:left;
}
.table2 p{
		margin-left:10px;
}

/* 尾瀬･アクセスページのマイカー規制及び代替輸送、マイカー規制と情報確認、尾瀬の駐車場、
	問合せ先一覧ページテーブルレイアウトで使用 */
.table3{
		width:710px;
		font-size:10pt;
		border:2px solid #669900;
		border-collapse:collapse;		
		margin-left:10px;
		margin-top:25px;
}
.table3 th{			/* テーブル見出し列(hr)一斉の指定、マイカー規制と尾瀬の駐車場テーブルレイアウト用 */
		padding:3px;
		color:#ffffff;
		text-align:center;
		background-color:#669900;
		border:2px solid #009900;
		border-collapse:collapse;
}
.kisei1{
		width:107px;/* 規制区間 */
		
}
.kisei2{
		width:348px;/* 規制内容 */
}
.table3 td{		/* 代替輸送、マイカー規制問合せ先と情報確認、尾瀬の駐車場のテーブルレイアウト用 */
		border:2px solid #669900;
		border-collapse:collapse;
		padding:3px;
		text-align:left;
}
.tyusya1{		/* 尾瀬の駐車場、各見出しセルhr幅指定 */
		width:99px;
}
.tyusya2{
		width:50px;
}
.tyusya3{
		width:85px;
}
.tyusya4{
		width:305px;
}
.main{		/* 尾瀬の山小屋に使用 */
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		color:#666666;
		font-weight:bold;
		line-height:120%;
		margin-left:10px;
}
.main a:link{
		color:#996600;
}
.main a:visited{
		color:#996600;			
}
.main a:hover{
		color:#006600;	
}
.main a:active{
		color:#006600;		
}
.koya{		/* 尾瀬･山小屋一覧、尾瀬の休憩所のテーブルレイアウト用 */
		width:710px;
		font-size:10pt;
		border:1px solid #cccccc;
		border-collapse:collapse;
		padding:3px;
		vertical-align:middle;
		margin-top:25px;
}
.koya a:link{/* 山小屋一覧のリンク色指定 */
		color:#666666;
}
.koya a:visited{
		color:#666666;
}
.koya a:hover{
		color:#006600;
		text-decoration:none;
}
.koya a:active{
		color:#006600;
		text-decoration:none;
}
.koya th{		/* 尾瀬･山小屋一覧、尾瀬の休憩所テーブルの見出しセル指定 */
		color:#ffffff;
		border:1px solid #ffffff;
		background-color:#999900;
		text-align:center;
		vertical-align:middle;
}
.yama{		/* 場所、山小屋一覧見出しセルthの幅指定 */
		width:104px;
}
.yama1{		/* 山小屋名 */
		width:107px;
}
.yama2{		/* 問合せTEL */
		width:145px;
}
.yama3{		/* 収容人数 */
		width:50px;
}
.yama4{		/* 宿泊料金 */
		width:107px;
}
.koya td{
		border:1px solid #cccccc;
		text-align:center;
		vertical-align:middle;
}
.yama5{		/* 左側列を緑色に指定 */
		background-color:#009900;
		color:#ffffff;
}
.yama6{		/* 奇数行をクリーム色に指定 */
		background-color:#ffffcc;
}
.yama7{		/* 偶数行を黄緑色に指定 */
		background-color:#ccff99;
}
.kyukei{		/* 場所、尾瀬の休憩所一覧見出しセルの幅指定 */
		width:92px;
}
.kyukei1{		/* 休憩所名 */
		width:141px;
}
.kyukei2{		/* 休憩所一覧のちょっとしたデーターを左寄せに指定 */
		text-align:left;
}
.toiawase{		/* 問合せ先一覧ページ、見出しセルの幅指定 */
		width:125px;/* 名称 */
}
.toiawase1{
		width:190px;/* 問合せ先 */
}
.puro img{		/* プロフィールのページで使用 */
		float:left;
		vertical-align:middle;/* 「メールをお待ちしております」の文字をセンター揃え */
		margin-right:10px;
}
.puro1{
		letter-spacing:1em;
}
.puro2{		/* 作成者についての段落、「かけっこなど」の文字を揃えるための指定 */
		margin-left:83px;
}
		/* サイトマップページレイアウト用 */
.saimap{		/* コンテンツ全体のレイアウト用 */	
		font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size:11pt;
		color:#666666;
		font-weight:bold;
		margin-left:10px;
}
.saimap a:link{
		color:#666666;
		text-decoration:underline;
}
.saimap a:visited{
		color:#666666;
		text-decoration:underline;
}
.saimap a:hover{
		color:#006600;
}
.saimap a:acteve{
		color:#006600;
}
.rain img{
		width:1px;
		height:29px;
}
.rain{
		padding-left:35px;
		margin:5px 0px -10px 0px;
}
.saito5{		/* トップページ、尾瀬情報のブロック指定 */
		width:90px;
		height:79px;
		float:left;
}
.saito4{		
		float:left;
}
.map5{		/* ライン設定 */
		width:69px;
		height:401px;
		margin-top:7px;
}
.map4{
		width:157px;
		height:500px;
		padding:0px 7px;
}
.text{		/* 尾瀬･ハイキングの文字設定 */
		padding-top:4px;
}
.text1{		/* 尾瀬･ハイキング〜サイトマップまでの文字設定 */
		padding-top:5px;
}
.saito3{
		float:left;
		margin-top:35px;
}
.map3{
		width:79px;
		height:450px;
}
.rain1{
		padding-top:0px;
}
.rain2{
		padding-top:142px;
}
.saito2{		
		float:left;
		margin-top:7px;
}
.map2{		/* 尾瀬･ハイキングコース1から森林や湿原に咲く花−3までのブロック指定 */
		width:163px;
		height:430px;
		padding:0px 7px;
}
.text2{		/* 尾瀬ハイキングコース1からコース7までの指定 */
		margin-top:-15px;
}
.text3{		/* 歴史年表の文字設定 */
		margin-top:-15px;
}
.text4{		/* 至仏山に咲く花−1〜森林や湿原に咲く花−3の文字設定 */
		margin-top:145px;
}
.map1{
		width:64px;
		height:125px;
		margin-top:8px;
		}
.saito1{
		float:left;
}
.saito{
		float:left;
}
.map{
		width:100px;
		margin-top:78px;
		padding-left:7px;
}
.rekisi{		/* 尾瀬･歴史年表のテーブルレイアウト用 */
		width:700px;
		font-size:10pt;
		border:1px solid #cccccc;
		border-collapse:collapse;
		padding:3px;
		vertical-align:middle;
		margin-top:25px;
}
.rekisi td{
		border:1px solid #cccccc;
}
.rekisi1{		/* テーブル1列目の幅指定 */
		width:70px;
}
.rekisi2{		/* テーブル2列目の幅指定 */
		width:60px;
}
.haiking{		/* 尾瀬･ハイキングページのテーブルレイアウト用 */
		width:780px;
		border:1px solid #cccccc;
		border-collapse:collapse;
		padding:3px;
		vertical-align:middle;
		margin-top:25px;
}
.haiking1{		/* ハイキングテーブルの1列目(th)幅指定 */
		width:260px;
}
.haiking th{
		text-align:center;
		color:#990000;
		border:1px solid #cccccc;
}
.haiking td{
		border:1px solid #cccccc;
}






















