/***********************************************/
/* 見沼たんぼのホームページのスタイル          */
/***********************************************/ 

/***********************************************/
/* 全体のテキストと背景のスタイル              */
/***********************************************/ 

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(img/stripe.png);
	background-repeat: repeat;
	text-align: center;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 140%;
 color: #006699;
}

h2{
	font-size: 130%;
	color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul{
	list-style-type: square;
	line-height: 200%;
}

ul ul{
	list-style-type: disc;
	line-height: 200%;
}

ul ul ul{
	list-style-type: circle;
	line-height: 200%;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}






/***********************************************/
/* 全てのページの幅　　　　　　　　　　　      */
/***********************************************/

#box {
	width: 720px;
	border-top: 1px #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

				
/***********************************************/
/* ヘッダーの共通スタイル 　　                 */
/***********************************************/

/************* ホームページタイトル *************/

#masthead{
	background-color: #99CC66;
	height: 75px;
	position: relative;
	width: 720px;
}

#title {
	position:absolute;
	left:0px;
	top:10px;
	width:554px;
	height:60px;
}

#saitamacity {
	position:absolute;
	left:554px;
	top:10px;
	width:166px;
	height:60px;
}


/************* グローバルナビゲーション *************/

#topnav {
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	height: 75px;
	background-color: #99CC66;
}

#nav-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:147px;
	height:34px;
}

#nav-02 {
	position:absolute;
	left:147px;
	top:0px;
	width:142px;
	height:34px;
}

#nav-03 {
	position:absolute;
	left:289px;
	top:0px;
	width:142px;
	height:34px;
}

#nav-04 {
	position:absolute;
	left:431px;
	top:0px;
	width:142px;
	height:34px;
}

#nav-05 {
	position:absolute;
	left:573px;
	top:0px;
	width:147px;
	height:34px;
}

#nav-06 {
	position:absolute;
	left:0px;
	top:34px;
	width:147px;
	height:36px;
}

#nav-07 {
	position:absolute;
	left:147px;
	top:34px;
	width:142px;
	height:36px;
}

#nav-08 {
	position:absolute;
	left:289px;
	top:34px;
	width:142px;
	height:36px;
}

#nav-09 {
	position:absolute;
	left:431px;
	top:34px;
	width:142px;
	height:36px;
}

#nav-10 {
	position:absolute;
	left:573px;
	top:34px;
	width:147px;
	height:36px;
}


/***********************************************/
/*コンテンツの共通スタイル                     */
/***********************************************/

/************* コンテンツの枠 *************/

#content{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/*************** ページのタイトル **************/

#pageName{
	padding-bottom: 10px;
}


/************* パンくずナビゲーション　*************/

#breadCrumb{
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 370px;
}


/************* サイト内検索 *************/


#sitesearch {
	display: block;
	width: 325px;
	font-size: 80%;
	position: relative;
	float: right;
	padding-top: 10px;
}


/************** feature（冒頭）　 ***************/

.feature{
	font-size: 80%;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************** story（本文） *****************/

.story{
	clear: both;
	padding: 10px;
	font-size: 80%;
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.story p{
}

/************** siteInfo（サイト情報） *****************/

#siteInfo {
	background-color: #99CC66;
	position: relative;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}




/************** 画像の配置 *****************/

.imgboxright {
	display: block;
	float: right;
	height: auto;
	width: 350px;
	padding-bottom: 20px;
	position: relative;
}
.imgboxunder {
	background-color: #FFFFFF;
	display: block;
	position: relative;
}


/***********************************************/
/*各ページの独自スタイル   　                  */
/***********************************************/


/************** トップページ　index.htm *****************/

#topmasthead{
	background-color: #99CC66;
	height: 120px;
	position: relative;
	width: 720px;
}

#toptitle {
position:absolute; 
left:0px; 
top:0px; 
width:554px; 
height:120px; 
} 

#topsaitamacity {
position:absolute; 
left:554px; 
top:0px; 
width:166px; 
height:120px; 
} 

#info-bar {
	position: relative;
	height: 18px;
	background-color: #FFFF99;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #666633;
	padding-top: 2px;
	font-size: 80%;
}



#topmain {
	position: relative;
	height: 480px;
	width: 720px;
}

#toppage-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
} 
#toppage-02 {
	position:absolute;
	left:0px;
	top:120px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
}
#toppage-03 {
	position:absolute;
	left:0px;
	top:240px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
} 
#toppage-04 {
	position:absolute;
	left:0px;
	top:360px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 


#toppage-center {position:absolute; left:160px; top:0px; width:400px; height:240px; }  
#toppage-text {position:absolute; left:160px; top:240px; width:400px; height:360px; background-color: #FFFFFF; } 
#toppage-ver2 {position:absolute; left:160px; top:0px; width:400px; height:480px; background-color: #FFFFFF; } 
#toppage-05 {
	position:absolute;
	left:560px;
	top:0px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#toppage-06 {
	position:absolute;
	left:560px;
	top:120px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#toppage-07 {
	position:absolute;
	left:560px;
	top:240px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#toppage-08 {
	position:absolute;
	left:560px;
	top:360px;
	width:160px;
	height:120px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 


