body{
	text-align:center;
	margin: 0px;
	background-color: #FFF;
	font-family: 'meiryo','ms pgothic',osaka,sans-serif;
}

#container{
	text-align:left;
	width:950px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Header {
	border-top: 5px #FF0000 solid;
	color: #FFFFFF;
	width: 950px;
	margin: 0 auto;
}
#Header h1 {
	margin: 0;
	padding: 10px 0;
}
#submenu {
	float:right;
	width: 250px;
	height: 20px;
	margin-top: 58px;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
}

#submenu a:link      {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:visited     {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none
}

#submenu a:hover   {
	color: #FFFF99;
	text-decoration: none;
}
#submenu a:active  { color: #ffffff; text-decoration: none }

#menubar{
	width:949px;
	border-top:1px #FF0000 solid;
	border-bottom:1px #FF0000 solid;
	border-left:1px #FF0000 solid;
	color: #FF0000;
	padding: 0;
	margin: 0 auto 20px auto;
}

#menubar ul {
	margin: 0;
	padding: 0;
	list-syle: none;
}

#menubar li {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	border-right: 1px #FF0000 solid;
	font-size: 10pt;
}

#menubar li.smallBT a {
	width: 157px;
	display: block;
	height: 20px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
#menubar li.normalBT a {
	width: 158px;
	display: block;
	height: 20px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

#menubar a:link      {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#menubar a:visited     {
	color: #333;
	font-weight: bold;
	text-decoration: none
}
#menubar a:hover   {
	color: #f00;
	text-decoration: underline;
}
#menubar a:active  { color: #ffffff; text-decoration: none }




#content{
	float:left;
	width:730px;
}
.ContentArea {
	border: 1px #999 solid;
	margin-bottom: 20px;
}

.ContentArea_P {
	padding: 15px 20px;
	text-align: left;
	font-size: 12px;
}

h2 {
	background-image: url(../assets/images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	padding: 10px 0;
	margin: 0;
	font-size: 12pt;
	color: #333;
	border: 1px #999 solid;
	clear: both;
}
h2.News {
	background-image: url(../assets/images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	padding: 10px 0;
	margin: 0;
	font-size: 12pt;
	color: #333;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #999 solid;
}
h2.giinBlog {
	background-image: url(../assets/images/icon_memo.gif);
	background-color: #d7e6e6;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 40px;
	padding: 10px 0;
	margin: 0;
	font-size: 12pt;
	color: #333;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #999 solid;
}

h3 {
	padding: 5px 0 5px 10px;
	text-align: left;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin: 20px 0 10px 0;
	border-left: 5px #999 solid;
	border-bottom: 1px #999 solid;
	clear: both;
}

p.blogTitle {
	padding: 10px 0 2px;
	text-align: left;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin: 0;
}
p.blogTitle a,
p.blogTitle a:link, {
	color: #666;
	text-decoration: underline;
}
p.blogTitle a:hover {
	color: #006cf1;
}
p.blogTitle a:visited {
color: #b264a1;
}
.blogDate {
	font-size: 10px;
	color: #999;
	padding-right: 10px;
}
p.Whosblog {
	border-bottom: 1px #999 dashed;
	font-size: 10px;
	color: #999;
	text-align: right;
	margin: 0;
}

.contentsmain{
	padding: 15px 20px 40px 20px;
	text-align: left;
	font-size: 12px;
}

#sidebar{
	float:right;
	width:200px;
	border:1px #999 solid;
	text-align:center;
	padding-bottom:15px;
}

.sidebartitle{
	background-color: #dcdcdc;
	margin: 0 0 15px;
	padding: 10px 0 0;
	font-weight: bold;
	color: #333;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 dotted;
}

#sidebar p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 12px;
}

#sidebar img {
	margin: 10px 0 0;
	padding: 0;
}

#sidebar p.giinName {
	margin: 0;
	padding: 2px 0 0;
	font-weight: bold;
	font-size: 1.0em;
}
#sidebar p.giinName a,
#sidebar p.giinName a:link,
#sidebar p.giinName a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar p.giinName a:hover {
	color: #F00;
	text-decoration: underline;
}

#footer{
	clear:both;
	width:950px;
	text-align: center;
	border-bottom: 5px #F00 solid;
	padding-top: 30px;
}
#Copyright {
	color: #666;
	font-size: 8pt;
	text-align: center;
	border-top: 1px #F00 solid;
	padding: 10px 0 20px 0;
}


.e9, .e10, .e12 {
}
.j9, .j10, .j12, .j14, .j18 {
}


A:link      { color: #808080; font-weight: bold; text-decoration: underline }
A:visited     { color: #808080; font-weight: bold; text-decoration: underline }
A:hover   { color: #ff8b01 }
A:active  { color: #0000c9; text-decoration: none }
.line10 {
	LINE-HEIGHT: 100%
}
.line12 {
	LINE-HEIGHT: 120%
}
.line14 {
	LINE-HEIGHT: 140%
}
.line16 {
	LINE-HEIGHT: 160%
}
.line18 {
	LINE-HEIGHT: 180%
}
.bold { font-weight: bold }
.scroll    { width: 100%; height: 100%; overflow: auto; scrollbar-3dlight-color: #FFFFCC; scrollbar-arrow-color: #FFFFCC; scrollbar-darkshadow-color: #FFFFCC; scrollbar-face-color: #3399ff; scrollbar-highlight-color: #eeffff; scrollbar-shadow-color: #eeffff; scrollbar-track-color: #eeffff }
.backblue { background-color: #9ac2ff }
.backgreen { background-color: #baf9ba }


table.giinMeibo {
	border-collapse: collapse;
	font-size: 10pt;
}
table.giinMeibo th {
	background-color: #e5d9d9;
	text-arign: center;
	color: #333;
	padding: 10px 20px ;
	border-right: 5px #999 solid;
	font-weight: normal;
	border-bottom: 7px #FFF solid;
}
table.giinMeibo td {
	text-arign: left;
	color: #333;
	padding: 10px 20px 0 20px;
}
table.giinMeibo td.gMbottom {
	padding-bottom: 10px;
	border-bottom: 7px #FFF solid;
}

.float_Left {
	float:left;
}
.float_Right {
	float:right;
}

.MapArea {
	float:right;
	width:400px;
	padding-bottom:30px;
}

.Senkyoku {
	font-size:12px;
	padding-left:15px;
}

.g_IntroArea {
	border:1px #999 solid;
	padding:10px;
	margin:0 10px 10px 0;
	text-align:left;
	float:left;
	width:300px;
}
.g_Photo {
	float:left;
	padding-right:5px;
}
p.g_Name {
	font-size:18px;
	text-align:left;
	padding:0 0 0 10px;
	margin:0;
}
p.g_Furigana {
	padding:0 0 20px 10px;
	text-align:left;
	margin:0;
}
p.elected-times {
	text-align:right;
	margin:0;
}
p.elected-times:after {
	clear:both;
}

p.LinkP {
padding:0 0 2px 0;
margin:10px 0 30px 0;
text-align:left;
font-size:14px;
border-bottom:1px #999 dashed;
}

p.LinkP a,
p.LinkP a:link {
color:#3b75d4;
text-decoration:underline;
}
p.LinkP a:hover {
color:#f94e03;
}
p.LinkP a:visited {
color:#b3608f;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

