@charset "utf-8";
@import url("main.css");
@import url("footer.css");

body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align:center;
	background-color:#85C72E;
	margin:0;
}
img{
	border:none;
}
#header{
	width:820px;
	height:50px;
	margin:28px auto 0;
}
#header .logo{
	float:left;
	width:200px;
}
#header h1{
	float:right;
	text-align:right;
	width:600px;
	font-size:90%;
	line-height: 50px;
	padding: 0 20px 0 0;
	margin: 0;
	height: 50px;
	overflow: hidden;
}
#navi{
	width:805px;
	height:39px;
	margin:0 auto 0;
}
#navi ul{
	margin:0;
	padding:0;
}
#navi li{
	list-style-type:none;
	display:inline;
}
#navi a{
	display:block;
	width:115px;
	height:39px;
	float:left;
}
#navi a span{
	display:none;
}

#navi a#mn1{
	background:url(images/mn_01.gif) no-repeat 50% 0%;
}
#navi a#mn2{
	background:url(images/mn_02.gif) no-repeat 50% 0%;
}
#navi a#mn3{
	background:url(images/mn_03.gif) no-repeat 50% 0%;
}
#navi a#mn4{
	background:url(images/mn_04.gif) no-repeat 50% 0%;
}
#navi a#mn5{
	background:url(images/mn_05.gif) no-repeat 50% 0%;
}
#navi a#mn6{
	background:url(images/mn_06.gif) no-repeat 50% 0%;
}
#navi a#mn7{
	background:url(images/mn_07.gif) no-repeat 50% 0%;
}
#navi a#mn1:hover{
	background:url(images/mn_ov_01.gif) no-repeat 50% 0%;
}
#navi a#mn2:hover {
	background:url(images/mn_ov_02.gif) no-repeat 50% 0%;
}
#navi a#mn3:hover {
	background:url(images/mn_ov_03.gif) no-repeat 50% 0%;
}
#navi a#mn4:hover {
	background:url(images/mn_ov_04.gif) no-repeat 50% 0%;
}
#navi a#mn5:hover {
	background:url(images/mn_ov_05.gif) no-repeat 50% 0%;
}
#navi a#mn6:hover {
	background:url(images/mn_ov_06.gif) no-repeat 50% 0%;
}
#navi a#mn7:hover {
	background:url(images/mn_ov_07.gif) no-repeat 50% 0%;
}


#navi a#mn1.s {
	background:url(images/mn_s_01.gif) no-repeat 50% 0%;
}
#navi a#mn2.s {
	background:url(images/mn_s_02.gif) no-repeat 50% 0%;
}
#navi a#mn3.s {
	background:url(images/mn_s_03.gif) no-repeat 50% 0%;
}
#navi a#mn4.s {
	background:url(images/mn_s_04.gif) no-repeat 50% 0%;
}
#navi a#mn5.s {
	background:url(images/mn_s_05.gif) no-repeat 50% 0%;
}
#navi a#mn6.s {
	background:url(images/mn_s_06.gif) no-repeat 50% 0%;
}
#navi a#mn7.s {
	background:url(images/mn_s_07.gif) no-repeat 50% 0%;
}


#body{
	width:100%;
	margin:0 auto 0;
	text-align:left;
	background-color: #FFFFFF;
}
#body .body{
	padding:30px 0px 50px;
	width: 780px;
	margin: auto;
}
#body .mainjpg{
	margin:0 0 15px;
}





#right{
	width:230px;
	float:right;
	font-size: 80%;
}
#right form{
	text-align:center;
	margin: 10px 0;
}

#right form .txt{
	width:110px;
	margin: 0 5px 0;
	border: 2px solid #4C3700;
}

/* ----
#right form .btn{
	width:85px;
}
---- */
#right form .btn{
	width:85px;
	background-color: #4C3700;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 150%;
}
#right h3{
	margin: 5px 0;
	font-size: 100%;
	background-color: #E9DFC0;
}
#right h3 div{
	padding: 5px 10px 5px 10px;
	line-height: 120%;
}
#right h3 div a{
	color:#4F3E02;
}
#right .lead{
	padding: 0 0 0 65px;
}
#right .lead#side1{
	background:url(images/side1.jpg) no-repeat 0px 0px;
}
#right .lead#side2{
	background:url(images/side2.jpg) no-repeat 0px 0px;
}
#right .lead#side3{
	background:url(images/side3.jpg) no-repeat 0px 0px;
}
#right .lead#side4{
	background:url(images/side4.jpg) no-repeat 0px 0px;
}
#right .lead#side5{
	background:url(images/side5.jpg) no-repeat 0px 0px;
}
#right .lead#side6{
	background:url(images/side6.jpg) no-repeat 0px 0px;
}
#right .lead#side7{
	background:url(images/side7.jpg) no-repeat 0px 0px;
}
#right .lead#side8{
	background:url(images/side8.jpg) no-repeat 0px 0px;
}
#right .lead#side9{
	background:url(images/side9.jpg) no-repeat 0px 0px;
}

#right .lead p{
	line-height:130%;
	margin: 0 10px;
}




#size{
	width:780px;
	position:absolute;
	top:5px;
	left:50%;
	text-align:right;
	margin-left: -410px;
}
#size img{
	margin-left: 5px;
}

#print{
	text-align:center;
}


br.cl{
	line-height:1px;
	clear:both;
}
span.big{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
}
