@charset "UTF-8";
@import "http://www.atmark-kobe.com/styles.css";
/*----------------------------
	パン屑
----------------------------*/
#breadcrumb{
	margin:5px 15px;
	padding:0;
}
	#breadcrumb .link,
	#breadcrumb .now{
		list-style:none;
		display:inline;
		font-size:12px;
		color:#006933;
	}
	#breadcrumb .link{
		padding:0 10px 0 5px;
		background:url(./img/breadcrumb_arrow.gif) no-repeat right center;
	}
	#breadcrumb .now{
		padding:0 0 0 5px;
	}
		#breadcrumb .link a,
		#breadcrumb .now a{
			color:#006933;
			text-decoration:none;
		}
		#breadcrumb .link a:hover,
		#breadcrumb .now a:hover{
			border-bottom:1px dotted #006933;
		}
/*----------------------------
	基本
----------------------------*/
#body{
	background:url(./img/body_bg.gif) repeat-y;
	padding-top:0;
	margin-top:5px;
}
/*----------------------------
	サイドバー
----------------------------*/
#sidemenu{
	float:left;
	width:200px;
	margin:0;
	padding:0;
}
	#sidemenu .title{
		height:33px;
		background:url(./img/sidemenu_head.gif) no-repeat;
	}
		#sidemenu dt span{
			display:none;
		}
	#sidemenu .body{
		margin:0;
		padding:0 2px 0 0;
	}
		#sidemenu .body .categories{
			margin:0;
			padding:0;
			list-style:none;
			font-size:12px;
			font-weight:900;
			color:#006933;
		}
			#sidemenu .body .categories .category{
				margin:4px 0 4px 5px;
				padding:0 0 0 13px;
				font-size:12px;
				line-height:16px;
				list-style:none;
				background-repeat:no-repeat;
				background-position:left 2px;
				clear:both;
			}
			#sidemenu .body .categories .category{background-image:url(./img/sidemenu_icon1.gif);}
			#sidemenu .body .categories .category .category{background-image:url(./img/sidemenu_icon3.gif);}
/*			#sidemenu .body .categories .category .category .category{background-image:url(./img/sidemenu_icon3.gif);}*/
				#sidemenu .body .categories .category a{
					color:#006933;
					text-decoration:none;
					font-weight:100;
				}
				#sidemenu .body .categories .category a:hover{
					border-bottom:1px dotted #006933;
				}
#sidemenu .navi{
	margin:0;
	padding:0;
	clear:both;
}
	#sidemenu .navi .link{
		margin:0 4px 0 5px;
		padding:0;
		width:191px;
		height:121px;
		list-style:none;
		background-repeat:no-repeat;
	}
	#sidemenu .navi .charge{background-image:url(./img/sidemenu_navi_charge_off.gif);}
	#sidemenu .navi .area{background-image:url(./img/sidemenu_navi_area_off.gif);}
	#sidemenu .navi .voice{background-image:url(./img/sidemenu_navi_voice_off.gif);}
	#sidemenu .navi .flow{background-image:url(./img/sidemenu_navi_flow_off.gif);}
	#sidemenu .navi .faq{background-image:url(./img/sidemenu_navi_faq_off.gif);}
	#sidemenu .navi .special{background-image:url(./img/sidemenu_navi_special_off.gif);height:149px;}
		#sidemenu .navi .link a{
			display:block;
			height:121px;
			background-repeat:no-repeat;
		}
		#sidemenu .navi .charge a:hover{background-image:url(./img/sidemenu_navi_charge_on.gif);}
		#sidemenu .navi .area:hover{background-image:url(./img/sidemenu_navi_area_on.gif);}
		#sidemenu .navi .voice a:hover{background-image:url(./img/sidemenu_navi_voice_on.gif);}
		#sidemenu .navi .flow a:hover{background-image:url(./img/sidemenu_navi_flow_on.gif);}
		#sidemenu .navi .faq a:hover{background-image:url(./img/sidemenu_navi_faq_on.gif);}
		#sidemenu .navi .special a:hover{background-image:url(./img/sidemenu_navi_special_on.gif);height:149px;}
			#sidemenu .navi .link a span{
				display:none;
			}
