@charset "utf-8";
/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-image: none;
	margin: 0px;
	padding: 0px;
}


#container {
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 10px;
}
h1 {
	font-size: 36px;
	color: #0033FF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
#main h6 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	clear: both;
}
#container #header {
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../image/bg45b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}	
#content #menu {
	margin-right: auto;
	margin-left: auto;
}



#content {
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 7px;
}
#header #name {
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*フッダの基本設定*/
#content #footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-color: #E1FFE6;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content #footer p {
	margin: 0px;
	font-size: 10px;
}



/*リンクの基本設定*/
a {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #006633;
}
a:active {
	color: #0066CC;
}
a:visited {
	color: #990000;
}
