/* 全体の設定 */
body {
	width: 760px;
}

.contents {
	width: 760px;
	position: relative;
	left: 0px;
}	

/* リンク */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/* イメージボーダー */
img {
	border: 0px;
}

/* ヘッダ部分 */
.header {
	width: 760px;
	height: 150px;
}

.mainLogo {
	position: relative;
	right: 10px;
	top: 50px;
}

/* メニュー */
.menu {
	width: 150px;
	margin-top: 10px;
	padding: 0px;
	left: 0px;
	float: left;

}

/* トップ写真領域 */
.photo {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
}
.photo p {
	text-align: center;
}


/* バナー領域 */
.banner {
	clear: both;
	width: 150px;
	margin-top: 10px;
	padding: 0px;
	left: 0px;
	float: left;
	text-align: center;
}

/* トピックス領域 */
.topics {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
}


/* フッタ */
.footer {
	clear: both;
	left: 0px;
	width: 760px;
	margin-top: 10px;
	padding: 0px;
	border-top: solid 2px #136131;
	text-align: center;
}

/* ブロック */
.block {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
}

.block h2 {
	font-size: 28pt;
	color: #136131;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 2px #136131;
}

.block h2:first-letter {
	font-size: 32pt;
	color: #FFFFFF;
	background-color: #136131;
}


/* メニュー */
ul.mainMenu {
	padding-left: 0px;
	margin-left: 0px;
}

ul.mainMenu li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	list-style: none;
	background: #aaffaa;
	border: solid 1px #000000;
	line-height : 2em;
	padding: 0px;
	margin-bottom: 4px;
}

.mainMenu a {
	display: block;
	width: 100%;
	line-height : 2em;
}

.mainMenu a:link{
	color : #000000;
	background: #aaffaa;
	text-decoration : none;
	font-weight : bold;
}


.mainMenu a:visited{
	color : #000000;
	background: #aaffaa;
	text-decoration : none;
	font-weight : bold;
}

.mainMenu a:hover{
	color : #ffffff;
	background: #136131;
	text-decoration : none;
	font-weight : bold;
}

/* トピックス */
.topics dl {
	width: 580px;
	line-height: 100%;
}
.topics dt {
	float: left;
	width: 8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
.topics dd {
	position: relative;
	line-height: 1.2em;
	margin: 0px;
	margin-top: -1.6em
	padding: 0px;
	width: 80%;
	font-size: 10pt;
}



/* カウンタ */
.counter {
	text-align: center;
	font-size: 10px;
}
