@charset "utf-8";
/* CSS Document */

body {
	background:#89B929;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-weight: 500;

}


.box960 {
	width:960px;
	margin:auto;
}

#header {
	width:960px;
	margin:auto;
	margin-top:10px;
}

#logo {
	float:left;
	margin-top:5px;
}

#header #right {
	float:right;
	width:auto;
	text-align:right;
}

#header #right ul li {
	white-space:nowrap;
	text-align:right;
	line-height: 2.0em;
}

#header #right a {
	color:#FFF;
	white-space:nowrap;
}


#header #right a#tel {
	font-size:2.8em;
	font-weight:bold;
}

#header #right a#mail {
	background:#FFF;
	color:#89B929;
	padding:2px 5px;
	font-weight:bold;
}

#gmenu {
	background:#138B3B;
	padding:5px;
	color:#FFF;
	text-align:center;
	font-size:1.2em;
	margin-top:15px;
}


#gmenu a {
	color:#FFF;
}

.dotted {
	background:url(../images/common/dotted.png) repeat rgba(0,0,0,0.3);
}

.green_text {
	background:#138B3B;
	color:#FFF;
	padding:0px 7px;
}

h2 {
	font-size:2.6em;
	font-weight:500;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer_link {
	background:#F5F5F5;
	text-align:center;
	padding:20px 0;
	color:#595758;
}

#footer_link a {
	color:#595758;
	font-weight:500;
}

#footer {
	background:#138B3B;
}

#footer .box960 {
	background:url(../images/common/foot_img.png) no-repeat right;
	padding:40px 0;
	
}

#footer p {
	color:#FFF;
}

#footer p#copyright {
	text-align:center;
	margin-top:20px;
	font-size:0.8em;
}

.ichiran {
	margin:20px auto;
	background:#FFF;
	border:#090 solid 2px;
	color:#090;
	font-size:1.2em;
	font-weight:500;
	text-align:center;
	width:180px;
	padding:5px 0;
	display:block;
	clear:both;
}
.ichiran:hover {
	background:#090;
	color:#FFF;
}


