@charset "Shift_JIS";

/* -------------------------------------------------------------------
	Styles for THE FUKUSHIMA CITY ASSEMBLY Web Site...
------------------------------------------------------------------- */


/*	 Basic Settings (re-Definition)
========================================================= */
body {
  width: 1000px;
  margin:  0 0 0px 0;
  background: #fff;
  background-position: top left;
  background-image: url("img/top_head_bg.gif");
  background-repeat: repeat-x;
  background-attachment: scroll;
}


a:link { text-decoration:underline; color: #11f;}
a:visited { text-decoration:underline; color: #50d;}
a:hover { text-decoration:underline; color: #f33;}
a:active { text-decoration:none; color: #f9c;}

h1 { font-size: 120%; margin: 0; padding: 0; border: 0; font-weight: normal; display: none;}
h2 { font-size: 130%; margin: 0; padding: 0; border: 0; font-weight: bold;  }
h3 { font-size: 110%; margin: 0; padding: 0; border: 0; font-weight: bold; }
h4 { font-size: 90%; margin: 0; padding: 0; border: 0; font-weight: normal; }
h5 { font-size: 80%; margin: 0; padding: 0; border: 0; font-weight: normal; }
h6 { font-size: 100%; margin: 0; padding: 6; border: 0; font-weight: normal; }

hr { height: 1px; width: 98%; text-align:center; display: none; }

p { text-indent:1em; margin: 0; padding: 0; }

th { white-space: nowrap; }

img { border: 0; }

strong { color: #c03; }

noscript p { text-align: center; font-size: 80%; color: #000; }



/* ++++++ ヘッダー（タイトル）部分のデザイン ++++++ */

#title	{
	width: 680px;
	height: 90px;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */


#index	{
	table-layout: auto;
	height: 405px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: top;
	background-image: url(img/top_contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top:16px;
	}



/*	 Class Settings
========================================================= */
.content {
	padding: 0 0px 0 0px;
	color: #443B3B;
}

.content a:link { text-decoration:none; color: #009;}
.content a:visited { text-decoration:none; color: #393C30;}
.content a:hover { text-decoration:underline; color: #a00;}
.content a:active { text-decoration:none; color: #00b;}


.content h2 {
	height: 20px;
	color: #443B3B;
	background-color:#fff;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 10px 25px 10px 15px;
	border-style: none none solid solid;
	border-width: 0 0 1px 10px;
	border-color: #fff #fff #BBC598 #BBC598;
 clear: both;
}

.content h3 {
	height: 20px;
	color: #302626;
	background-color:#F3F4E9;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 10px 25px 10px 30px;
	border-style: none none solid solid;
	border-width: 0 0 1px 0px;
	border-color: #fff #fff #BBC598 #BBC598;
	background-image: url(img/top_contents_point.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
 clear: both;
}

.content .style-none {
	list-style: none;
	font-size: x-small;
}




/* ++++++ フッター部分のデザイン ++++++ */

#footer1	{
	font-size: 120%;
	margin-top: 20px;
	margin-left: 0px;
	padding: 8px;
	background-color: #001D8A;
	color: #ｆｆｆ;
	text-indent: 20px;
	text-align: left;
	font-weight: bold;
 	clear: both;
	}

#footer2	{
	font-size: 90%;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #E9F6FF;
	color: #001D8A;
	text-align: left;
	text-indent: 20px;
 	clear: both;
	}

#footer3	{
	width: 680px;
	margin-top: 0px;
	font-size: 75%;
	color: #666;
	padding: 5px;
	background-color: #fff;
	text-align: right;
 	clear: both;
	}



/* ------------------------------------------- */
.small {
	font-size: small;
}
