@charset "utf-8";

/*-------------------clear---------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,nav,article,section,aside,menu,footer{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}   
fieldset, img{
	border:0;
}   
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}   
header,nav,article,section,aside,menu,footer,ol, ul{
	list-style:none;
}   
caption,th{
	text-align:left;
}  
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}   
q:before, q:after{
	content:”;   
}   
abbr,acronym{
	border:0;
}  

body {
	font-size:14px;
	color:#333;
	line-height:1.2;
}
p {
	text-align:left;
}
/*-------------------global---------------------*/
.clear {
	clear:both;
}

/*-------------------layout&parts---------------------*/
#outer {
	width:900px;
	margin:0 auto;
}
#header {
	background:url(image/header.jpg) no-repeat top center;
	width:900px;
	height:450px;
	display:block;
	position:relative;
}
#header a {
	display:block;
	width: 900px;
	height: 100px;
	text-indent:-9999px;
}
#header p {
	display:block;
	width: 545px;
	height: 50px;
	position:absolute;
	left:10px;
	top:395px;
	color:#FFF;
	font-size:21px;
	font-weight:bold;	
}

.inner {
	width:860px;
	margin:10px auto;
	padding:0;
	overflow:auto;
	clear:both;
}

#main_img {
	float:left;
}
#main_txt {
	float:left;
	margin-left:20px;
	width:480px;
}
#main_txt p{
	line-height:18px;
	margin-bottom:10px;
}
#main_sub1,#main_sub2 {
	margin-top:15px;
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	width:470px;
	height:31px;
}
#main_sub1 {
	background:url(image/001_sub1.gif) no-repeat top left;
}
#main_sub2 {
	background:url(image/001_sub2.gif) no-repeat top left;
}
#service,#tec {
	text-align:center;
	width:420px;
	float:left;
}
#service img,#tec img {
	margin-bottom:10px;
}
#service {
	float:left;
}
#tec {
	float:right;
}
#service h2,#tec h2 {
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	width:420px;
	height:73px;
}
#service h2 {
	background:url(image/002_1.gif) no-repeat top left;
}
#tec h2 {
	background:url(image/002_2.gif) no-repeat top left;
}
#service ol {
	margin-left:25px;
	margin-bottom:10px;
	text-align:left;
	list-style-type: decimal;
}

/* 価格表 */
#kakaku {
}

#kakaku h2 {
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	width:860px;
	height:31px;
	background:url(image/kakaku.gif) no-repeat top left;
}

#kakaku table {
	margin-left: 80px;
    width: 700px;
    border: 2px #ff9900 solid;
}

#kakaku th {
    background-color: #ffcc33;
    font-weight: bold;
    text-align: center;
    border: 2px #ff9900 solid;
}

#kakaku td {
    text-align: center;
    border: 2px #ff9900 solid;
}

.kakaku_size { width: 25%; }

.kakakus {
    font-weight: bold;
    color: #ff0000;
}

/* 活性剤 */
#kasei {
    text-align: center;
}

#kasei h2 {
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	width:860px;
	height:31px;
	background:url(image/001_sub3.gif) no-repeat top left;
}


#contact {
	background:#f2ffc7;
}
#contact h2 {
	display:block;
	text-indent:-9999px;
	background:url(image/contact_head.gif) no-repeat top left;
	width:860px;
	height:70px;
}
#company_1 {
	width:390px;
	padding-left:40px;
	float:left;
}
#company_1 h3 {
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
}
#company_1 li {
	font-size:16px;
	margin-bottom:2px;
}
.in_list {
	margin-left:25px;
	list-style:disc;
}
#company_2 {
	width:390px;
	float:left;
	margin-top:10px;
}
#company_2 h3 {
	font-size:21px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
#company_2 p {
	padding-left:110px;
	margin-bottom:10px;
	font-size:16px;
}
#contact_foot {
	display:block;
	text-indent:-9999px;
	background:url(image/contact_foot.gif) no-repeat top left;
	width:860px;
	height:17px;
}
#footer {
	text-align:center;
	font-size:80%;
}
#footer img {
	margin:10px auto;