@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	background-color: #CCCCCC;
}
#content {
	background-color: #FFFFFF;
	width: 760px;
	letter-spacing: 0.2em;
	font-size: 14px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	height: 72px;
	padding: 0px;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #FF3333;
	clear: left;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 1.5px;
}
address {
	font-size: 12px;
	font-style: normal;
	clear: left;
	background-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #CCCCCC;
	text-align: right;
	margin-top: 30px;
}

/*リンクの設定*/
a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
}

h1  a   {
	text-decoration: none;
}
#menuNavi  a {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	color: #009900;
}
#menuNavi {
	margin-left: 20px;
	margin-bottom: 50px;
	color: #009900;
	font-weight: bolder;

}

#menuNavi  a:link {
	color: #009900;
	font-weight: bolder;
}
#menuNavi  a:visited {


}
#menuNavi  a:hover {
	color: #666666;
}
#menuNavi  a:active {
	color: #666666;
}
#mainImg {
	float: left;
}
.menu {
	margin-top: 10px;
}
