@charset "Shift_JIS";

/**************************/
/*        基本設定        */
/**************************/

/* CSSのリセット */

@charset "UTF-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
/* For IE issue
*:first-child+html * {
	font-family: "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0;
}
* html * {
	font-family: "メイリオ", Meiryo, sans-serif;
} */
textarea {
	overflow: auto;
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}

/* For Firefox issue */
html {
	overflow: -moz-scrollbars-vertical;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/* フォントサイズ */

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

table {
	font-size:inherit;
	font:100%;
}


/* 基本設定 */

body {
	background:#F5EBD0 url(images/background.gif);
	line-height: 1.5;
	text-align: center;
	color: #666;
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
}

a {
	overflow: hidden;
}

a:hover {
	color: #7D7872;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border: none;
	border-collapse: collapse;

}

strong {
	color: #c66;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #779A35;
}

li {
	list-style: none;
}
#pagetop-sp{
	display: none;
}
.sp-none-h{
	display: none;
}
.sp-none-p{
	display: none;	
}
.sp-title{
	display: none;
}
.hakubishin #point-sp{
	display: none;
}
/**************************/
/* 共通設定（クラス・id） */
/**************************/

/* 位置調整 */

.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}
.left { text-align: left;}
.center { text-align: center; }
.right { text-align: right;}

.margin {
	margin-bottom: 20px;
}


/* 回り込み */

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.leftbox {
	float: left;
	margin: 0 10px 20px 0;
}

.rightbox {
	float: right;
	margin: 0 0 20px 10px;
}

.clear {
	clear: both;
}

/* テキスト制御 */

.bold {
	font-weight: bold;
}

.large {
	font-size: 110%;
}

.small {
	font-size: 80%;
	letter-spacing: 0;
}

.normal {
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

.red { color: #984457; }
.blue {	color: #5A82A0; }
.green { color: #8BA954; }
.orange { color: #EE7D0D; }
.brown {color: #7B090C; }


/***************************
         container
***************************/

#container {
	width: 850px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	background: url(images/container-bg.jpg) repeat-y;
	text-align: left;
	zoom: 1;
}


/***************************
           header
***************************/


#header {
	background: url(images/header.png) no-repeat;
	height: 106px;
	position: relative;
}


/* キャッチコピー */

#header h1,
#header h2,
#header h4,
#header h5{
	position: absolute;
	left: -9999px;
}


/* ロゴ */

#header h3 {
	position: absolute;
	left: 12px;
	top: 27px;
	width: 50%;
}

#header h3 a {
	display: block;
	width: 298px;
	height: 37px;
	text-indent: -9999px;
}


/* アシストナビ */

#header ul {
	position: absolute;
	left: 336px;
	top: 73px;
}

#header ul li {
	float: left;
	display: inline;
	margin-left: 3px;
}
#header ul li#h4 {
	position: absolute;
	left: 401px;
	top: -59px;
}

#header ul li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
}
#header ul li#h1 a { width: 65px; }
#header ul li#h2 a { width: 129px; }
#header ul li#h3 a { width: 81px; }
#header ul li#h4 a { width: 97px; height: 45px; }

#header ul li#h1 a:hover { background: url(images/header.gif) no-repeat -339px -121px; }
#header ul li#h2 a:hover { background: url(images/header.gif) no-repeat -407px -121px; }
#header ul li#h3 a:hover { background: url(images/header.gif) no-repeat -539px -121px; }

#company #header ul li#h1 { background: url(images/header.gif) no-repeat -339px -121px; }
#privacy #header ul li#h2 { background: url(images/header.gif) no-repeat -407px -121px; }
#sitemap #header ul li#h3 { background: url(images/header.gif) no-repeat -539px -121px; }


/* サイト内検索 */

#header form {
	position: absolute;
	left: 626px;
	top: 78px;
}

#searchbox {
		width: 130px;
		vertical-align: top;
}


