@charset "UTF-8";
/* basics */

/* reset */
* {
	margin: 0;
	padding: 0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
/* standard body */
body {
	margin: 0 auto;
	width: 100%;
	font: 13px/20px "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background: url(../images/bg_body.jpg) repeat-y center top;
	color: #333333;
	line-height: 1.7em;
}
img {
	border: none;
}
img.seko {
	border: 3px #d0ed9d solid;
}
a:hover img.seko {
	border: 3px #efefef solid;
}
img.tsujiimg {
	border: 3px #efefef solid;
}
p.imgleft {
	float: left;
	padding-right: 15px;
}
p.imgleft:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
p.imgright {
	float: right;
	padding-left: 15px;
}
p.imgright:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
p#toiawase_tel {
	border: 2px solid #009900;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 40px;
	padding: 20px;
	line-height: 1.6;
	text-align: center;
}
span.toiawase_tno {
	display: block;
	color: #009900;
	font-size: 30px;
	font-family: "Century Gothic", "Verdana", "arial", serif;
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;/**/
}
a {
	text-decoration: none;
	color: #333333;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #2c9b7b;
}
header {
	background: url(../images/bg_header.jpg) no-repeat center top;
	margin: 0 auto;
	height: 384px;
}
header h1 span {
	visibility: hidden;
}
header h2 span {
	visibility: hidden;
}
p {
}
/*
 * images a:hover
--------------------------------------------------------------*/
a img:hover {
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.6;                  /* Firefox,Opera,Safari */
	-moz-opacity:0.6;             /* Firefox 0.9より前 */
}
/*
 * div#body
--------------------------------------------------------------*/
#body {
	background: url(../images/bg_body.jpg) repeat-y center top;
}
/*
 * nav
--------------------------------------------------------------*/
nav {
	height: 38px;
	width: 280px;
	margin: 0 auto;
	position: relative;
	top: -271px;
	left: 310px;
}
nav ul {
	margin: 0 auto;
	padding: 10px 0;
	list-style: none;
}
nav ul li {
	float: left;
	display: list-item;
}
nav ul li#nave01 {
	background: url(../images/nave_01_bg.gif) no-repeat;
}
nav ul li#nave02 {
	background: url(../images/nave_02_bg.gif) no-repeat;
	width: 94px;
	height: 38px;
}
nav ul li#nave03 {
	background: url(../images/nave_03_bg.gif) no-repeat;
}
nav ul li a {
	display: block;
}
nav ul li a:hover img {
	visibility: hidden;
}
/*
 * nav
--------------------------------------------------------------*/
#content {
	position: relative;
	top: -240px;
	width: 900px;
	margin: 0 auto;
}
section#block {
	clear: both;
	width: 240px;
	margin: 0 auto;
	padding-left: 15px;
	float: left;
}
section#block ul {
	list-style: none;
	padding-bottom: 30px;
}
section#block div#globalnavi ul.sidenave {
	width: 240px;
	height: 386px;
}
section#block div#globalnavi ul.sidenave li a {
	display: block;
	background: url(../images/bg_sidenave.jpg) no-repeat;
	width: 224px;
	height: 32px;
	font-size: 16px;
	padding: 16px 0 0 16px;
}
section#block div#globalnavi ul.sidenave li#menu1 a {
	background-position: 0 0;
}
section#block div#globalnavi ul.sidenave li#menu2 a {
	background-position: 0 -48px;
}
section#block div#globalnavi ul.sidenave li#menu3 a {
	background-position: 0 -96px;
}
section#block div#globalnavi ul.sidenave li#menu4 a {
	background-position: 0 -144px;
}
section#block div#globalnavi ul.sidenave li#menu5 a {
	background-position: 0 -192px;
}
section#block div#globalnavi ul.sidenave li#menu6 a {
	background-position: 0 -240px;
}
section#block div#globalnavi ul.sidenave li#menu7 a {
	background-position: 0 -288px;
}
section#block div#globalnavi ul.sidenave li#menu8 a {
	background-position: 0 -336px;
}
section#block div#globalnavi ul.sidenave li#menu1 a:hover {
	background-position: -241px 0;
}
section#block div#globalnavi ul.sidenave li#menu2 a:hover {
	background-position: -241px -48px;
}
section#block div#globalnavi ul.sidenave li#menu3 a:hover {
	background-position: -241px -96px;
}
section#block div#globalnavi ul.sidenave li#menu4 a:hover {
	background-position: -241px -144px;
}
section#block div#globalnavi ul.sidenave li#menu5 a:hover {
	background-position: -241px -192px;
}
section#block div#globalnavi ul.sidenave li#menu6 a:hover {
	background-position: -241px -240px;
}
section#block div#globalnavi ul.sidenave li#menu7 a:hover {
	background-position: -241px -288px;
}
section#block div#globalnavi ul.sidenave li#menu8 a:hover {
	background-position: -241px -336px;
}
section#block ul.newsban li a:hover img {
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.6;                  /* Firefox,Opera,Safari */
	-moz-opacity:0.6;             /* Firefox 0.9より前 */
}
section#block div#area {
}
section#block div#area h2 {
	background: url(../images/bg_sideh2.gif) repeat-x;
	color: #ffffff;
	height: 33px;
	width: 230px;
	text-align: center;
	padding: 7px 0 0;
	font-size: 18px;
}
section#block div#area .areamap {
	background-color: #fefff3;
	border: 1px #ddd solid;
	text-align: center;
	width: 228px;
	padding: 15px 0;
}
section#block div#area .areamap p {
	text-align: left;
	padding: 0 15px;
	line-height: 1.2;
}
section#block div#area .areamap div.sidetoiawase01 {
	padding-top: 10px;
	height: 84px;
}
section#block div#area .areamap div.sidetoiawase02 a {
	background: url(../images/img_side04.gif) no-repeat center; 
	height: 42px;
	display: block;
}
section#block div#area .areamap div.sidetoiawase02 a:hover img {
	visibility: hidden;
}
section#block div#link {
	padding: 20px 0;
}
section#block div#link li {
	padding-bottom: 10px;
}
section#message {
	width: 620px;
	margin: 0 auto;
	padding-right: 15px;
	float: right;
}
section#message h2 {
	font-size: 12px;
}
section#message h2 span {
	display: none;
}
ul.menu {
	list-style: none;
	font-size: 12px;
}
ul.menu li {
	float: left;
	width: 160px;
}
ul.menu li span {
	padding-left: 15px;
	background: url(../images/icon_tableth.gif) no-repeat 0;
	display: block;
}
ul.menu li+li {
	padding-left: 20px;
}
section#news {
	width: 620px;
	margin: 0 auto;
	padding-right: 15px;
	float: right;
	background: url(../images/bg_news_bg.gif) repeat-y;
}
section#news div.newsinner {
	width: 590px;
	padding: 15px;
}
section#news h3 {
	background: url(../images/bg_news_h3.gif) no-repeat 0 bottom;
	padding: 7px 0 7px 10px;
}
section#news h3 span {
	background: url(../images/ic_01.gif) no-repeat 0 4px;
	float: right;
	padding: 0 10px 0 10px;
	font-size: 13px;
}
section#news div.newstop {
	background: url(../images/bg_news_top.gif) no-repeat 0 bottom;
	height: 15px;
}
section#news div.newsbottom {
	background: #ffffff url(../images/bg_news_bottom.gif) no-repeat 0 top;
	height: 15px;
	padding-bottom: 30px;
}
dl#news {
	width: 590px;
	padding-top: 10px;
}
dl#news dt {
	clear:left;
	float:left;
	margin:0;
	padding: 10px 0 10px 1.5em;
	width: 8em;
	line-height: 1em;
}
dl#news dd {
	margin:0;
	padding: 10px 0.5em 10px 7em;
	line-height: 1em;
}
dl#news a {
	padding: 5px 20px 5px 0;
	color: #006934;
	text-decoration:underline;
}
dl#news a:hover {
	text-decoration:none;
	color: #333;
}
/*
 * topbox
--------------------------------------------------------------*/
section#topbox {
	width: 620px;
	margin: 0 auto;
	padding: 15px 0;
	padding-right: 15px;
	float: right;
}
section#topbox h3 {
	background: url(../images/bg_toph3.jpg) no-repeat 0 -10px;
	height: 35px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #046321;
}
section#topbox h3 span a {
	color: #555;
	font-size: 
}
section#topbox h3 span a:hover {
	color: #aaa;
}
section#topbox p.to_service {
	margin-left: 415px;
	padding-left: 25px;
	display: block;
	width: 162px;
	height: 80px;
}
section#topbox p.to_service a {
	display: block;
	width: 162px;
	height: 80px;
}
section#topbox p.to_jisseki {
	margin-left: 415px;
	padding-top: 20px;
	padding-left: 25px;
	clear: both;
	display: block;
	width: 162px;
	height: 80px;
}
section#topbox p.to_jisseki a {
	display: block;
	width: 162px;
	height: 80px;
}