/*----------------------------
	記事部分
----------------------------*/
#contents{
	float:right;
	width:640px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:150%;
	color:#333333;
	clear: both;
}
	#contents a img{
		border-style:none;
	}
	#contents .title{
		height:36px;
		width:640px;
		background:url(./img/title_bg.gif) no-repeat;
		overflow:hidden;
		color:#1D2087;
		padding:0 0 0 80px;
		margin:0 0 10px 0;
		line-height:36px;
		font-size:16px;
		font-weight:900;
	}
		#contents .repairtitle{background-image:url(./img/repair_title.gif);}
		#contents .ozonetitle{background-image:url(./img/ozone_title.gif);}
		#contents .companytitle{background-image:url(./img/company_title.gif);}
		#contents .sitemaptitle{background-image:url(./img/sitemap_title.gif);}
		#contents .chargetitle{background-image:url(./img/charge_title.gif);}
		#contents .voicetitle{background-image:url(./img/voice_title.gif);}
		#contents .flowtitle{background-image:url(./img/flow_title.gif);}
		#contents .faqtitle{background-image:url(./img/faq_title.gif);}
		#contents .deodorizingspecialtitle{background-image:url(./img/special_title.gif);}
		#contents .repairtitle span,
		#contents .companytitle span,
		#contents .sitemaptitle span,
		#contents .chargetitle span,
		#contents .voicetitle span,
		#contents .flowtitle span,
		#contents .faqtitle span,
		#contents .deodorizingspecialtitle span,
		#contents .ozonetitle span{
			display:none;
		}
	#contents .text{
		padding:0;
		margin:0 10px;
		font-size:12px;
		line-height:180%;
		clear: both;
	}
		#contents .text ul{
			margin:0;
			padding:0;
		}
			#contents .text ul li{
				margin:0 0 5px 0;
				padding:0 0 0 20px;
				font-size:12px;
				font-weight:20;
				background:url(web_img/icon_tri.gif) no-repeat 0 4px;
				list-style:none;
			}
				#contents .text ul li a{
					color:#333333;
					text-decoration:none;
				}
				#contents .text ul li a:hover{
					color:#999999;
				}
	#contents .subtitle{
		background:url(./img/quad_square.gif) no-repeat left top;
		line-height:14px;
		font-size:12px;
		margin:2px 0px 10px 0px;
		padding:0 0 0 16px;
		color:#008FCC;
	}
		#contents .subtitle a{
			color:#008FCC;
			text-decoration:none;
		}
		#contents .subtitle a:hover{
			clear: both;
			border-bottom:1px dotted #008FCC;
		}
.content:after
{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
	#contents .content{
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		border-bottom:1px dashed #cccccc;
		clear:both;
	}
		#contents .content .more{
			text-align:right;
			margin:0;
			padding:20px 20px 20px 0;
			font-size:12px;
			font-weight:900;
			clear: both;
		}
			#contents .content .more a{
				color:#A4CE4D;
				text-decoration:none;
				background:url(web_img/icon_more.gif) no-repeat left center;
				padding-left:10px;
			}
			#contents .content .more a:hover{
				color:#B5E555;
			}
	#contents .relate{
		margin:0;
		padding:0 0 3px 0;
		background:url(img/tag_foot.gif) no-repeat 0 bottom;
	}
		#contents .relate dt{
			margin:0;
			padding:10px 10px 0px 10px;
			background:url(img/tag_head.gif) no-repeat 0 top;
			color:#333333;
			font-weight:900;
		}
		#contents .relate dd{
			margin:0;
			padding:10px;
			background:url(img/tag_body.gif) repeat-y 0 0;
		}
			#contents .relate dd ul{
				margin:0;
				padding:0;
			}
				#contents .relate dd ul li{
					list-style:none;
					margin:0;
					padding:5px 0px 5px 10px;
					background:url(img/tag_arrow.gif) no-repeat left center;
				}
					#contents .relate dd ul li a{
						color:#199900;
						text-decoration:none;
					}
					#contents .relate dd ul li a:hover{
						border-bottom:1px dotted #199900;
					}
.recruit_tel_ul {
	width:337px;
	margin:10px auto 10px auto;
	list-style:none;
}
	.recruit_tel_ul li {
		width:337px;
		margin:10px auto 10px auto;
	}
/*----------------------------
	お問い合わせフォーム
----------------------------*/
#inq{
	background:url(./img/contentinq_foot.gif) no-repeat left bottom;
	magin:0;
	padding:0 0 10px 0;
	clear: both;
}
	#inq .title{
		margin:0;
		padding:0 0 0 70px;
		height:36px;
		background:url(./img/contentinq_head.gif) no-repeat;
		color:#ffffff;
		font-size:12px;
		line-height:36px;
	}
	#inq .body{
		margin:0;
		padding:0;
		background:url(./img/contentinq_body.gif) repeat-y;
	}
