*{
	margin:0;
	padding:0;
}
html{
	overflow: scroll;
}
body{
	text-align:center;
	font-size:80%;
	color: #444;
	line-height: 1.4;
	background: #E2F2FC;
}
li{
	list-style: none;
}
a{
	color:#37ACD9;
}
a:visited{
	color:#9783F5;
}
a:hover{
	color: #61C649;
}
#container{
	margin:0 auto;
	text-align: left;
	width:800px;
	background:#fff;
	position: relative;
	padding: 180px 0 0;
}

/*#header
================================*/
#header{
	width:760px;
	height:180px;
	position: absolute;
	top: 0;
	left: 20px;
}
#header h1{
	width:250px;
	height: 70px;
	background:url(../images/h1.png) no-repeat 0 20px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #999;
	margin-bottom:10px;
}
#header h1 a{
	display: block;
	width:250px;
	height: 70px;
	color: #999;
	text-decoration: none;
}
#header p{
	position: absolute;
	top: 20px;
	left: 250px;
	width: 510px;
}
#header h2{
	width: 760px;
	height:65px;
	margin:0 0 5px;
	background: url(../images/title.png) no-repeat 0 -405px;
	text-indent: -5000px;
}

#mainMenu{
	width: 750px;
	height:20px;
	margin: 5px 5px 5px;
}
#mainMenu li{
	width: 125px;
	height: 20px;
	float: left;
	position: relative;
	overflow:hidden;
}
#mainMenu a{
	display: block;
	width: 125px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
	background: url(../images/menu.png) no-repeat;
}
#b1 a{background-position: 0px 0px;}
#b2 a{background-position: -125px 0px;}
#b3 a{background-position: -250px 0px;}
#b4 a{background-position: -375px 0px;}
#b5 a{background-position: -500px 0px;}
#b6 a{background-position: -625px 0px;}

#b1 a:hover{background-position: 0px -20px;}
#b2 a:hover{background-position: -125px -20px;}
#b3 a:hover{background-position: -250px -20px;}
#b4 a:hover{background-position: -375px -20px;}
#b5 a:hover{background-position: -500px -20px;}
#b6 a:hover{background-position: -625px -20px;}

.sales-promotion #container #b1 a{background-position: 0px -40px;}
.label #container #b2 a{background-position: -125px -40px;}
.package #container #b3 a{background-position: -250px -40px;}
.design #container #b4 a{background-position: -375px -40px;}
.sanitary #container #b5 a{background-position: -500px -40px;}
.setup #container #b6 a{background-position: -625px -40px;}


#supportMenu{
	width: 750px;
	text-align:right;
	position:absolute;
	top: 60px;
	right:0px;
}
#supportMenu li{
	display: inline;
	border-left: 1px #999 solid;
	padding:0 5px;
}
#supportMenu .nb{
	border: none;
}
#pan{
	padding: 0;
	margin: 0;
	position:absolute;
	top: 190px;
	right:0px;
	text-align: right;
}



/*#contents
================================*/
#contents{
	width: 780px;
	margin: 0 0 40px 20px;
}

#contents h1{
	width: 760px;
	height: 100px;
	position: relative;
	overflow:hidden;
}
#contents h1 strong{
	display: block;
	width: 760px;
	height: 100px;
	position: absolute;
	top:0;left:0;
	text-indent: -5000px;
	background: url(../images/title2.png) no-repeat;
}
.sales-promotion #contents h1 strong{background-position:0px 0px;}
.label #contents h1 strong{background-position:0px -100px;}
.package #contents h1 strong{background-position:0px -200px;}
.design #contents h1 strong{background-position:0px -300px;}
.sanitary #contents h1 strong{background-position:0px -400px;}
.sanitaryCate #contents h1 strong{background-position:0px -400px;}
.setup #contents h1 strong{background-position:0px -500px;}

.summary{
	margin: 10px 20px 20px 10px;
}

