
@charset "utf-8";

body {
	height:100%;
	min-height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #fff;
}

img {
	border: none;
}

hr {
	clear: both;
	visibility: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, label, address {
	font-size: 11pt;
	color: #333;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

address {
	font-style: normal;
	color: #FFFFFF;
	margin-top: 2px;
}


#header {
	width: 1000px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}

#header h1 {
}


#nav {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
	line-height: 50%;
	position:relative;
	margin-right: 15px;
}

#nav li.navw01 {
	margin-right: 0px;
}

ul#navin li ul {
	margin-left:0;
	list-style:none;
	position:absolute;
	left:0;
	z-index:999;
	margin-top: 0px;
	background-image: url(../images/nav_bg01.jpg);
}

ul#navin li ul {
	background-color: #666\9;
	margin-top: -2px;
}

@media all and (-ms-high-contrast:none){
  ul#navin li ul { margin-top: 0px } /* IE10 */
}
 
ul#navin li ul li {
	float:none;
	text-align: center;
	width:154px;
	border-right-style: none;
	background-repeat: no-repeat;
	text-indent: 10;
	font-size: 11pt;
	line-height: 200%;
	background-color: #4180c7;
	background-image: url(../images/navline.jpg);
	background-position: center bottom;
}

ul#navin li ul li.navw02 {
	background-image: none;
}

ul#navin li ul li a {
	color: #FFF;
	display:block;
	padding-top: 8px;
	padding-bottom: 8px;
}

ul#navin li ul li a:hover {
	color:#FFF;
	background-color: #275587;
	background-image: url(../images/navline.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#navin li ul li.navw02 a:hover {
	background-image: none;
}


.backtotop {
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    margin: 0;
}

#footwrap {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0d6cd6;
}

#footer {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#content {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}
/**/



#maincont {
	float: right;
	width: 780px;
}

#sidebox {
	float: left;
	width: 200px;
}

#sidebox ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 200px;
}

#sidebox li {
	font-size: 10pt;
	background-image: url(../images/sar.jpg);
	background-repeat: no-repeat;
	background-position: 14px 22px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}



/* wordpress img
----------------------------------- */

img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
img.aligncenter {
	text-align: center;
	margin-bottom: 10px;
}

/* sub page
----------------------------------- */

.subti01 {
	font-size: 18pt;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0d6cd6;
}

.subti01 a:link, .subti01 a:visited {
	color: #333;
	text-decoration:  none;
}
.subti01 a:hover, .subti01 a:active {
	color: #333;
	text-decoration:  none;
}

/* top page
----------------------------------- */


