@import url(common.css);
@import url(textset.css);

/* ---------------------------------------------------------------- *
	ヘッダー部分
 * ---------------------------------------------------------------- */

#header {
	height: 66px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#logo {
	position: absolute;
	left: 5px;
	height: 50px;
	width: 290px;
	top: 3px;
	margin: 0px;
	padding: 0px;
}
#freecall {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 190px;
	position: absolute;
	top: 2px;
	right: 17px;
	display: block;
}


#topnavi {
	list-style-type: none;
	position: absolute;
	right: 10px;
	top: 42px;
	width: 195px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#topnavi li {
	float: left;
}

#topnavi li a {
	float: left;
	line-height: 20px;
	background-color: #999;
	text-align: center;
}

#nav_sitemap a {
	height: 20px;
	width: 100px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#nav_contact a {
	height: 20px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分
 * ---------------------------------------------------------------- */

#top {
	margin: 0px;
	padding: 0px;
}

#nav {
	position: relative;
	height: 20px;
	background-color: #25983a;
	width: 840px;
	margin: 0px;
	text-align: center;
	z-index: 3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

* html #nav {
	width: 878px;
	padding-left: 40px;
}


#nav li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 20px;
}

#nav a {
	display: block;
}

#nav ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#nav li a:hover {
	background-color: #999;
}

#nav ul li a {
	background-image: url(../img/bg_nav.png);
	background-repeat: x-repeat;
	font-weight: normal;
}

#nav ul li a:hover {
	background-color: #333;
	color: #999;
}

#nav ul li {
	float: none;
}

#sales {
	display: block;
	height: 20px;
	width: 157px;
}

#sales ul li a {
	display: block;
	width: 157px;
}

#pro {
	width: 147px;
}

#pro ul li a {
	width: 147px;
}

#terminix {
	width: 170px;
}

#homeinsted {
	width: 240px
}

#homeinsted ul li a {
	display: block;
	width: 240px;
}

#other {
	width: 90px;
}


/* ---------------------------------------------------------------- *
	コンテンツ部分
 * ---------------------------------------------------------------- */

#inside {
	margin: 0px;
	height: 100%;
	padding: 0px 0px 20px 0px;
}

.contents {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#flash {
	padding-top: 10px;
	margin: 0px;
	width: 860px;
	z-index: -2;
}

/* ---------------------------------------------------------------- *
	新着情報
 * ---------------------------------------------------------------- */

#news {
	width: 600px;
	height: 195px;
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#news h1 {
	height: 25px;
	width: 600px;
	margin: 0px;
	background-color: #5cc4e8;
	padding: 0px;
	line-height: 25px;
	text-indent: 10px;
}

#news dl {
	width: 600px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#news dt {
	float: left;
	width: 70px;
}

#news dd {
	width: 390px;
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------- *
	TOPページバナー部分
 * ---------------------------------------------------------------- */

#adbanner {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#adbanner li {
	float: left;
	height: 60px;
	width: 430px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#banner {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 234px;
	padding: 0px;
	float: right;
	height: 195px;
}

#banner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#banner ul li {
	display: block;
	float: left;
	height: 60px;
	width: 234px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------- *
	第2階層部分
 * ---------------------------------------------------------------- */

#second_div{
	padding-top: 20px;
	padding-left: 410px;
	width: 870px;
}

#sideimage {
	height: 100%;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 20px;
}

#item {
	width: 460px;
	min-height: 500px;
}

#item h1 {
	background-color: #5cc4e8;
	width: 440px;
	display: block;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#item .pro_clean {
	background-color: #F33;
}

#item .terminix {
	background-color: #336;
}

#item .homeinstead {
	background-color: #F9F;
}

#item .splash {
	background-color:#39F
}

#item .bedclothe {
	background-color:#66F;
	margin-top: 40px;
}

#item h2 {
	width: 400px;
	padding: 0px;
	height: 15px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.item_in {
	min-height: 105px;
}

.item_in2 {
	min-height: 145px;
}

.item_in ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 395px;
}

.item_in2 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 395px;
}

ul .item_photo {
	padding: 0px;
	float: left;
	height: 100%;
	width: 78px;
	margin-right: 5px;
}

ul .item_photo2 {
	padding: 0px;
	float: left;
	height: 100%;
	width: 150px;
	margin-right: 5px;
}

.price a {
	line-height: 20px;
	background-color: #F93;
	text-align: center;
	display: block;
	height: 20px;
	width: 40px;
	position: absolute;
	top: -32px;
	right: 120px;
}

.price a:hover{
	background-color: #CCC;
}

.contact a {
	line-height: 20px;
	background-color: #25983a;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	position: absolute;
	top: -32px;
	right: 50px;
}

.contact a:hover{
	background-color: #CCC;
}


.clean_price a {
	line-height: 20px;
	background-color: #F93;
	text-align: center;
	display: block;
	height: 20px;
	width: 40px;
	position: absolute;
	right: 95px;
}

.clean_price a:hover{
	background-color: #CCC;
}

.clean_contact a {
	line-height: 20px;
	background-color: #25983a;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	position: absolute;
	right: 25px;
}

.clean_contact a:hover{
	background-color: #CCC;
}

.item_in .caption {
	width: 410px;
	padding-left: 10px;
}

.item_in .dis {
	width: 410px;
	padding-left: 15px;
}

.item_in .dis_terminix {
	width: 400px;
	padding-left: 20px;
	padding-bottom: 25px;
}
.clean_filter {
	margin: 0px;
	width: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



/* ---------------------------------------------------------------- *
	上へリンク
 * ---------------------------------------------------------------- */

.up a {
	line-height: 20px;
	background-color: #000;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	border: 1px solid #000;
	float: right;
}

.up a:hover{
	background-color: #FFF;
}

/* ---------------------------------------------------------------- *
	サイトマップ　リンクページ　プライバシーポリシー部分
 * ---------------------------------------------------------------- */

#other_div{
	padding-top: 20px;
	width: 870px;
	padding-left: 30px;
}
#sitemap {
	width: 400px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 600px;
}

#sitemap2 {
	width: 400px;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

.cate_l {
	background-color: #666;
	width: 300px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 10px;
}

.cate_s {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.cate_s2 {
	width: 300px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-bottom: 10px;
	background-color: #CCC;
}

.links {
	clear: both;
	padding: 0px;
	height: 175px;
	margin: 0px;
}

.links dt {
	display: block;
	height: 153px;
	width: 153px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.links .sitename {
	margin-bottom: 5px;
}
.links .staff {
	padding-top: 15px;
	padding-bottom: 5px;
}
.links .fun {
	width: 500px;
}


#privacy {
	width: 750px;
	padding: 0px;
	margin: 0px;
}
#privacy dt {
	background-color: #666;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}






/* ---------------------------------------------------------------- *
	フッター部分
 * ---------------------------------------------------------------- */

#footercontent {
	width: 878px;
	clear: both;
	height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#footercontent ul {
	list-style-type: none;
	width: 340px;
	position: absolute;
	height: 20px;
	background-color: #999;
	top: 6px;
	left: 10px;
	margin: 0px;
	padding: 0px;
}

#footercontent ul li {
	float: left;
}

#footercontent ul li a {
	float: left;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul .foot_c a {
	width: 70px;
}
ul .foot_s a {
	width: 80px;
}

ul .foot_l a {
	width: 60px;
}
ul .foot_p a {
	width: 120px;
}


#footer address {
	position: absolute;
	right: 10px;
	bottom: 13px;
}

