@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
	text-align: left;
	margin: 0px;
	color: #666666;
	line-height: 140%;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #709F2F;
}
a:hover {
	color: #119F31;
}
a:focus{
	outline:none;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
li {
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
div#wrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	height:108px;
	background-image: url(imgs/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	width: 766px;
	height:58px;
	background-image: url(imgs/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#logo a {
	width: 226px;
	height:58px;
	background-image: url(imgs/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
}
#headtext {
	width: 540px;
	height:58px;
	float: left;
}
#main_bg {
	width: 766px;
	float:left;
	background-image: url(imgs/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#main_img {
	width: 749px;
	height: 365px;
	background-image: url(imgs/stampmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 349px 0 0 17px;

}
#main_img p {
	width: 350px;
	height: 90px;
	color: #000000;
	overflow: auto;
}
#main_img p span {
	font-weight:bold;
}
#main_img a.button {
	display:block;
	width: 217px;
	height: 30px;
	text-indent: -9999px;
}
#main_img #mail {
	padding: 27px 0 0 20px;
}
#main_img #back {
	padding: 25px 0 0 170px;
	font-weight:bold;
}


#foot {
	background-image: url(imgs/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	clear: both;
}
#foot_tex {
	background-image: url(imgs/foot_text.jpg);
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#foot_tex a {
	height: 40px;
	text-indent: -9999px;
	display: block;
	width: 100px;
	margin-left: auto;
	margin-top: -14px;
}