.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider li {
	line-height: 50%;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background-color: #fff;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}
 
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.topbox01 {
}

.topbox01 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.topbox01 li {
	float: left;
	margin-right: 13px;
}

.topbox01 li.topw01 {
	margin-right: 0px;
}

.topnewsbox {
	float: left;
	width: 650px;
}

.topnewsboxin {
	width:650px;
	height:210px;
	overflow:auto;
	margin:0px 0px 0px;
	padding:0px;
}

.topnewsboxin dl {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.topnewsboxin dt {
	float: left;
	margin-left: 10px;
}

.topnewsboxin dd {
	margin-left: 120px;
	margin-right: 10px;
	margin-bottom: 14px;
}

.topbox02 {
	float: right;
	width: 326px;
}

.topbox03 {
	float: left;
	width: 325px;
}

/* company page
----------------------------------- */

.comti {
	background-image: url(../images/company/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.comti h2 {
	text-indent: -9999px;
}

.combox01 {
}

.combox01 img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.combox01 p {
	margin-bottom: 10px;
}

.combox02 {
}

.combox02 table {
	border-collapse: collapse;
	width: 780px;
}

.combox02 th {
	width: 140px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.combox02 td {
	width: 640px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #333;
	vertical-align: top;
}

/* agent page
----------------------------------- */

.ageti {
	background-image: url(../images/agent/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.ageti h2 {
	text-indent: -9999px;
}

.agebox {
}

.agebox p {
	margin-bottom: 20px;
}

/* products page
----------------------------------- */

.proti {
	background-image: url(../images/products/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.proti h2 {
	text-indent: -9999px;
}

.probox {
}

.probox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.probox li {
	float: left;
	width: 243px;
	margin-right: 25px;
	margin-bottom: 50px;
}

.probox li.prow01 {
	margin-right: 0px;
}

.probox li img {
	margin-bottom: 10px;
}

.probox li h4 {
	font-size: 12pt;
	color: #e34e78;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e34e78;
	margin-bottom: 14px;
	font-weight: bold;
}

.probox li a {
    display:block;
}

.probox li a:link h4, .probox li a:visited h4 {
	color: #e34e78;
	text-decoration:  none;
}
.probox li a:hover h4, .probox li a:active h4 {
	color: #EC84A0;
	text-decoration:  none;
	border-bottom-color: #EC84A0;
}

.sprobox01 {
}

.sprobox01 p {
	margin-bottom: 20px;
}

.sprobox02 {
}

.sprobox02 img {
	float: left;
	height: auto;
	width: 280px;
	margin-right: 20px;
}

.sprobox02 p {
	margin-bottom: 20px;
}


/* cylinder page
----------------------------------- */

.cylti {
	background-image: url(../images/cylinder/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.cylti h2 {
	text-indent: -9999px;
}

/* lever page
----------------------------------- */

.levti {
	background-image: url(../images/lever/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.levti h2 {
	text-indent: -9999px;
}

/* push page
----------------------------------- */

.pusti {
	background-image: url(../images/push/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.pusti h2 {
	text-indent: -9999px;
}

/* torikae page
----------------------------------- */

.torti {
	background-image: url(../images/torikae/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.torti h2 {
	text-indent: -9999px;
}

/* hikichigai page
----------------------------------- */

.hikti {
	background-image: url(../images/hikichigai/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.hikti h2 {
	text-indent: -9999px;
}

/* doorknob page
----------------------------------- */

.dooti {
	background-image: url(../images/doorknob/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.dooti h2 {
	text-indent: -9999px;
}

/* bath page
----------------------------------- */

.batti {
	background-image: url(../images/bath/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.batti h2 {
	text-indent: -9999px;
}

/* other page
----------------------------------- */

.othti {
	background-image: url(../images/other/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.othti h2 {
	text-indent: -9999px;
}

/* news page
----------------------------------- */

.newti {
	background-image: url(../images/news/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.newti h2 {
	text-indent: -9999px;
}

.newbox {
}

.newbox p {
	margin-bottom: 20px;
}

.pagenav {
	text-align: center;
}

/* qa page
----------------------------------- */

.qati {
	background-image: url(../images/qa/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.qati h2 {
	text-indent: -9999px;
}

.qabox {
}

.qabox ul {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.qabox li {
	background-image: url(../images/qa/q.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-bottom: 30px;
	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qabox li.answer {
	background-image: url(../images/qa/a.jpg);
}

/* contact page
----------------------------------- */

.conti {
	background-image: url(../images/contact/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.conti h2 {
	text-indent: -9999px;
}

.polbox01 {
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/* download page
----------------------------------- */

.dowti {
	background-image: url(../images/download/ti01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 280px;
}

.dowti h2 {
	text-indent: -9999px;
}

.dowbox {
}

.dowbox table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-collapse: collapse;
}

.dowbox th {
	background-color: #ffdfe4;
	text-align: center;
	padding: 5px;
	width: 280px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.dowbox th.doww01 {
	width: 340px;
}

.dowbox th.doww02 {
	width: 160px;
}

.dowbox td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.dowbox a:link, .dowbox a:visited {
	color: #333;
	text-decoration:  underline;
}
.dowbox a:hover, .dowbox a:active {
	color: #09C;
	text-decoration:  underline;
}

/* link
----------------------------------- */

a:link, a:visited {
	color: #333;
	text-decoration:  none;
}
a:hover, a:active {
	color: #09C;
	text-decoration:  none;
}


a:hover img.alp{
	background-color:#FFFFFF;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
}

a:hover img.alp02{
	background-color:#FFFFFF;
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}

