@charset "shift_jis";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#000;
	font-size:15px;
	line-height:2;
	/* font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif; */
	/* 中央あわせ */
	text-align:center;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }/*グーグルのフリーフォント*/

h1,h2,h3,h4,h5,h6,ul,ol,th,td,table,p,address,hr,form,input,div {
	margin:0;
	padding:0;
}

img {
	border:0;
}

ul,ol,li {
	list-style:none;
}

hr {
	display:none;
}

address {
	font-style:normal;
}

a {
	overflow:hidden;
	text-decoration:none;
	color:#333;
}


/* 文字サイズ */


/* 太文字 */


/* 文字色 */


/* 行間 */
.lh26 {
	line-height:2.6em;/*ご挨拶用*/
}

/* 空きサイズ */
.mgB40 {
	margin-bottom:40px;
}

.mgT20 {
	margin-top:20px;
}


/* レイアウト ---------------------------------------------------*/
#wrapper {
	width:1000px;
	/* 中央あわせ */
	margin:0 auto;
	text-align:left;
}


/*--header-----------------------------------------*/

#header {
	/* 中央あわせ */
	margin:0 auto;
	text-align:left;
	height:50px;
}

.c_name {
	width:220px;
	height:30px;
	background:url(img/img_logo.png) 0 0 no-repeat;
	text-indent:-9999px;
	display:block;
	margin-top:40px;
}


/*--main-------------------------------------------*/

#main {
	width:1000px;
	background: url(img/img_bg.png) 0 0 repeat-y;

}


/*----clm_L-----------------------------------*/

#clm_L {
	float:left;
	width:220px;
	padding-right:80px;
}


#menu {
	width:220px;
	background-color:#FFF;
	padding-bottom:7px;
}

#menu li {
	width:220px;
	height:40px;
	margin-bottom:8px;
	background-color:#D7DCD7;
	line-height:1em;
}

#menu li.menuOn {
	background-color:#E6EDCC;
}

#menu li a {
	width:220px;
	height:40px;
	display:block;
}

#menu li a:hover {
	background-color:#E6EDCC;
}

#menu li a p {
	font-size:1.25em;
	border-left:#007936 8px solid;
	margin:8px 0 8px 20px;
	padding-left:12px;
	height:24px;
	line-height:1.2em;
}
			  
#residence {
	font-size:.85em;
	padding:12px;
	background-color:#EAEDEA;
	line-height:1.4em;
	height:inherit;
}


/*----clm_R-----------------------------------*/

#clm_R {
	float:right;
	width:700px;
	border-top:#007936 5px solid;
	margin-bottom:150px;
}

/*----Home-------------------*/

/*スライドショーここから*/
/*#container {
	width: 100%;
	text-align: center;
	position:relative;
	margin-bottom:30px;
}*/

/*#imgTxt {
	position:absolute;
	top:197px;
	left:17px;
	z-index:500;
}*/

.viewer {
	margin: 50px auto 0;
	width: 700px;
	height: 335px;
	/*text-align: left;*/
	overflow: hidden;
}

.viewer ul {
	width: 700px;
	height: 335px;
	/*text-align: left;*/
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 700px;
	height: 335px;
	display: none;
	position: absolute;
}
/*スライドショーここまで*/


/*----下層ページ共通---------*/
h1 {
	font-size:32px;
	font-weight:normal;
	color:#007936;
	line-height:1em;
	margin:20px 0 50px 0;
}

h2 {
	font-size:1.25em;
	line-height:1em;
	padding:7px 0 7px 10px;
	margin-bottom:20px;
	background-color:#E6EDCC;
}

h3 {
	font-size:1em;
	line-height:1em;
	padding:5px 0;
	margin-bottom:5px;
	background-color:#EAEDEA;
	font-weight:normal;
}
/*----message----------------*/


/*----aboutus----------------*/
.aboutus01 th p {
	margin:0 10px 10px 0;
	background-color:#EAEDEA;
	padding-left:10px;
}

.aboutus01 td p {
	margin:0 0 10px 10px;
}

/*----business----------------*/
.business01 {
	font-size:1.3em;
	margin-bottom:40px;
}

.business02 img {
	margin:0 25px 40px 0;
}

.business02 p {
	margin-bottom:40px;
}

.business02 p.mgB10 {
	margin-bottom:10px;
}

/*----product----------------*/
.product01 {
	margin-bottom:40px;
}

.product01 h3 {
	text-align:center;
}



/*--footer-----------------------------------------*/

#footer {
	width:1000px;
	height:30px;
	margin:0 auto;
	background-color:#007936;
}

/*--totop--*/
.totop {
	float:right;
	font-size:90%;
	margin-bottom:10px;
}

.totop a {
	color:#007936;
	text-decoration:none;
	font-weight:bold;
}

.totop a:hover {
	color:#4DA173;

}

/* その他設定 */

/* その他
---------------------------------------------------- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

.clr{ clear:both;}

.left{ float:left;}

.right{ float:right;}