/***************************
           g-navi
***************************/

#g-navi {
	height: 46px;
	background: url(images/navi.gif) no-repeat;
}

#g-navi ul {
}

#g-navi ul li {
	float: left;
}

#g-navi ul li a {
	display: block;
	width: 111px;
	height: 46px;
	text-indent: -9999px;
}
#g-navi ul li#g8 a { width: 73px; }

#g-navi ul li#g1 a:hover { background: url(images/navi.gif) no-repeat    0px -46px; }
#g-navi ul li#g2 a:hover { background: url(images/navi.gif) no-repeat -111px -46px; }
#g-navi ul li#g3 a:hover { background: url(images/navi.gif) no-repeat -222px -46px; }
#g-navi ul li#g4 a:hover { background: url(images/navi.gif) no-repeat -333px -46px; }
#g-navi ul li#g5 a:hover { background: url(images/navi.gif) no-repeat -444px -46px; }
#g-navi ul li#g6 a:hover { background: url(images/navi.gif) no-repeat -555px -46px; }
#g-navi ul li#g7 a:hover { background: url(images/navi.gif) no-repeat -666px -46px; }
#g-navi ul li#g8 a:hover { background: url(images/navi.gif) no-repeat -777px -46px; }

#home     #g-navi ul li#g1 { background: url(images/navi.gif) no-repeat    0px -92px; }
#ipm      #g-navi ul li#g2 { background: url(images/navi.gif) no-repeat -111px -92px; }
#policy   #g-navi ul li#g3 { background: url(images/navi.gif) no-repeat -222px -92px; }
#service  #g-navi ul li#g4 { background: url(images/navi.gif) no-repeat -333px -92px; }
#flow     #g-navi ul li#g5 { background: url(images/navi.gif) no-repeat -444px -92px; }
#case     #g-navi ul li#g6 { background: url(images/navi.gif) no-repeat -555px -92px; }
#database #g-navi ul li#g7 { background: url(images/navi.gif) no-repeat -666px -92px; }
#recruit  #g-navi ul li#g8 { background: url(images/navi.gif) no-repeat -777px -92px; }



/***************************
           image
***************************/

#image {
	height: 316px;
	background: url(images/top_img.jpg) no-repeat;
}

#image-sp{
	display: none;
}

/***************************
           contentF
***************************/

#content {
	position: relative;
	float: right;
	display: inline;
	width: 580px;
	margin: 17px 20px 40px;
	padding: 20px 9px 9px;
	border: solid 1px #d6d6d6;
	background: #FEFCF6 url(images/topicpath-bg.gif) no-repeat;
	zoom: 1;
	background-color: #FEFCF6;
}

#content-inner {
	padding: 15px 19px 100px;
	border: solid 1px #d6d6d6;
	background:#fff;
	min-height: 510px;
	height: auto !important;
	height: 510px;
	zoom: 1;
}

#content h2 {
	margin-bottom: 15px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #A4CF51;
	background: url(images/arrow.gif) no-repeat left 40%;
	color: #8BA954;
	font-size: 115%;
}
#content h2 a {
	color: #8BA954;
}

#content h3 {
	margin-bottom: 15px;
	padding: 2px 0 0 23px;
	background: url(images/title_bg.gif) no-repeat;
	line-height: 29px;
	vertical-align: middle;
}

#content h4 {
	margin-bottom: 10px;
	font-size: 105%;
}

#content h5 {
	margin-bottom: 5px;
	color: #EE7D0D;
}

#content p {
	margin-bottom: 20px;
}
#content p.margin {
	margin-bottom: 30px;
}


#content ul {
}

#content li {
}

#content hr {
	border-bottom: solid 1px #BBB5B0;
	margin: 10px 0;
	color: #fff;
}


#content blockquote {
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #d6d6d6;
	background: #F6F5F3;
}

