@charset "UTF-8";
/* CSS Document */


/* base */
*{
	margin:0;
	padding:0;
}
	
html{
	height: 100%;
	overflow-y: scroll;
	background-color: #fff;
	}


*html {
	background:url(null) fixed;
}	

body {
	height: 100%;
	font-family: Arial, Helvetica, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0;
	color: #000;
}

img {
	display:block;
	border:none;
	}
	
a:link ,a:visited ,a:active {
	color:#d00;
	text-decoration:none;
	font-weight: 900;
	}
a:hover {
	color:#f77;
	background-color: #000;
	text-decoration:none;
	font-weight: 900;
	 }

a:link img ,a:visited img ,a:hover img {
	border: none;
	}
	
ul {
	list-style-type:none;
   }
	
li {
	list-style-type:none;
   }

h1 {
	font-size: 25px;
	line-height: 140%;
	font-weight: 900;
   }

h2 {
	font-size: 20px;
	line-height: 140%;
	padding-top: 20px;
	font-weight: 900;
   }

	

/* wrapper */

#wrapper {
	height: 100%;
	background:  url(images/bg.png) no-repeat left 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: 630px;
	margin: 0 auto 0;
	padding: 30px 0 65px 0;
}


/* header */

#header{
	width: 630px;
	margin: 0 auto 0;
	height: 90px;
	background-color: #fff;
}
#header .inner {
	float: right;
	padding: 5px 0;
	height: 80px;
}

#header a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 80px;
	margin-left: 230px;
	background:  url(images/banner.jpg) no-repeat 0 0;
}
#header a:hover, #header a.hover {
	width: 400px;
	height: 80px;
	margin-left: 230px;
	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;
	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: 35px;
	margin:0;
	padding:0;
	background-color: #000;
	background:  url(images/menu/bg.gif) repeat-x;
}

ul#menu {
	width: 660px;
	height: 35px;
	margin: 0 auto 0;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #000;
}

ul#menu li {
	float: left;
	display: block;
	list-style-type:none;
	height:35px;
	float:left;
	padding: 0;
	text-indent:-9999px;
	margin: 0;
}

ul#menu li a {
	display:block;
	height:35px;
	text-decoration:none;
}

ul#menu a:focus {
/*?_*/
	overflow: hidden;
/**/
}

ul#menu li.m-top, ul#menu li.m-top a:hover ,ul#menu li.m-top a.hover  {
	background: url(images/menu/menu.gif) 0 0 no-repeat;
	width: 92px;
}
ul#menu li.m-top a {
	background: url(images/menu/menu.gif) 0 -35px no-repeat;
}

ul#menu li.m-blog, ul#menu li.m-blog a:hover, ul#menu li.m-blog a.hover  {
	background: url(images/menu/menu.gif) -92px 0 no-repeat;
	width: 108px;
}
ul#menu li.m-blog a {
	background: url(images/menu/menu.gif) -92px -35px 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/menu.gif) -200px 0 no-repeat;
	width: 170px;
}
ul#menu li.m-product a {
	background: url(images/menu/menu.gif) -200px -35px 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/menu.gif) -375px 0 no-repeat;
	width: 175px;
}
ul#menu li.m-contact a {
	background: url(images/menu/menu.gif) -375px -35px 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/menu.gif) -550px 0 no-repeat;
	width: 110px;
}
ul#menu li.m-link a {
	background: url(images/menu/menu.gif) -550px -35px no-repeat;
}


/* enter */
#enter {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -95px;
	margin-left: -250px; 
	height: 125px;
	width: 500px;
}

#enter .image a {
	display:block;
	height: 125px;
	width: 500px;
	text-indent:-9999px;
	text-decoration:none;
	background:  url(images/enter.gif) no-repeat left top;
}
#enter .image a:hover, #enter .image a.hover{
	background:  url(images/enter.gif) no-repeat left bottom;
}

#enter .footer { 
	padding-top: 45px;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	line-height: 20px;
 }
	

/* top */
#top {
	margin: 0 0 -10px;
	width: 720px;
	height: 545px;
	background: url(images/frame.jpg);
}

#top object{
	margin-top: 65px;
	margin-left: 82px;
}

#container_top {
	width: 720px;
	margin: 0 auto 0;
	padding: 20px 0 65px 0;
}


/* product */
#product {
	margin-left: -30px;
	*width: 690px;
	_margin-left: -60px;
}

#product .select {
	width: 190px;
	height: 272px;
	float: left;
	margin:0 0 50px 30px;
	font-size: 13px;
	line-height: 100%;
	font-weight: 900;
	letter-spacing: -0.25px;
} 

* html #product .select {
   margin:0 0 40px 30px;
}

#product .select h1 {
 	font-size: 14px;
	line-height: 1.1;
	padding-top: 5px;
	padding-bottom: 5px;
} 
		
#product .select img, #product .select a img {
	width: 127px;
	height: 169px;
	padding: 32px 31px 31px 32px;
	background: url(product/images/back.jpg) top no-repeat;
	margin-bottom: 5px;
} 

#product .select a:hover img {
	width: 127px;
	height: 169px;
	padding: 32px 31px 31px 32px;
	background: url(product/images/back.jpg) bottom no-repeat;
	margin-bottom: 5px;
	background-color: transparent;
} 

#product .select a:hover {
	background: url(product/images/back.jpg) top no-repeat;
	background-color: transparent;
} 

#product .select .new {
	background: url(product/images/new.gif);
	background-position: 142px 2px;
	background-repeat: no-repeat;
	width: 190px;
	padding: 0px;
	margin-bottom: 0px;
} 

#product .clear {
   clear: left;
} 

#product .clear2{
   clear: left;
   margin-top: -15px;
} 

#product .clear3{
   clear: left;
   margin-top: -50px;
} 

#product .next {
	height: 20px;
	margin: 0 0 0 30px;
	padding-bottom: 20px;
	font-weight: 900;
	text-align: center;
	*margin-left: 0;
	_margin-left: 60px;
} 


#product .info {
	height: 50px;
	margin: 0 0 0 30px;
	font-weight: 900;
} 

* html #product .info {
   margin-left: 60px;
} 
 

#product .privacy {
	margin: 10px 0 0 30px;
	height: 12px;
} 

#product .privacy a:link ,#product .privacy a:visited ,#product .privacy a:active {
	font-size: 12px;
	font-weight: 300;
	color: #000;
}

#product .privacy a:hover {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

* html #product .privacy {
   margin-left: 60px;
} 

/* detail */

* html #detail {
	width: 634px;
}

#detail .select {
	width: 48px;
	height: 400px;
	float: left;
	margin-top: -18px;
} 

#detail .main {
	width: 300px;
	height: 400px;
	float: left;
	margin: 0px 11px 0px 11px;
} 

#detail .select img {
	margin-top: 18px;
} 

#detail img {
	border: 1px #000 solid;
} 

#detail .text {
	width: 260px;
	float: right;
	font-size: 14px;
} 

#detail .text h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px
} 

#detail .text h2 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 15px;
} 

#detail .clear {
   clear: both;
} 

#footer_detail {
	height: 30px;
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 150px;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	color: #000;
}

/* link */
#link p {
	font-size: 15px;
	font-weight: 900;
	color: #000;
	padding-bottom: 15px;
}


/* map */
#map iframe {
	border: 1px #000 solid;
	margin-top: 30px;
	margin-bottom:5px;
    }
