@charset "utf-8";
/* CSS Document */

*----- clearfix -----*/
.cf:after{content: ""; display: block; clear: both; height: 0px;}
.cf{/display: inline-block;}
/* exlude MacIE5 \*/
* html .cf { height: 1% }
.cf {display:block;}
.clear{clear:both;}
.fLeft{float:left;}
.fRight{float:right;}
/* end MacIE5 */


/*----//  共通  //-----*/

* {
	margin:0;
	padding:0;
}

img {
	border:0;
	margin:0;
	padding:0;
}


ul,ol{
	list-style: none;
}

body {
	width: 100%;
	min-width: 1030px;
	text-align:center;
	margin:0 auto;
	padding:0;
	margin:0px !important;
	background: #d90000;
}

.hide {
  display: none;
}

/*----//  header  //-----*/
.header{
	margin: 0 auto;
	width: 1030px;
	position:relative;
	z-index: 9999;
}
.header h1{
	position: absolute;
	top: 6px;
	left: 1px;
}

.header ul#bnArea{
	position: absolute;
	top: 5px;
	right: 3px;
}
.header ul#bnArea li{
	float: left;
	width: auto;
}



/*----//  contents  //-----*/
#contents{
	width:100%;
	overflow: hidden;
}

p#goProduct{
	margin: 18px auto 0 auto;
	width: 1036px;
	overflow: hidden;
}
p#goProduct a{
	width: 149px;
	height: 81px;
	float: right;
	display: block;
	background: url(../images/btn_goto_product.png) no-repeat left top;
	text-indent: -9999px;
}
p#goProduct a:hover{
	background-position: left bottom;
}



ul#writer{
	margin: 90px auto 0 auto;
	width: 820px;
	position: relative;
}
ul#writer li#btnSukeroku a{
	width: 260px;
	height: 260px;
	display: block;
	background: url(../images/btn_sukeroku.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
ul#writer li#btnHirayaman a{
	margin-left: -130px;
	width: 260px;
	height: 260px;
	display: block;
	background: url(../images/btn_hirayaman.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 50%;
	text-indent: -9999px;
}
ul#writer li#btnKaorikky a{
	width: 260px;
	height: 260px;
	display: block;
	background: url(../images/btn_kaorikky.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}


ul#product{
	margin: 90px auto 0 auto;
	width: 820px;
	position: relative;
}
ul#product li#btnTs a{
	width: 260px;
	height: 170px;
	display: block;
	background: url(../images/btn_ts.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
ul#product li#btnAys a{
	margin-left: -130px;
	width: 260px;
	height: 170px;
	display: block;
	background: url(../images/btn_ays.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 50%;
	text-indent: -9999px;
}
ul#product li#btnZh a{
	width: 260px;
	height: 170px;
	display: block;
	background: url(../images/btn_zh.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

ul li a:hover,
ul li a.active{
	background-position: left bottom !important;
}


p#goIndex a{
	margin: 20px auto 0 auto;
	width: 260px;
	height: 70px;
	display: block;
	background: url(../images/btn_top.png) no-repeat left top;
	text-indent: -9999px;
}
p#goIndex a:hover{
	background-position: left bottom;
}


/*----//  footer  //-----*/
#footer{
	padding:10px 0;
	width: 100%;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
	background: #0b0b30;
}

#footerInner{
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

#pagetop a{
	position: absolute;
	top: 2px;
	right: 30px;
	width: 74px;
	height: 16px;
	display: block;
	background: url(../images/btn_gotop.png) no-repeat left top;
	text-indent: -9999px;
}

#pagetop a:hover{
	background-position: left bottom;
}