/*
 * contbox
--------------------------------------------------------------*/
div#contbox {
	width: 620px;
	margin: 0 auto;
	padding: 0;
	padding-right: 15px;
	float: right;
}
div#contbox h2 {
	background: url(../images/bg_conth2.jpg) no-repeat;
	height: 36px;
	padding: 15px 0 15px 20px;
}
div#contbox h3 {
	background: url(../images/bg_conth3.gif) no-repeat;
	height: 35px;
	padding: 0 0 10px 15px;
	margin-top: 30px;
	font-size: 16px;
}
div#contbox h4 {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 20px;
	border-left: 5px #328204 solid;
	font-size: 14px;
}
.conttext1 p {
	padding: 0 20px;
}
.conttext2 {
	padding: 0 10px;
}
.conttext1 + .conttext2 {
	margin-bottom: 50px;
}
.conttext2 p, .conttext2 dl, .conttext2 ul {
	padding: 0 15px 0 35px;
}
.conttext2 div.aisatsu {
	font-family: "ヒラギノ明朝", "MS 明朝", "平成明朝体", serif;
}
.conttext2 p.daihyo {
	text-align: right;
}
.conttext2 ul.jisseki {
	list-style: none;
}
.conttext2 ul.jisseki li {
	float: left;
	width: 205px;
}
.conttext2 dd {
	padding-left: 25px;
}
.conttext2 li {
	margin-left: 25px;
}
/*
 * pagetop
--------------------------------------------------------------*/
div#pagetop {
	width: 620px;
	display: block;
	margin: 0 auto;
	padding: 50px 15px 0 15px;
	float: right;
	text-align: right;
}
/* footer */
footer {
	width: 870px;
	height: 90px;
	margin: 0 auto;
	border-top: #333 5px solid;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
footer section {
	width: 300px;
	float: left;
	padding: 0 10px;
}
footer section h2 {
	margin-top: 0;
}
footer section p {
	font-size: 12px;
}
footer section a {
}
footer section a:hover {
	color: #ccc;
	text-decoration: underline;
}
section.footernav {
	width: 400px;
	float: right;
}
section.footernav ul {
	list-style: none;
}
section.footernav ul li {
	float: right;
	list-style-image: url(../images/ic_01.gif);
	margin-left: 30px;
}
.nikkidate {
	font-size: 90%;
	padding-right: 25px;
}
section#flow {
	width: 580px;
	margin: 0 auto;
	padding-right: 20px;
	float: right;
	background: url(../images/bg_flow_bg.gif) repeat-y;
}
section#flow div.flowinner {
	width: 550px;
	padding: 0 15px;
}
section#flow h3 {
	background: none;
	background: url(../images/bg_flow_tit.gif) no-repeat 0 0px;
	height: 50px;
	display: block;
	margin: 0;
	padding-top: 20px;
	color: #ffffff;
}
section#flow h3 span {
	position: relative;
	font-size: 12px;
	top: -13px;
	left: 5px;
	padding-right: 20px;
}
section#flow h3 span b {
	font-size: 20px;
}
section#flow div.flowtop {
	background: url(../images/bg_flow_top.gif) no-repeat 0 bottom;
	height: 15px;
}
section#flow div.flowbottom {
	background: #ffffff url(../images/bg_flow_bottom.gif) no-repeat 0 top;
	height: 15px;
	padding-bottom: 15px;
}
section#flowic {
	width: 580px;
	margin: 0 auto;
	padding-right: 20px;
	float: right;
	height: 55px;
	background: #ffffff url(../images/ic_flow.gif) no-repeat center top;
}
table.table_toiawase {
	border: #dcdddd 1px solid;
	border-collapse: collapse;
	width: 100%;
}
table.table_toiawase th {
	border: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
	font: bold;
}
table.table_toiawase td {
	border: #dcdddd 1px solid;
	text-align: left;
	padding: 10px;
}
table.table_button {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	height: 80px;
}
.button {
	display: inline-block;
 *display: inline;
	zoom: 1;
	padding: 6px 20px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
	background-color: #ddd;
	background-image: linear-gradient(top, rgba(255, 255, 255, 1),  rgba(255, 255, 255, 0)),  url(data:image/png;base64,iVBORw0KGg[...]QmCC);
 transition: background-color .2s ease-out;
	background-clip: padding-box; /* Fix bleeding */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),  0 2px 2px -1px rgba(0, 0, 0, .5),  0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
.button:hover {
	background-color: #eee;
	color: #555;
}
.button:active {
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	outline: none;
}
.button + .button {
	margin-left: 30px;
}
p#btn {
	text-align: center;
	margin: 15px;
}
a.btn {
	background: #35800c;
	background: -moz-linear-gradient(top, #71b54c, #71b54c 5%, #3e9a0c 5%, #35800c 95%, #35800c 95%, #345a20);
	background: -webkit-gradient(linear, left top, left bottom, from(#71b54c), color-stop(0.05, #71b54c), color-stop(0.05, #3e9a0c), color-stop(0.95, #35800c), color-stop(0.95, #345a20), to(#345a20));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	padding: 10px;
}
a.btn:hover {
	background: #aaa;
	background: -moz-linear-gradient(top, #ddd, #ddd 5%, #ccc 5%, #aaa 95%, #aaa 95%, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(0.05, #ddd), color-stop(0.05, #ccc), color-stop(0.95, #aaa), color-stop(0.95, #333), to(#333));
	color: #333;
}