#content blockquote h3 {
	border-bottom: solid 1px #d6d6d6;
	margin-bottom: 15px;
	padding: 0 0 10px;
	background: none;
	color: #000;
	font-size: 105%;
	line-height: inherit;
}


/* キャッチコピー */

#content p#catch {
	font-weight: bold;
	font-size: 105%;
}


/* ボックス */

.box {
	margin-bottom: 20px;
	padding: 10px 15px 15px;
	border: solid 1px #d6d6d6;
	background: #FEFCF6;
	zoom: 1;
}
.box.margin {
	margin-bottom: 30px;
}

#content .box h3 {
	margin-bottom: 5px;
	padding: 0;
	background: none;
	color: #8BA954;
	font-size: 105%;
	line-height: inherit;
}

#content .box h4 {
	margin: 10px 0 0;
	font-size: 90%;
}

#content .box h5 {
	margin: 0;
	font-size: 90%;
	font-weight: normal;
}

#content .box p {
	margin-bottom: 5px;
}

.box dt {
	padding-left: 15px;
	background: url(images/square-green.gif) no-repeat 0 0.4em;
	color: #6F542F;
	font-weight: bold;
}

.box dd {
	padding-left: 15px;
}

.box li {
	padding-left: 15px;
	background: url(images/square-green.gif) no-repeat 0 0.4em;
	color: #6F542F;
}


/* リストボックス */

.listbox li {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #a4cf51;
	background: url(images/square-green.gif) no-repeat 0 0.4em;
	color: #6F542F;
}
	.listbox li.last {
		border: none;
	}


/* 写真ボックス */

.pic {
	margin-bottom: 30px;
}

.pic li {
	color: #8BA954;
}

/* パンくずリスト */

#topicpath {
	margin: 0 0 5px 5px;
}

#topicpath li {
	display: inline;
	color: #09f;
	font-size: 80%;
}

#topicpath a {
	padding-right: 13px;
	background: url(images/topicpath.gif) no-repeat right 45%;
	color: #99A58A;
	text-decoration: none;
}

#topicpath a:hover {
	text-decoration: underline;
}


/* ページスイッチ */

ul#switch {
	clear: both;
	position: relative;
	width: 450px;
	margin: 15px auto 0;
	height: 19px;
	text-align: center;
}

ul#switch li#l{
	position: absolute;
	left: 0;
}

ul#switch li#m {
	text-align: center;
}

ul#switch li#r {
	position: absolute;
	right: 0;
}


/* 虫の相談・お問い合わせ */

#content #contact {
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 540px;
	padding-top: 10px;
	border-top: solid 1px #A4CF51;
}

#top-contact{
	display:none;
}
/* ページトップへ */

div.pagetop {
	clear: both;
	margin: 15px 0 10px;
	text-align: right;
}

div.pagetop a {
	text-decoration: none;
}

div.pagetop a:hover {
	text-decoration: underline;
}


/***************************
            side
***************************/

#side {
	position: relative;
	float: right;
	width: 188px;
	margin: 10px 0 20px;
	border: solid 1px #D6D6D6;
	background: url(images/side-bg.gif);
	zoom: 1;
}

#side h2 {
	position: relative;
	left: -1px;
	top: -1px;
	margin: 0 -2px 7px 0;
}

#side h3 {
	margin: 0 6px 5px;
}

#side h4 {
	margin: -3px 9px 3px;
	color: #c60;
	font-size: 16px;
}

#side ul {
	margin: 0 6px 10px;
}

#side ul li {
	position: relative;
	float: left;
	margin-bottom: 2px;
	border: solid 1px #d6d6d6;
	border-bottom: solid 1px #BF7820;
	font-size: 90%;
	zoom: 1;
}
#side ul#s-navi2 li { border-bottom: solid 1px #4C8998; }
#side ul#s-navi3 li { border-bottom: solid 1px #614826; }