.box{
	width: 180px;
	height: 74px;
	float: left;
	margin: 13px 13px 0 0px;
	background: url(../images/label.png) no-repeat;
	position:relative;
}
.box h2{
	font-size: 14px;
	color:#38ACD9;
	margin: 5px 0 0 20px;
}
.box p{
	font-size:12px;
	line-height: 1.2;
	margin:0 3px 0 5px;
}
.box em{
	display: block;
	width: 60px;
	height: 17px;
	position: absolute;
	top: 56px;left:119px;
	overflow: hidden;
}
.box em a{
	display: block;
	width: 60px;
	height: 17px;
	position: absolute;
	top: 0;left:0;
	text-indent:-5000px;
	background: url(../images/menu.png) no-repeat -750px 0;
}
.box em a:hover{
	background-position: -750px -20px;
}

#inqBox{
	clear: both;
	width: 758px;
	margin: 0 20px 20px;
	border:1px #A8DBEE solid;
	position: relative;
}
#inqBox p{
	padding: 10px 230px 10px 20px;
	line-height:1.8;
}

#inqBox a{
	display:block;
	width: 180px;
	height: 64px;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url(../images/label.png) no-repeat -180px 0;
	text-indent:-5000px;
}
#inqBox a:hover{
	background-position: -360px 0;
}


/*#footer
================================*/

#footer{
	width: 760px;
	margin: 0 20px;
	background:url(../images/title.png) no-repeat 0 -470px;
	padding: 30px 0 20px;
	clear: both;
}
#footer address{
	text-align: center;
	font-style: normal;
}






/*#form1
================================*/
#form1{
	width: 300px;
	position: absolute;
	background: #fff;
	border: 1px #999 solid;
	display: none;
	z-index:1;
}
#form1 h2{
	background: #38ACD9;
	color: #fff;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
.red{
	color: #c00;
}
#form1 dl{
	text-align: left;
	line-height:1;
}
#form1 dt{
	text-indent:10px;
	width: 100px;
	padding: 0.5em 0;
}
#form1 dd{
	margin-top:-2em;
	padding:0.5em 5px 0.5em 105px;
	border-bottom: 1px #999 dashed;
}
#form1 input.text{
	width: 180px;
}
#form1 #formItem{
	line-height: 2em;
}
label{
	padding: 0 20px 0 3px;
}


#form1 textarea{
	width: 90%;
	height:80px;
}
#form1 p{
	padding: 10px;
}
#form1 .closeBtn{
	width: 28px;
	height: 17px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url(../images/menu.png) no-repeat -750px -40px;
	cursor: pointer;
}
#form1 .closeBtn:hover{
	background-position: -778px -40px;
}

#form1 #kojin{
	text-align:center;
	margin:0 0 -15px;
}
#form1 #kojin span{
	color:#38acd9;
	cursor:pointer;
	text-decoration:underline;
	padding-bottom:10px;
}



#contents:after,
.saniBox:after,
.saniCateBox:after,{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

#contents,
.saniBox,
.saniCateBox{
	display:inline-block;
	min-height:1%;
}

/* \*/
* html #contents,
* html .saniBox,
* html .saniCateBox{height: 1%;}
#contents,
.saniBox,
.saniCateBox{display: block;}
/* */





/*================================
company.html
================================*/

.company #contents h1 strong{background-position:0px -645px;}

.company #contents h1{
	height: 45px;
}
.company #contents h1 strong{
	height: 45px;
}
.company #pan{
	top: 175px;
}

.company #conL{
	width:290px;
	float: left;
}
.company #contents h2{
	border-left: 7px #38ACD9 solid;
	margin: 20px 0 10px 0;
	padding-left: 5px;
	font-size:140%;
}
.company #conL p.summary{
	margin:0;
	line-height: 1.7;
}

.company #conR{
	width:470px;
	float: right;
}
.company #contents #conR dl{
	width: 450px;
}

.company #contents dt{
	width:120px;
	padding: 0.5em 0;
	margin: 0;
	text-indent:10px;
	float:left;
}
.company #contents #conL dt{
	width: 100px;
}
.company #contents #conL dd{
	padding:0.5em 0 0.5em 105px;
}
.company #contents dd{
	padding:0.5em 0 0.5em 125px;
	margin: 0 0 10px 0;
	background: #eee;
}
.company #contents dd strong{
	display: block;
}
.company #contents .strong2{
	margin: 5px 10px 0 0;
	padding-top: 5px;
	border-top: 1px #fff solid;
}
.company #conR p img{
	display: block;
	margin-left:330px;
}


/*================================
form.html
================================*/

.form #contents h1 strong{background-position:0px -600px;}

