@charset "iso-8859-1";
	/* 文字エンコードの設定（削除不可） */

/*ページの基本設定*/
body {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	color: #666666;
	background-image: url(images/back.gif);
}
#content {
	background-color: #FFFFFF;
	width: 650px;
}

#menu {
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6DF38;
}

.news {
	margin-right: 40px;
	margin-left: 40px;
	clear: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 630px;
}


h1 span {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #FF6600;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6DF38;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A6DF38;
	padding-left: 5px;
}
h3 {
	font-size: 16px;
}
img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
p {
	line-height: 1.5em;
	font-size: 12px;
}
.news a {
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
address {
	font-style: normal;
	font-size: 12px;
	clear: left;
	padding-top: 5px;
	padding-left: 40px;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 610px;
}


/*リンクの設定*/
a {
	color: #FF6600;
}
a:hover {
	color: #99FF66;
}
h1 a, address a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover, address a:hover {
	color: #FFFFFF;
}

/* メニュー */


#menu a {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #0066FF;
	text-decoration:none;

}
#menu a:hover {
	color: #FFCC66;
}
.menuon {
	color: #FFCC66;
}
