﻿* {
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
}
li {
	list-style-type:none;
}
a {
	-webkit-tap-highlight-color:rgba(200,0,0,0.5);
}
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.clear {
	clear:both;
}
html,body {
	min-width:950px;
	text-align:center;
	background:#000000;
	color:#ffffff;
}

#ie6 {
	width:600px;
	font-size:12px;
	line-height:1.5em;
	padding:15px 0;
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-300px;
	background:#ffffff;
	z-index:1000;
	color:#ff0000;
	text-align:center;
	border:1px solid red;
}
/*head*/
#head {
	min-width:950px;
	height:36px;
	background:url(../img/headBg.png) top center no-repeat #000000;
}
#head div {
	width:950px;
	margin:0 auto;
	height:36px;
	color:#ffffff;
	font-size:14px;
	line-height:36px;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}

/*container*/
#container {
	width:100%;
	min-width:950px;
	margin:0 auto;
}
#container .containerInner {
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
}



#menu ul {
	width:936px;
	height:44px;
}
#menu ul li {
	width:150px;
	height:44px;
	float:left;
	display:block;
	margin-right:6px;
	background-image:url(../img/menu2.png);
	background-repeat:no-repeat;
}
#menu ul .m1 {	background-position:0 0;	}
#menu ul .m2 {	background-position:0 -50px;	}
#menu ul .m3 {	background-position:0 -100px;	}
#menu ul .m4 {	background-position:0 -150px;	}
#menu ul .m5 {	background-position:0 -200px;	}
#menu ul .m6 {	background-position:0 -250px;	}
#menu ul .m0 {	display:none;	}

#menu ul li a {
	width:150px;
	height:44px;
	display:block;
	background-image:url(../img/menu2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	
	outline:none;
	
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
	opacity:0;
    transition-property:opacity;  
    transition-duration:200ms;  
    transition-timing-function:linear;  
    -webkit-transition-property:opacity;  
    -webkit-transition-duration:200ms;  
    -webkit-transition-timing-function:linear;  
    -moz-transition-property:opacity;  
    -moz-transition-duration:200ms;  
    -moz-transition-timing-function:linear;  
}
#menu ul .m1 a {	background-position:-160px 0;	}
#menu ul .m2 a {	background-position:-160px -50px;	}
#menu ul .m3 a {	background-position:-160px -100px;	}
#menu ul .m4 a {	background-position:-160px -150px;	}
#menu ul .m5 a {	background-position:-160px -200px;	}
#menu ul .m6 a {	background-position:-160px -250px;	}

#menu ul .ms1 {	background-position:-320px 0;	}
#menu ul .ms2 {	background-position:-320px -50px;	}
#menu ul .ms3 {	background-position:-320px -100px;	}
#menu ul .ms4 {	background-position:-320px -150px;	}
#menu ul .ms5 {	background-position:-320px -200px;	}
#menu ul .ms6 {	background-position:-320px -250px;	}

#menu ul li a:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
	opacity:1;
	box-shadow:0 0 5px #ffffff,0 0 15px #0099cc;
}





/*foot*/
#foot {
	min-width:950px;
	background:url(../img/footBg.png) top center no-repeat;
	padding-top:10px;
}
#foot .footInner {
	width:930px;
	margin:0 auto;
	margin-bottom:40px;
	min-height:400px;
}
#foot .nav {
	height:30px;
	line-height:30px;
	font-size:14px;
	background:url(../img/footTopBg.png) top center repeat-y;
	margin-bottom:8px;
}
#foot .nav a {
	color:#cf9f3d;
}
#foot .nav a:hover {
	text-decoration:none;
}

#foot .news {
	padding-top:8px;
	padding-bottom:5px;
	font-size:14px;
	background:url(../img/footTopBg.png) top center repeat-y;
	margin-bottom:8px;
	height:75px;
	overflow:hidden;
	position:relative;
}
#foot .news h4,
#foot .product h4 {
	color:#e72722;
	width:80px;
	height:20px;
	margin:0 auto;
	font-size:12px;
	background-image:url(../img/footTitle.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	position:absolute;
}
#foot .news h4 {
	height:75px;
	background-position:0 center;
}
#foot .product h4 {
	height:50px;
	background-position:-100px center;
}

#foot .news .line1 {
	padding-left:90px;
	overflow:auto;
	height:75px;
}
#foot .news ul {
	display:block;
}
#foot .news ul li {
	display:block;
	text-align:left;
	margin-bottom:5px;
}
#foot .news ul li b,
#foot .product li b {
	color:#e72722;
	text-shadow:0 0 5px #660000;
	font-size:12px;
}
#foot .news ul li div {
	font-size:14px;
	line-height:18px;
}
#foot .news ul li div a {
	color:#E72722;
}
#foot .news ul li div a:hover {
	text-decoration:none;
}

#foot .product {
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:1.3em;
	background:url(../img/footTopBg.png) top center repeat-y;
	margin-bottom:8px;
}
#foot .product ul {
	display:block;
	padding-left:90px;
}
#foot .product li {
	padding-right:20px;
	display:inline-block;
	height:25px;
	line-height:25px;
	text-align:left;
	float:left;
}

#foot .copy {
	padding-top:15px;
}
#foot .cave {
	display:block;
	width:605px;
	height:60px;
	overflow:hidden;
	float:left;
}
#foot .cave a {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	background:url(../img/cave.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#foot .cave div {
	display:block;
	height:50px;
	width:550px;
	float:left;
	text-align:left;
	font-size:11px;
	line-height:17px;
	padding-left:5px;
}
#foot .nesica {
	display:block;
	width:320px;
	height:60px;
	overflow:hidden;
	float:right;
}
#foot .nesica a {
	display:block;
	width:320px;
	height:36px;
	overflow:hidden;
	background:url(../img/nesica.png) center center no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
#foot .nesica div {
	display:block;
	text-align:center;
	width:320px;
	height:15px;
	font-size:10px;
	line-height:17px;
}

/*share*/
#share {
	width:930px;
	height:35px;
	margin:0 auto;
}
#share .inner {
	width:930px;
	height:20px;
	text-align:left;
}
#share .share,
#share .fs,
#share .fl,
#share .m,
#share .t,
#share .h,
#share .g {
	height:20px;
	width:120px;
	float:left;
	overflow:hidden;
}
#share .share {
	text-align:center;
	line-height:19px;
	font-size:14px;
	margin-right:10px;
	text-shadow:0 0 5px #000000;
}
#share .wait {
	line-height:19px;
	font-size:14px;
	text-shadow:0 0 5px #000000;
}
#share .fs {
	width:80px;
	margin-top:1px;
}
#share .h {
	width:75px;
}
#share .g {
	width:100px;
}

