@charset "utf-8";
/* CSS Document */

.main_text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #EFE9BE;
	margin: 0px;
	padding: 0px;
	background-image: url(../images_n/backgr1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p.header {
	background-color: #FFFFFF;
	padding: 0px;
	height: 80px;
	background-image: url(../images_n/header.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrapper {
	background-color: #FFFFFF;
	width: 770px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
}
.main_contents {
	margin-right: 30px;
	margin-left: 30px;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #666666;
	margin-left: 5px;
	text-align: center;
	line-height: 24px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 12px;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #666666;
	margin-left: 5px;
	text-align: center;
	line-height: 12px;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #555555;
	margin-left: 38px;
	margin-right: 80px;
	line-height: 24px;
	letter-spacing: 8pt;
}
h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	margin-right: 80px;
	margin-left: 80px;
	text-align: right;
	line-height: 24px;
}
h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	margin-right: 80px;
	margin-left: 80px;
	text-align: center;
	line-height: 20px;
}
p img.left {
	float: left;
	margin: 0px 12px 0px 80px;
}
p img.rigth {
	float: right;
	margin: 0px 80px 0px 12px;	
}
.wrapper img {


}
p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12.5px;
	background-color: #BBCCFF;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
p.menu a {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #BBCCFF;
	display: block;
	float: left;
	width: 126px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
p.menu a:hover {
	color: #333333;
	background-color: #FFCCCC;
}
p.line{
	background-color: #FFCCCC;
	text-align: center;
	margin: 0px;
	height: 0.5em;
}
p.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background-color: #BBCCFF;
	height: 30px;
	width: 765px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
a img {
    border-style:none;
}