@charset "utf-8";
/*レイアウト等----------------------------*/
a {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	 text-decoration:none;
}
body {
	font-size: 95%;
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #000000;
}
img {
	vertical-align: top;
}
header {
}
nav {
	width: 140px;
	background-image: url(../index/left.gif);
	float: left;
}
main {
	width: 750px;
	float: right;
	text-align: center;
}

footer {
	clear: both;
	height: 45px;
	background-image: url(../index/foot.gif);
	color: #FFF;
	line-height: 14px;
	padding-top: 2px;
	font-size: 80%;
}
#container {
	background-color: #FFFFFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

.text {
	font-size: 18px;
	text-align: left;
	line-height: 1.5em;
	padding: 5px;
}

/*レイアウト等 end----------------------------*/

img {
	vertical-align: top;
}
.top {
	position: absolute;
	top: 359px;
	left: 380px;
	width: 730px;
}
.news {
	position: relative;
	top: 10px;
	left: 480px;
	width: 250px;
	text-align: center;
}
.toptable {
	width: 750px;
	margin-top: 250px;
}
.guidetable {
	width: 730px;
	border: 1px solid #000;
	line-height: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
/*地域活動目次　表レイアウト---- */
#container main .chiikitable {
	vertical-align: text-bottom;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*新着情報バックナンバーページの表の装飾---- */
#container main .infotable {
	vertical-align: text-bottom;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*ブロックの高さを合わせる ---------*/
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  width: 890;
  
}

/*行事予定ページの表の装飾--------- 
　表全体の装飾----------------- */
.officertable {
	font-size: 90%;
	font-family: Verdana,sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	border: 2px solid #10187B;
}
/*表のセル(全部)の装飾---------------- */
.officertable th {
	padding: 0.3em;
	background-color: #F7f9fc;
	font-weight: normal;
	border: 1px double #10187b;
	text-align: left;
}

.officertable td {
	padding: 0.3em;
	background-color: #fffff0;
	border: 1px double #10187b;
	text-align: left;
}

/* ▼表のヘッダ(上部)の装飾▼ */
.officertable thead th {
	background-color: #e6edf5;
	letter-spacing: 0.15em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10187B;
	text-align: center;
	font-weight: bold;
}
/*行事予定ページの表の装飾 end ---------*/
/*訃報の装飾 ---------*/
#wrap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e7e7f2;
	background-image: url(../css%20-%20%E3%82%B3%E3%83%94%E3%83%BC/bgimg.gif);
	background-repeat: no-repeat;
}
.fbg { background-color:  #ffffff;
.txt {
	font-size: 20px;
	color: #F00;
	text-align: center;
}
/*訃報の装飾 end---------*/