#side ul li a {
	display: block;
	width: 142px;
	padding: 0 0 0 30px;
	border: solid 1px #fff;
	background: url(images/side-navi-bg.gif) no-repeat left center;
	color: #333;
	font-weight: bold;
	line-height: 31px;
	text-decoration: none;
}

#side ul li a:hover {
	background: url(images/side-navi-bg.gif) no-repeat -173px center;
}


/*
#side ul li a span {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 28px;
	height: 28px;
}
#side ul li#s11 a span {	background: url(images/icon-shiroari.gif) no-repeat; }
#side ul li#s12 a span {	background: url(images/icon-nezumi.gif) no-repeat; }
#side ul li#s13 a span {	background: url(images/icon-gokiburi.gif) no-repeat; }
#side ul li#s14 a span {	background: url(images/icon-suzumebachi.gif) no-repeat; }
#side ul li#s15 a span {	background: url(images/icon-hae.gif) no-repeat; }
#side ul li#s16 a span {	background: url(images/icon-hato.gif) no-repeat; }
#side ul li#s17 a span {	background: url(images/icon-dani.gif) no-repeat; }
*/

.shiroari   #side ul li#s11 a,
.gokiburi   #side ul li#s12 a,
.hachi      #side ul li#s13 a,
.hae        #side ul li#s14 a,
.dani       #side ul li#s15 a,
.shirami    #side ul li#s16 a,
.kemushi    #side ul li#s17 a,

.nezumi     #side ul li#s21 a,
.hato       #side ul li#s22 a,
.bat        #side ul li#s23 a,
.hakubishin #side ul li#s24 a,

.influenza  #side ul li#s31 a,
.kouteieki  #side ul li#s32 a,

.environ    #side ul li#s41 a,

.sanitary   #side ul li#s51 a,
.sanitary   #side ul li#s52 a,
.sanitary   #side ul li#s53 a {
	background: url(images/side-navi-bg.gif) no-repeat -173px center;
}




/* 建物別対応サービス */

#s-bldg {
	margin: 12px 6px 5px;
	border: solid 1px #d6d6d6;
	background: #fff;
}

#s-bldg h4 {
	position: relative;
	left: -1px;
	top: -4px;
	margin: 0 -2px 7px 0;
	padding: 0;
}

#s-bldg p {
	margin: 0 0 5px 8px;
	font-size: 75%;
}

#s-bldg ul {
	margin: 0;
}

#s-bldg ul li {
	border: none;
	margin: 0;
}

#s-bldg ul li a {
	display: inherit;
	width: 58px;
	padding: 0;
	border: none;
	background: none;
	line-height: inherit;
}
#s-bldg ul li a:hover {
	background: none;
}

/***************************
           f-navi
***************************/

#f-navi {
	clear: both;
	position: relative;
	padding: 3px 0;
	border-bottom: solid 1px #CEC0A1;
	background: #E0DAD1 url(images/footer-bg.jpg);
	text-align: center;
}

#f-navi ul {
	font-size: 90%;
}

#f-navi ul li {
	display: inline;
	color: #666;
	font-size: 80%;
}

#f-navi ul li a {
	position: relative;
	top: 1px;
	padding: 1px 6px 1px 3px;
	color: #666;
	font-size: 110%;
	text-decoration: none;
}

#f-navi ul li a:hover {
	text-decoration: underline;
}


#f-navi ul li#pagetop {
	position: absolute;
	right: 13px;
	top: -32px;
}


/***************************
           footer
***************************/

#footer {
	padding: 4px 10px;
	background: #7AB110;
}

#footer h2 {
	float: left;
	margin-right: 1em;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
}

#footer address {
	float: left;
	color: #fff;
	font-size: 80%;
	font-style: normal;
}

#footer p {
	margin-top: 1px;
	color: #fff;
	font-size: 70%;
	text-align: right;
}






/**************************/
/*         ハック         */
/**************************/

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}


ul {
    zoom:1;/*for IE 5.5-7*/
}
ul:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
