@charset "utf-8";
/*===========================
AFPテンプレート
basic_css commonLayout
color:green
===========================*/


/*===========================
reset
===========================*/


/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
/* hr 要素は不可視で使う */
hr {
	display: none;
}
body {
	font-size:14px;
	line-height: 1.5em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0;
	padding: 0;
}
/* IE6 */

*html body {
	font-size:88%;
}

/* IE7 */

*:first-child+html body {
	font-size:88%;
	display:inline;
	zoom:1;
}
*:first-child+html #gnavi li a{
	display:inline;
	zoom:1;
}

/* IE8 */

html>/**/body {
	font-size:88%;
}
/* IE9 */

body:not(:target) {
	font-size:88%¥9;
}
ul, ol, li {
	list-style:none;
}
img {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:bottom;
}
.clear {
	clear:both;
}
.clear2 {
	clear:both;
	margin-bottom:1em;
}
div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
hr {
	display:none;
}
/*===========================
setup
===========================*/


a, a:link, a:visited {
	color:#32ad68;
	text-decoration:underline;
	outline-style:none;
}
a:hover, a:active {
	color:#32ad68;
	text-decoration:underline;
}
/*===========================

/*===========================
common
container
===========================*/


#container {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../img/common/bg_container.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
*html #container {
}
#wrapper {
	position: relative;
	width:100%;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_bg {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #27A25D;
}
/*===========================
header
===========================*/

#header {
	width:980px;
	height:115px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#header h1, #header #tagline {
	color:#FFF;
	font-size:80%;
	line-height:19px;
	overflow:hidden;
	padding-bottom:3px;
	color:#f0f8e1;
}
#header #logo a {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../img/common/header_logo.gif);
	height: 73px;
	width: 685px;
	position: absolute;
	left: 3px;
	top: 32px;
	text-indent: -9999px;
	overflow:hidden;
}
#header #tel {
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../img/common/header_tel.gif);
	height: 46px;
	width: 268px;
	position: absolute;
	left:711px;
	top: 43px;
	text-indent: -9999px;
	overflow:hidden;
}
#header #mail a {
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../img/common/header_mail.gif);
	height: 26px;
	width: 268px;
	position: absolute;
	left:711px;
	top: 79px;
	text-indent: -9999px;
	overflow:hidden;
}
#gnavi {
	height: 295px;
	width: 273px;
	background-image: url(../img/common/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
#gnavi ul {
	width:273px;
	height:295px;
	list-style-type: none;
	background-image: url(../img/common/navi01.gif);
	background-repeat: repeat-y;
}
#gnavi li {
	/* [disabled]height:59px; */
	/* [disabled]width: 273px; */
	/* [disabled]text-decoration: none; */
}
#gnavi li a {
	/* [disabled]display:table-cell; */
	/* [disabled]height:59px; */
	/* [disabled]text-decoration: none; */
	/* [disabled]font-size: 110%; */
	/* [disabled]width: 251px; */
	/* [disabled]vertical-align: middle; */
	/* [disabled]font-weight: bold; */
	/* [disabled]layout-grid-line: 59px; */
	/* [disabled]padding-left: 22px; */
}
#gnavi li a:hover {

}
#gnavi .gnavi {
	background-image: url(../img/common/navi01.gif);
	background-repeat: no-repeat;
	height:59px;
	text-decoration: none;
	width: 273px;
	font-weight: bold;
	layout-grid-line: 59px;
	font-size: 110%;
}
#gnavi .gnavi a {
	display:table-cell;
	height:59px;
	text-decoration: none;
	width: 251px;
	vertical-align: middle;
	font-weight: bold;
	layout-grid-line: 59px;
	padding-left: 22px;
}
#gnavi .gnavi a:hover {
	background-image: url(../img/common/navi01on.gif);
	color: #FFF;
	background-repeat: no-repeat;
	height:59px;
	width: 273px;
}
#gnavi .gnavion {
	background-image: url(../img/common/navi01on.gif);
	width: 273px;
	height: 59px;
	layout-grid-line: 59px;
	color: #FFF;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
}
#gnavi .gnavion a{
	background-image: url(../img/common/navi01on.gif);
	width: 251px;
	height: 59px;
	layout-grid-line: 59px;
	color: #FFF;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
	vertical-align: middle;
	display: table-cell;
	font-size: 110%;
}
#content {
	width:678px;
	float: right;
}
#container #wrapper .wrap_title {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.h2_base {
	background-image: url(../img/common/h2_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 658px;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	color: #444444;
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
	layout-grid-line: 43px;
	clear: both;
}

#side {
	width: 273px;
	float: left;
	margin-bottom: 20px;
}
#side #map {
	background-image: url(../img/common/side_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 273px;
	text-indent: -9999px;
}
#side .wrapMap {
	width: 269px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#side .wrapMap small a {
	padding-left: 3px;
}
#side .contact {
	margin-bottom: 20px;
}
.basic  {
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #59d38e;
}
.basic h3  {
	color: #1a9651;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.txt80p {
	font-size: 80%;
}
.frame {
	padding: 3px;
	border: 1px solid #CCC;
}


.totop {
	width:700px;
	padding:16px 0 0 0;
	margin-bottom:20px;
	clear:both;
}
.totop a {
	display:block;
	float:right;
	padding:0 0 0 18px;
	background-image:url(../img/common/arrow_totop.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
}
/*===========================
footer
===========================*/



#footer {
	width:100%;
	clear:both;
	background-image:url(../img/common/bg_footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height: 93px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#32ad68;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#32ad68;
	text-decoration:underline;
}
#footerWrap {
	position: relative;
	width:980px;
	position:relative;
	height: 85px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footerWrap ul {
	width:980px;
	padding-top:9px;
	margin-bottom:10px;
	text-align: center;
}
#footerWrap ul li {
	color:#32ad68;
	line-height:1.1em;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32ad68;
	margin: 0px;
}
#footerWrap ul li.noboder{
	border-right:none;
}

#footerWrap #pagetop {
	float:right;
	width:168px;
}
#footerWrap .copyright {
	text-align: center;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */


/*===========================
other
===========================*/


.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.col_pink {
	color: #F3F;
}


	
.tx-80p  {
	font-size:80%;
	letter-spacing:nomal;
}
.tx-90p  {
	font-size:90%;
}
.tx100p    {
	font-size:100%;
	letter-spacing:nomal;
}
.tx-120p    {
	font-size:120%;
	letter-spacing:nomal;
}
.tx-140p    {
	font-size:140%;
	letter-spacing:nomal;
}
.tx-160p    {
	font-size:160%;
	letter-spacing:nomal;
}
.tx-180p    {
	font-size:180%;
	letter-spacing:nomal;
}
.tx-230p    {
	font-size:230%;
	letter-spacing:nomal;
}
.mc { font-family: "ＭＳ Ｐ明朝",細明朝体,serif }       /* Ｐ明朝 */
