@charset "utf-8";
/*レイアウト等----------------------------*/
a {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	 text-decoration:none;
}
body {
	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: left;
}

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;
}
.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;
	line-height: 1.5em;
	padding: 3px;
	border: 2px double #000;
}

/*地域活動目次　表レイアウト---- */
#container main .chiikitable {
	vertical-align: text-bottom;
	width: 680px;
	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;
  
}
/*地域活動レイアウト---- */
.pack {
	width: 725px;
	border: 3px double #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}
.wraptop {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}
.wrapmiddle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 5px;
	font-size: 18px;
	text-align: left;
}
.wrapbottom {
	width: 730px;
	padding: 0px;
	margin: 0px;

}
main .text table tr td {
	line-height: 1.8em;
	padding: 5px;
}