.form #contents h1{
	height: 45px;
}
.form #contents h1 strong{
	height: 45px;
}
.form #pan{
	top: 175px;
}

.form #conR{
	width:330px;
	float: right;
}
.form #contents h2{
	border-left: 7px #38ACD9 solid;
	margin: 20px 0 10px 0;
	padding-left: 5px;
	font-size:140%;
}
.form #conR ul{
	width: 310px;
}
.form #conR li{
	padding: 0 0 20px 20px;
}
.form #conR li strong{
	display: block;
	margin-left: -1.5em;
}
.form #form2{
	border: 1px #ccc dotted;
}
.form #conL{
	width:410px;
	float: left;
}

.form #contents dl{
	width: 388px;
	margin: 10px;
}
.form #contents dt{
	width:120px;
	padding: 0.5em 0;
	margin: 0;
	text-indent:10px;
	float:left;
}
.form #contents dd{
	padding:0.5em 0 0.5em 125px;
	margin: 0 0 20px 0;
	background: #eee;
}
.form #contents dd span{
	display: block;
	color: #888;
}
.form input{
	width: 250px;
}
.form textarea{
	width: 250px;
}
.form #form2 p{
	padding:0 10px 10px;
	text-align: center;
}


/*================================
privacy.html
================================*/
.privacy #contents h1 strong{background-position:0px -690px;}
.privacy #pan{
	top: 175px;
}
.privacy #h2Top{
	margin: -40px 50px 20px 35px;
	font-size:140%;
}
.privacy .summary{
	background:#eee;
	padding: 10px;
	margin: -20px 50px 20px 30px;
}
.privacy ol{
	margin: 40px 50px 40px 30px;
}
.privacy ol li{
	margin:20px 0 20px 25px;
	list-style-type: decimal;
}
.privacy .ad{
	width: 300px;
	margin: 0 50px 20px 0;
	float: right;
	display: inline;
}
.privacy .ad h3{
	font-size: 100%;
	background: #ccc;
	padding:2px 5px;
}
.privacy .ad address{
	line-height: 1.8;
	font-style: normal;
	padding: 5px;
}
.privacy #pr{
	margin-left: 30px;
}
.privacy #kojin p{
	margin: 10px 50px 20px 35px;
}
.privacy #kojin h2{
	margin: 30px 50px 20px 35px;
	font-size:140%;
}
.privacy #kojin h3{
	margin: 30px 50px 10px 35px;
	font-size:120%;
	border-bottom:1px #999 solid;
}
.privacy .right{
	margin: 10px 50px 20px 35px;
	text-align:right;
}
.privacy #kojin ul{
	margin:10px 50px 10px 35px;
}
.privacy #kojin ul li{
	margin-left:30px;
	list-style-type:disc;
}
.privacy #kojin ol{
	margin: 10px 50px 10px 35px;
}
.privacy #kojin ol li{
	margin:0 0 0 30px;
	list-style-type: decimal;
}

/*================================
cgi
================================*/

#cgi #container{
	padding: 120px 0 20px 0;
}

#cgi #contents h1{
	font-size:140%;
	background: #666;
	color:#fff;
	padding:5px 10px;
	height:auto;
	width:auto;
	margin: 0 30px 0 10px;
}
#cgi #contents p{
	margin: 20px;
}
#cgi #contents dl{
	margin: 20px;
}
#cgi #contents dt{
	width:150px;
	float: left;
	padding: 5px 0;
}
#cgi #contents dd{
	padding: 5px 0 5px 160px;
	border-bottom: 1px #999 dashed;
	margin-bottom:10px;
	_height:1em;
	min-height: 1em;
}
#cgi #contents form{
	text-align: center;
}





