@charset "UTF-8";
/* CSS Document */


/* base */
*{
	margin:0;
	padding:0;
}
	
html{
	height: 100%;
	overflow-y: scroll;
	border-top: solid 10px #000;
	}


*html {
	background:url(null) fixed;
}	

body {
	height: 100%;
	font-family: "Century Gothic", Futura, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0;
	color: #000;
	text-shadow: 0 0 1px #fff;
}

img {
	display:block;
	border:none;
	}
	
a:link ,a:visited ,a:active {
	color:#d60;
	text-decoration:none;
	font-weight: 900;
	padding: 0 2px;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	}
a:hover {
	color:#f73;
	background-color: #000;
	text-decoration:none;
	font-weight: 900;
	padding: 0 2px;
	text-shadow: 0 0 1px #000;
	}

a:link img ,a:visited img ,a:hover img {
	border: none;
	}
	
ul {
	list-style-type:none;
   }
	
li {
	list-style-type:none;
   }

.title{
	color: #000;
	padding: 0;
	border-bottom: groove #877 2px;
	margin-bottom: 3px;
	line-height: 1;
	}

h1, h2 {
	font-family: "Arial black", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	line-height: 1.1;
	font-size: 22px;
	display: inline;
	font-weight: 900;
	padding: 0 0 1px;
	}

h2 {
	line-height: 1.2;
	padding: 0;
	}

.title_margin {
	padding-top: 25px;
   }
	

/* wrapper */

#wrapper {
	height: 100%;
	background:  url(images/bg.png) no-repeat right bottom fixed;
}
* html #wrapper {
	background: none;
}  

* html body {
	background: url(images/bg.png) no-repeat;
	background-position-y: expression(this.parentNode.scrollTop + 100 + 'px ');  
}  

body > #wrapper {height: auto; min-height: 100%;}

#container {
	width: 800px;
	margin: 0 auto 0;
	padding: 24px 0 65px;
	background-color: transparent;
}


/* header */

#header{
	width: 900px;
	margin: 0 auto;
	height: 108px;
	background-color: #fff;
}
#header .inner {
	float: left;
	padding: 20px 0 8px 50px;
	height: 80px;
}

#header a {
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 80px;
	background:  url(images/banner.jpg) no-repeat 0 0;
}
#header a:hover, #header a.hover {
	cursor: pointer;
	width: 400px;
	height: 80px;
	background-position: 0 -80px;
}


/* footer */
#footer {
	clear: both;
	position: relative;
	height: 30px;
	background-color: #000;
	margin-top: -35px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 0 1px #000;
	background:  url(images/bg_f.gif) repeat-x;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* menu */

#menu {
	width: 100%;
	height: 36px;
	margin:0;
	padding:0;
	background-color: transparent;
	background: url(images/menu.gif) top center no-repeat;
}
#menu #m-wrap{
	width: 872px;
	margin:0 auto 0;
}

ul#menu {
	float: left;
	width: 872px;
	height: 36px;
	background-color: transparent;

}

ul#menu li {
	float: left;
	display: block;
	list-style-type:none;
	height: 36px;
	float:left;
	padding: 0;
	text-indent:-9999px;
	margin: 0;
}

ul#menu li a {
	display: block;
	height: 36px;
	text-decoration:none;
	padding: 0;
	cursor: pointer;
}
ul#menu li a:hover, ul#menu li a.hover {
	padding: 0;
	cursor: pointer;
}

ul#menu a:focus {
/*?_*/
	overflow: hidden;
/**/
}

ul#menu li.m-top {
	margin-left: 7px;
}
ul#menu li.m-top, ul#menu li.m-top a:hover ,ul#menu li.m-top a.hover {
	background: url(images/menu.gif) -37px 0 no-repeat;
	width: 139px;
}
ul#menu li.m-top a {
	background: url(images/menu.gif) -37px -36px no-repeat;
}

ul#menu li.m-product, ul#menu li.m-product a:hover, ul#menu li.m-product a.hover {
	background: url(images/menu.gif) -176px 0 no-repeat;
	width: 259px;
}
ul#menu li.m-product a {
	background: url(images/menu.gif) -176px -36px no-repeat;
}

ul#menu li.product-m a,ul#menu li.product-m, ul#menu li.product-m a:hover, ul#menu li.product-m a.hover {
	background: url(images/menu.gif) -176px 0 no-repeat;
	width: 259px;
}

ul#menu li.m-blog, ul#menu li.m-blog a:hover, ul#menu li.m-blog a.hover {
	background: url(images/menu.gif) -435px 0 no-repeat;
	width: 130px;
}
ul#menu li.m-blog a {
	background: url(images/menu.gif) -435px -36px no-repeat;
}

ul#menu li.m-contact, ul#menu li.m-contact a:hover, ul#menu li.m-contact a.hover  {
	background: url(images/menu.gif) -565px 0 no-repeat;
	width: 196px;
}
ul#menu li.m-contact a {
	background: url(images/menu.gif) -565px -36px no-repeat;
}

ul#menu li.m-link, ul#menu li.m-link a:hover, ul#menu li.m-link a.hover {
	background: url(images/menu.gif) -761px 0 no-repeat;
	width: 133px;
}
ul#menu li.m-link a {
	background: url(images/menu.gif) -761px -36px no-repeat;
}	

/* top */
#top {
	margin: 0;
	width: 540px;
	height: 405px;
    border-left: 20px solid #000;
    border-right: 20px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#container_top {
	width: 580px;
	height: 407px;
	margin: 0 auto 0;
	padding: 30px 0 65px 0;
}

/* link */
#link ul.box{
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 180px;
}
#link ul.box4{
	margin: 0;
	padding: 0;
	float: left;
	width: 195px;
}
#link a{
	display: block;
}
#link ul li {
	font-size: 15px;
	font-weight: 900;
	color: #000;
	padding: 0 0 7px 0;
}

#contact .txt{
	float: left;
	width: 380px;
	padding: 0 0 5px;
	font-weight: 600;
    }
#contact .image{
	float: right;
	width: 390px;
    }
#contact .image img{
	border: 1px #000 solid;
    }

/* map */
#map iframe {
	border: 1px #000 solid;
	margin-top: 30px;
	margin-bottom:5px;
    }