#inq .tels{
	height:191px;
	background:url(./img/contentinq_tel.gif) no-repeat center center;
	margin:0;
	padding:0;
}
	#inq .tels .tel{
		display:none;
	}
#inqbody{
	margin:10px 0 0 0;
	padding:0;
}
	#inqbody .form{
		margin:0;
		padding:0;
	}
		#inqbody .form .item{
			clear:both;
			margin:0 0 25px 20px;
			padding:0;
			list-style:none;
			font-size:12px;
		}
			#inqbody .form .item label{
				display:block;
				width:180px;
				float:left;
				padding-left:15px;
				background:url(./img/contentinq_icon.gif) no-repeat left center;
			}
			#mail_subject,
			#mail_name,
			#mail_tel,
			#mail_mail,
			#mail_address,
			#mail_text{
				width:350px;
				color:#333333;
			}
			#mail_text{
				height:100px;
			}
		#inqbody .form .button{
			text-align:center;
			list-style:none;
		}
			#inqbody .form .button input{
				width:100px;
				height:20px;
				background:url(./img/contentinq_button.gif) no-repeat;
				border-style:none;
			}
		#inqbody .error{
			background:#ffcccc;
			border:1px solid #ff9999;
			text-align:left;
			padding:20px;
			width:500px;
			margin:10px 62px 10px 63px;
		}

/*----------------------------
	会社概要
----------------------------*/
#contents .com{
	width:95%;
	margin:2%;
	border-collapse:collapse;
}
	#contents .com th{
		border-top:1px dashed #B3B3B3;
		border-right:1px solid #B3B3B3;
		border-bottom:1px dashed #B3B3B3;
		border-left-style:none;
		padding:5px 10px 5px 10px;
		font-size:12px;
		font-weight:900;
		color:#0A92C6;
		background:url(./img/company_icon.gif) no-repeat 0 6px;
		vertical-align:top;
		width:150px;
	}
	#contents .com td{
		border-top:1px dashed #B3B3B3;
		border-right-style:none;
		border-bottom:1px dashed #B3B3B3;
		border-left:1px solid #B3B3B3;
		padding:5px 10px 5px 10px;
		font-size:12px;
		line-height:150%;
		color:#666666;
	}
		#contents .com td dl{
			margin:0;
			padding:0;
		}
			#contents .com td dt{
				margin:0;
				padding:0;
			}
			#contents .com td dd{
				margin:0 0 1em 0;
				padding:0;
			}

/*----------------------------
	お問い合わせフォーム
----------------------------*/
#inqpage{
	width:640px;
	margin:0;
	padding:0;
	background:url(./img/inq_foot.gif) no-repeat 0 bottom;
	clear: both;
}
	#inqpage .title{
		background:url(./img/inq_head.gif) no-repeat;
		height:36px;
		margin:0;
		padding:0;
		clear: both;
	}
		#inqpage .title span{
			display:none;
		}
	#inqpage .body{
		background:url(./img/inq_body.gif) repeat-y;
		margin:0;
		padding:15px;
	}
		#inqpage .body .attention{
			font-size:12px;
		}
/*----------------------------
	お問い合わせフォーム
----------------------------*/
#contents .chargelist{
	border-collapse:collapse;
	width:400px;
	clear: both;
}
	#contents .chargelist th{
		border-bottom:1px dashed #B3B3B3;
		color:#666666;
		font-size:12px;
		padding:5px 0px 5px 10px;
		text-align:left;
		background:url(./img/charge_icon.gif) no-repeat left center;
	}
	#contents .chargelist td{
		border-bottom:1px dashed #B3B3B3;
		color:#666666;
		font-size:12px;
		padding:5px 0px 5px 10px;
		text-align:right;
	}
/*----------------------------
	対応エリア
----------------------------*/
#contents .areatitle{
	background:url(./img/area_title.gif) no-repeat left;
	height:36px;
	margin:0 0 10px 0;
	padding:0;
}
	#contents .areatitle span{display:none;}