/*================================
sanitary/index.html
================================*/
.sanitary a{
	color:#37ACD9;
}
.sanitary .summary a{
	display: block;
	text-align: right;
	margin-left: 580px;
}
.sanitary .box h2{
	font-size: 150%;
	color: #fff;
	text-indent: 5px;
	background: #72C4E4;
}
.sanitary #catalog img{
	display:block;
	margin: 30px 0 0 200px;
}
.sanitary .saniBox{
	width: 772px;
}
.sanitary .sbox{
	width: 193px;
	float: left;
	background: url(../images/saniCateMid.png) repeat-y;
}
.sanitary .sbox h2{
	color:#37ACD9;
	font-size:110%;
	padding: 10px 15px 5px 25px;
	background: url(../images/saniCateH3.png) no-repeat;
}
.sanitary .sbox ul{
	width:180px;
	padding: 5px 0 15px 0;
	border-top: 3px #37ACD9 solid;
	background: url(../images/saniCateBot.png) no-repeat left bottom;
}
.sanitary .sbox li{
	margin: 3px 25px 3px 12px;
}
.sanitary .sbox li a{
	padding-left: 10px;
	background: url(../images/linkIcon.png) no-repeat 0 0.2em;
}
.sanitary .sbox li a:hover{
	color:#f19ec2;
	background-position: 0 -28px;
}
.sanitary .pageTop{
	width: 759px;
	clear: both;
	padding: 5px 0 10px 0;
	text-align: right;
}

/*================================
sanitary/[cate]/index.html
================================*/
.sanitaryCate #contents h1{
	width: 780px;
	height: 100px;
	font-size:20px;
	font-weight:normal;
	position:relative;
	background: url(../images/title2.png) no-repeat 0 -400px;
}
.sanitaryCate #contents h1 strong{
	display: block;
	width: 400px;
	height:20px;
	position:absolute;
	top: 60px;
	left: 120px;
	color:#38acd9;
	text-indent: 0px;
	background:none;
}
.sanitaryCate .summary{
	width: 330px;
	min-height: 100px;
	_height:100px;
}
.sanitaryCate #btnSummary{
	display: block;
	position:absolute;
	top:280px;
	left: 362px;
}
.sanitaryCate .saniCateBox{
	width: 772px;
	margin-bottom: 20px;
	display: table;
}
.sanitaryCate .ibox{
	width: 193px;
	float: left;
	background: url(../images/saniBoxMid.png);

}
.sanitaryCate .ibox h2{
	padding: 5px 20px 0 20px;
	height: 3em;
	overflow: hidden;
	font-size:110%;
	background: url(../images/saniBox.png) no-repeat;

}
.sanitaryCate .ibox .photo{
	width: 180px;
	height: 156px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background: url(../images/saniBox.png) no-repeat 0 -80px;
	margin: 0 0 0 0;
	_display: inline;
	zoom: 1;
	line-height: 156px;
}
.sanitaryCate .ibox .photo span{
	display: inline-block; 
}
.sanitaryCate .ibox .photo a{
	text-align: center;  
	vertical-align: middle;  
	width: 180px !important;  
	width: auto;  
	height: 156px !important;  
	height: auto;
	zoom: 1;
}
.sanitaryCate .ibox .photo img{
	vertical-align: middle;
	display:inline;
	border: none;
}
.sanitaryCate .ibox ul{
	margin: 10px 0 0 0;
	width: 180px;
	height: 30px;
	background: url(../images/saniBox.png) no-repeat 0 -246px;
	text-indent: -5000px;
}
.sanitaryCate .ibox li{
	width: 60px;
	height: 30px;
	float: left;
}
.sanitaryCate .ibox li a{
	display: block;
	width: 60px;
	height: 30px;
}
.sanitaryCate .ibox li a.b1:hover{background: url(../images/saniBox.png) 0 -276px;}
.sanitaryCate .ibox li a.b2:hover{background: url(../images/saniBox.png) -60px -276px;}
.sanitaryCate .ibox li a.b3:hover{background: url(../images/saniBox.png) -120px -276px;}

.sanitaryCate .hide{
	width: 180px;
	background: url(../images/saniBoxBot.png) no-repeat left bottom;
	padding: 10px 0;
}
.sanitaryCate .hide p{
	padding: 0 5px 0 8px;
}
.sanitaryCate .hide dl{
	margin:5px 8px 0 8px;
	line-height:1;
	font-size: 90%;
}
.sanitaryCate .hide dt{
	width: 6em;
	padding:0.3em 0;
}
.sanitaryCate .hide dd{
	padding:0.3em 0 0.3em 6.5em;
	border-bottom: 1px #999 dashed;
	margin:-1.6em 0 0.3em;
}









div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 10px;
   background: url(../img/baloon.gif) no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url(..//img/baloon_right.gif) no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}
