@charset "UTF-8";

/* ブラウザスタイルの初期化 */

* {
  margin: 0;
  padding: 0;
  color: #000000;
  }

/* 文書本体 (body) */

body {
	background-color: #f2f2f2;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
  }

.clearfix:after{
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clearfix{
display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End Hack */


/* リンクテキスト (a) */

a:link {
  color: #000000;
  text-decoration: none;
  }
a:visited {
  color: #000000;
  text-decoration: none;
  }
a:hover {
  color: #999999;
  text-decoration: none;
  }
a:active {
  color: #999999;
  text-decoration: none;
  }

/* 画像 (img) */
img {
  border: 0;
  }

/* 全体のコンテナ */

div#container {
	width:800px;
  }

/* header */
  
div#header {
	height:64px;
	background:url(../img/header_bg01.gif) left top no-repeat;
}

h1#logo {
/*	float:left;*/
}


div#header p {
	float:right;
	font-size:12px;
	padding-left: 1em;
	margin-right: 1em;
	margin-top: 37px;
	background: url(../img/listMark_01.gif) no-repeat 0.1em;
}


/* メインメニュー */

div#headerLinkbarList {
	height:50px;
	width:800px;
	margin:0;
	padding:0;
	background:url(../img/linkbar_bg.gif) left top repeat-x;

}
div#headerLinkbarList ul{
/*	overflow:hidden;*/
	width:800px;
	margin:0;
	padding:0;
}
div#headerLinkbarList ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
/*
div#headerLinkbarList ul li#member {
	display:inline;
	width:130px;
	background:no-repeat left top;
	height: 45px;
	float: left;
}
div#headerLinkbarList ul li#cetizen {
	display:inline;
	width:138px;
	background:no-repeat left top;
	float:left;
}
div#headerLinkbarList ul li#society {
	display:inline;
	width:203px;
	background:no-repeat left top;
	height: 45px;
	float: left;
}
div#headerLinkbarList ul li#meeting {
	display:inline;
	width:125px;
	background:no-repeat left top;
	float:left;
}
div#headerLinkbarList ul li#admission {
	display:inline;
	width:125px;
	background:no-repeat left top;
	float:left;
}
*/

/*メインコンテンツ*/

#container #mainContents {
	width: 760px;
	margin: 10px 20px 15px 20px;
}



div#members {
	float:left;
	width: 300px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div#members ul {
	list-style:none;
}
div#members ul li {
	list-style:none;
	padding-bottom: 3px;
}


div#citizen{
	width: 29%;
	float:right;
	text-align: left;
}

div#officeAddress{
    border:1px solid #CCCCCC ;
    padding:10px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    clear: both;
    margin-top: 15px;
	height: 38px;
}

/*div#officeAddress:after{
 content: "."; 
 display: block; 
 height: 0; 
 font-size:0;    
 clear: both; 
 visibility:hidden;
}*/
 
div#officeAddress p.address {
	font-size:smaller;
	line-height: 14px;
	float: left;
}

	
#container #officeAddress #mapbtn {
	float: right;
}

#footer {
	clear:both;
	height:80px;
	background:url(../img/footer_bg.gif) left top no-repeat;
	border-top:1px solid #c5c5c5;
}

#toppage #officeAddress p#mapbtn { float:right; width:84px;margin-right:20px;}#topics {
	background: no-repeat left top;
	height: 51px;
	width: 173px;
	margin: 0px;
	padding: 0px;
}

#mainContents #LeftContent {
	width: 415px;
	float: right;
}
#mainContents #update {
	background-color: #eeeeee;
	padding: 8px 5px 5px;
	font-size: 12px;
	color: #333333;
	margin-top: 4px;
}
#mainContents #update #upframe {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}
#mainContents #update table td {
	padding: 5px;
	font-size: 12px;
	line-height:150%;
}
#mainContents #update table a {
	text-decoration: underline;
}

#mainContents #update dl {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	margin: 5px 0px 0px;
	line-height: 2em;
}
#mainContents #update dt {
	float: left;
	margin-right: 10px;
	padding: 0px;
}
#mainContents #update dd a {
	text-decoration: underline;
}
#sidebar {
	margin-top: 15px;
}
#sidebar #left {
	float: left;
	margin-right: 13px;
}
#sidebar #left ul li{
	list-style-type: none;
	padding-bottom: 3px;
}
#sidebar #left ul .btm{
	padding-bottom: 8px;
}
#sidebar #right {
	text-align: right;
}


/* --------------------------------------------------------
	トップページ改装
--------------------------------------------------------- */

div#topMenu{
	margin-top:30px;
	width:100%;
	margin-bottom:10px;
}
div#topMenu ul{
	float:left;
	width:270px;
	list-style-type:none;
}
div#topPhoto{
	float:right;
	width:480px;
	margin-top:3px;
}
div#topPhoto p#photoTitle{
	margin-top:10px;
	font-size:60%;
	text-align:right;
	color:#888;
}
div#topContents{
	width:760px;
}
div#topContents div#leftMenu{
	width:270px;
	text-align:center;
	float:left;
}
div#topContents div#leftMenu ul{
	list-style-type:none;
}
div#topContents div#whatsNew{
	width:480px;
	background-color:#EEEEEE;
	float:right;
}
div#topContents div#whatsNew div#update{
	padding:10px;
}
/*-- New --*/
.new {
	font-weight: bold;
	color: red;
}