#contents .areatext{
	height:510px;
	background:url(./img/area_map.gif) no-repeat right bottom;
	font-size:12px;
	color:#333333;
}
	#contents .areas{
		width:635px;
		margin:0;
		padding:0 0 10px 0;
		background:url(./img/servicearea_foot.gif) no-repeat left bottom;
	}
		#contents .areas .title{
			margin:0;
			padding:0;
			height:37px;
			background:url(./img/servicearea_head.gif) no-repeat;
		}
			#contents .areas .title span{
				display:none;
			}
		#contents .areas .body{
			margin:0;
			padding:15px;
			background:url(./img/servicearea_body.gif) repeat-y;
		}
			#contents .areas .body .servicearea{
				border-collapse:collapse;
			}
				#contents .areas .body .servicearea th{
					font-size:12px;
					font-weight:900;
					text-align:left;
					color:#006933;
					padding:5px 0px 5px 10px;
					background:url(./img/area_icon.gif) no-repeat left 7px;
					vertical-align:top;
					width:100px;
					border-top:1px dashed #999999;
					border-right:1px solid #999999;
					border-bottom:1px dashed #999999;
					border-left-style:none;
					
				}
				#contents .areas .body .servicearea td{
					font-size:12px;
					text-align:left;
					padding:5px 5px 0px 5px;
					border-top:1px dashed #999999;
					border-right-style:none;
					border-bottom:1px dashed #999999;
					border-left:1px solid #999999;
					line-height:150%;
					color:#666666;
				}
					#contents .areas .body .servicearea td dl{
						margin:0;
						padding:0;
					}
						#contents .areas .body .servicearea td dl dt{
							margin:0;
							padding:0;
						}
						#contents .areas .body .servicearea td dl dd{
							margin:0;
							padding:0 0 10px 0;
						}
							#contents .areas .body .servicearea td dl ul{
								margin:0;
								padding:0;
							}
								#contents .areas .body .servicearea td dl ul li{
									margin:0;
									padding:0 0 0 10px;
									list-style:none;
									background:url(./img/area_icon2.gif) no-repeat left center;
								}
#sidemenu .categories .kana{
	float:left;
	width:20%;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}

/*----------------------------
	対応エリア
----------------------------*/
#contents .flow{
	margin:0;
	padding:0;
}
	#contents .flow li{
		margin:0;
		padding:15px;
		background-repeat:no-repeat;
		background-position:right top;
		list-style:none;
		font-size:12px;
		line-height:150%;
	}
	#contents .flow li.ask{background-image:url(./img/flow_image1.gif);}
	#contents .flow li.meeting{background-image:url(./img/flow_image2.gif);}
	#contents .flow li.application{background-image:url(./img/flow_image3.gif);}
	#contents .flow li.start{background-image:url(./img/flow_image4.gif);}
	#contents .flow li.finish{background-image:url(./img/flow_image5.gif);}
		#contents .flow li .arrow{
			background:url(./img/flow_arrow.gif) no-repeat left bottom;
			margin:0 0 0 0;
			padding:0 0 50px 0;
		}
		#contents .flow li.ask .arrow{height:150px;}
		#contents .flow li.meeting .arrow{height:81px;}
		#contents .flow li.application .arrow{height:81px;}
		#contents .flow li.start .arrow{height:81px;}
		#contents .flow li.finish .arrow{height:81px;}

/*----------------------------
	サイトマップ
----------------------------*/
#contents .sitemaps{
	margin:0;
	padding:0;
}
	#contents .sitemaps .sitemap{
		float:left;
		width:31%;
		margin:0;
		padding:0 1% 0 1%;
		list-style:none;
	}
		#contents .sitemaps .sitemap ul{
			margin:0;
			padding:0;
		}
		#contents .sitemaps .sitemap ul li{
			margin:4px 0 10px 5px;
			padding:0 0 0 13px;
			font-size:12px;
			line-height:16px;
			list-style:none;
			background-repeat:no-repeat;
			background-position:left 2px;
		}
		#contents .sitemaps .sitemap ul li.category{
			clear:both;
		}
		#contents .sitemaps .sitemap ul li{background-image:url(./img/sitemap_icon1.gif);}
		#contents .sitemaps .sitemap ul li ul li{background-image:url(./img/sitemap_icon2.gif);}
		#contents .sitemaps .sitemap ul li.kana{
			background-image:none;
			margin:0;
			padding:0;
			text-align:center;
			width:20%;
			float:left;
		}
	#contents .sitemaps a{
		color:#006933;
		text-decoration:none;
	}
	#contents .sitemaps a:hover{
		border-bottom:1px dotted #006933;
	}