@charset "UTF-8";

/*共通
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	}

a{
	text-decoration:none;
	border:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	color: #717071;
	}

a:hover{
	opacity: 0.7;
	}

img{
	line-height: 0;
	border:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	vertical-align: middle;
	}

body{
	background: #EEEFEF;
	color: #717071;
	text-align: left;
	font-size: 14px;
	line-height: 1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#wrapper{
	background:url(../images/common/line_02.png) repeat-x left 86px #fff;
	position: relative;
	width: 100%;
	min-width: 980px;
	margin: auto;
	}


/*#header
---------------------------------------*/
#header{
	position: relative;
	width: 980px;
	margin: auto;
	overflow: hidden;
	}
	
#header h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	float: left;
	}

#header h1 a{
	display: block;
	width: 488px;
	height: 86px;
	background:url(../images/common/logo.png) no-repeat left top;
	}

#nav{
	position: relative;
	float: right;
	padding-top: 34px;
	padding-right: 20px;
	}

#nav ul{
	list-style: none;
	overflow: hidden;
	}

#nav ul li{
	float: left;
	font-size: 16px;
	padding-left: 20px;
	}

#nav ul li a{
	display: block;
	background:url(../images/common/nav.png) no-repeat left center;
	padding-left: 22px;
	height: 19px;
	line-height: 19px;
	}


/*#contents
---------------------------------------*/
#contents{
	position: relative;
	width: 980px;
	margin: auto;
	overflow: hidden;
	}


/*#menu
---------------------------------------*/
#menu ul{
	position: relative;
	list-style: none;
	overflow: hidden;
	}

#menu ul li{
	float: left;
	width: 245px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	}
	
/*#menu_01*/
#menu ul li#menu_01 a{
	background:url(../images/common/menu_01.png) no-repeat left top;
	}

/*#menu_02*/
#menu ul li#menu_02 a{
	background:url(../images/common/menu_02.png) no-repeat left top;
	}

/*#menu_03*/
#menu ul li#menu_03 a{
	background:url(../images/common/menu_03.png) no-repeat left top;
	}

/*#menu_04*/
#menu ul li#menu_04 a{
	background:url(../images/common/menu_04.png) no-repeat left top;
	}


/*#breadcrumb
---------------------------------------*/
#breadcrumb{
	position: relative;
	height: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	margin: auto;
	}

#breadcrumb ul{
	list-style: none;
	}

#breadcrumb ul li{
	float: left;
	line-height: 30px;
	font-size: 15px;
	background:url(../images/common/breadcrumb_icon.png) no-repeat left 6px;
	padding-left: 17px;
	padding-right: 4px;
	}

#breadcrumb ul li a{
	display: block;
	text-decoration: underline;
	}

#breadcrumb ul li:first-child{
	background:none;
	padding-left: 15px;
	}


/*#footer
---------------------------------------*/
#footer{
	position: relative;
	padding-top: 55px;
	overflow: hidden;
	}

/*#sitemap*/
#sitemap{
	position: relative;
	}

#sitemap>.title{
	background: #EEEFEF;
	color: #6A9D64;
	font-size: 18px;
	font-family: 'Abel', sans-serif;
	letter-spacing: 8px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	}

#sitemap .box{
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: auto;
	padding: 50px 0 14px;
	}

#sitemap .box .section{
	position: relative;
	float: left;
	overflow: hidden;
	border-left: dotted 1px #B4B4B4;
	padding: 0 10px;
	height: 125px;
	}

#sitemap .box .section h2,
#sitemap .box .section .title a{
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
	color: #6A9D64;
	letter-spacing: 1px;
	padding-left: 28px;
	margin-top: -6px;
	display: block;
	}

#sitemap .box .section ul{
	list-style: none;
	padding-top: 6px;
	}

#sitemap .box .section ul.left{
	position: relative;
	float: left;
	}

#sitemap .box .section ul.right{
	position: relative;
	float: right;
	}

#sitemap .box .section ul li{
	font-size: 15px;
	line-height: 32px;
	padding-left: 2px;
	}

#sitemap .box .section ul li a{
	display: block;
	background:url(../images/common/sitemap_06.png) no-repeat left 9px;
	padding-left: 18px;
	text-decoration: underline;
	}

#sitemap .box .section .text a{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #6A9D64;
	text-decoration: underline;
	}


/*#section_01*/
#sitemap .box #section_01{
	border-left: none;
	}

#sitemap .box #section_01 h2{
	background:url(../images/common/sitemap_01.png) no-repeat left center;
	padding-left: 20px;
	}

/*#section_02*/
#sitemap .box #section_02 h2{
	padding-left: 0;
	}

#sitemap .box #section_02 h2 a{
	background:url(../images/common/sitemap_02.png) no-repeat left center;
	color: #6A9D64;
	padding-left: 28px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: underline;
	}

#sitemap .box #section_02{
	width: 350px;
	}

/*#section_03*/
#sitemap .box #section_03 .title a{
	line-height: 40px;
	text-decoration: underline;
	}

#sitemap .box #section_03 .title_01 a{
	background:url(../images/common/sitemap_03.png) no-repeat left 10px;
	}

#sitemap .box #section_03 .title_02 a{
	background:url(../images/common/sitemap_04.png) no-repeat left 10px;
	}

#sitemap .box #section_03 .title_03 a{
	background:url(../images/common/sitemap_05.png) no-repeat left center;
	}


/*#pagetop*/
#pagetop{
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: auto;
	z-index: 1;
	}

#pagetop a{
	float: right;
	display: block;
	background:url(../images/common/pagetop.png) no-repeat left top;
	color: #fff;
	width: 163px;
	height: 56px;
	font-size: 16px;
	line-height: 20px;
	}

#pagetop a span{
	display: block;
	padding-left: 57px;
	padding-top: 7px;
	}

/*#address*/
#address{
	position: relative;
	background: #EEEFEF;
	margin-top: -20px;
	}

#address .box{
	position: relative;
	width: 980px;
	margin: auto;
	overflow: hidden;
	}

#address .box .left{
	position: relative;
	float: left;
	width: 530px;
	padding-left: 25px;
	padding-top: 30px;
	}

#address .box .left .name{
	padding-top: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	}

#address .box .left .name strong{
	font-size: 18px;
	font-weight: normal;
	}

#address .box .left .text{
	padding-top: 13px;
	font-size: 12px;
	}

#address .box .right{
	position: relative;
	float: right;
	width: 383px;
	height: 87px;
	background:url(../images/common/tel.png) no-repeat left top;
	color: #6A9D64;
	margin-top: 44px;
	margin-right: 20px;
	}

#address .box .right .text{
	font-size: 20px;
	padding-top: 12px;
	padding-left: 93px;
	}

#address .box .right .tel-link{
	color: #6A9D64;
	font-family: 'Abel', sans-serif;
	font-size: 45px;
	padding-left: 93px;
	padding-top: 2px;
	display: block;
	}

#address .box .right a{
	color: #6A9D64;
	}

#copyright{
	clear: both;
	text-align: right;
	font-family: 'Abel', sans-serif;
	font-size: 11px;
	padding: 20px;
	}