/************** ヌゥ.ver2 *****************/
#nu-ver2-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:390px;
	height:45px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bolder;
	color: #FF3300;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#nu-ver2-02 {position:absolute;left:0px;top:55px;width:35px;height:225px;}
#nu-ver2-03 {position:absolute;left:35px;top:55px;width:215px;height:30px;}
#nu-ver2-04 {position:absolute;left:250px;top:55px;width:150px;height:225px;}
#nu-ver2-05 {
	position:absolute;
	left:35px;
	top:85px;
	width:215px;
	height:165px;
	overflow: auto;
}
#nu-ver2-06 {position:absolute;left:35px;top:250px;width:215px;height:30px;}
#nu-ver2-07 {
	position:absolute;
	left:0px;
	top:280px;
	width:390px;
	height:200px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
}



.news {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	position: relative;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
	overflow: auto;
}


#top-search {
	position: relative;
	background-color: #FFFFFF;
	display: block;
	width: 720px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 666633;
	height: 30px;
	padding-bottom: 10px;
}

.newsphoto {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 5px;
	position: relative;
	visibility: visible;
}



/************** 見沼たんぼの歴史　history.htm *****************/


#nenpyo-01 {position:absolute; left:0px; top:0px; width:500px; height:41px; } 
#nenpyo-02 {position:absolute; left:0px; top:41px; width:500px; height:40px; } 
#nenpyo-03 {position:absolute; left:0px; top:81px; width:500px; height:41px; } 
#nenpyo-04 {position:absolute; left:0px; top:122px; width:500px; height:40px; }
#nenpyo {
	background-color: #FFFFFF;
	position: relative;
	height: 175px;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#historynav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	padding-bottom: 70px;
	padding-top: 0px;
	padding-right: 0px;
}


/************** 見沼たんぼの自然　nature.htm *****************/

#plants {
	background-color: #FFFFFF;
	position: relative;
	padding: 20px;
	height: 600px;
}

#animals {
	background-color: #FFFFFF;
	position: relative;
	height: 920px;
}


/************** 見沼たんぼの土地利用　land.htm *****************/


#land-01 {position:absolute; left:0px; top:0px; width:200px; height:31px; }
#land-02 {position:absolute; left:200px; top:0px; width:200px; height:31px; }
#land-03 {position:absolute; left:400px; top:0px; width:200px; height:31px; } 


#landswich {
	background-color: #FFFFFF;
	height: 31px;
	width: 600px;
	display: block;
	position: relative;
}




/************** 見沼田圃の四季　video/....htm *****************/

.movietitle {
	margin-bottom: 10px;
	position: relative;
	left: 100px;
	width: 480px;
}
.FLASH {
	width: 480px;
}




/************** 見所と散歩みちマップ　midokoro.htm *****************/

#map {
	width: 700px;
	margin-bottom: 20px;
}
#midokorolist {
	width: 700px;
	margin-bottom: 20px;
}
#sanpomapdl {
	width: 700px;
	vertical-align: middle;
}
#midokoro {
	background-color: #FFFFFF;
	position: relative;
	font-size: 80%;
	margin-bottom: 50px;
}



/************** 市民活動団体のカテゴリー　activity.htm category/....htm *****************/

#category {
	display: block;
	position: relative;
	height: 100px;
	margin-left: 20px;
}

#category-01 {position:absolute; left:0px; top:0px; width:164px; height:36px; } 
#category-02 {position:absolute; left:164px; top:0px; width:162px; height:36px; } 
#category-03 {position:absolute; left:326px; top:0px; width:163px; height:36px; } 
#category-04 {position:absolute; left:489px; top:0px; width:163px; height:36px;
} 
#category-05 {position:absolute; left:0px; top:36px; width:164px; height:36px; } 
#category-06 {position:absolute; left:164px; top:36px; width:162px; height:36px; } 
#category-07 {position:absolute; left:326px; top:36px; width:163px; height:36px; } 
#category-08 {position:absolute; left:489px; top:36px; width:163px; height:36px;
} 



/************** イベント情報　event.htm event/....htm *****************/

.eventinfo {
	font-size: 80%;
	position: relative;
	width: 700px;
	display: table;
	background-color: #FFFFFF;
}

.red {
	color: #FF0000;
	display: inline;
}

/************** 見沼たんぼコラム　column.htm *****************/

.imgright {
	position: relative;
	float: right;
	margin-right: 50px;
	margin-left: 50px;
}
.portrait {
	float: right;
	height: 140px;
	width: 120px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photoframe {
	float: right;
	position: relative;
	visibility: visible;
}



/************** 問い合わせ　about.htm privacypolicy.htm yoko.htm yoryo.htm *****************/

#administration {
	text-align: center;
	font-size: 80%;
}
