@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-image: url(../images/back.gif);
}
#content {
	background-color: #FFF;
	width: 650px;
	margin: auto;
}
#menu {
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3C6;
}
.news {
	margin-right: 40px;
	margin-left: 40px;
	clear: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding-top: 15px;
	padding-left: 40px;
	background-image: url(../../images2013/topbanner2.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 610px;
}
h1 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;	
}
h2 {
	font-size: 18px;
	color: #3C6;
	clear: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3C6;
	border-right-color: #3C6;
	border-bottom-color: #3C6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3C6;
	padding-left: 5px;
}
img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}
address {
	font-size: 12px;
	font-style: normal;
	clear: left;
	padding-top: 4px;
	padding-left: 40px;
	background-image: url(../../images2013/footer2r.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 610px;
}

/*リンクの設定*/
a {
	color: #CC3;
}
a:hover {
	color: #F90;
}
.news p a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
h1 a, address a {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover, address a:hover {
	color: #FFF;
}
#menu a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #C33;
}
#menu a:hover {
	color: #9C3;
}
