@charset "utf-8";
/* CSS Document */

/****************************
public
*****************************/
html,body{clear:both;width:100%;margin:0 auto;margin:0; padding:0; color:#383838;-webkit-text-size-adjust:none; height:auto; -ms-overflow-style: scrollbar; }
*{font-family: Meiryo, Helvetica, Arial, Verdana, sans-serif;padding:0;margin: 0;}
ul{list-style-type:none;margin:0; padding:0;}
img{border:0;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-family:"Arial"}
table{border-collapse: collapse;}
input,img,textarea{vertical-align:middle;}
a{ cursor:pointer; text-decoration:none;outline: none; color:#272536;}
a:hover{ color: #272536;text-decoration:none;}
p,textarea{ margin:0; padding:0;}
.clearboth{clear:both;}
.wrapper{ width:960px; margin:0 auto; }
a,area {blr:expression(this.onFocus=this.blur()) } 
em{ font-style:normal;}
/*----------back to top---------------------*/
.go-top {
		padding: 18px 15px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		background-color: #aaa;
		text-align: center;
		display: none;
		-moz-transition: background 0.5s linear;
		-o-transition: background 0.5s linear;
		-webkit-transition: background 0.5s linear;
		transition: background 0.5s linear;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		z-index: 999;
	}
	.go-top:hover {
		background: #808080;
	}
	.go-top .icon-gotop {
		background: url(../images/topbtn.png) no-repeat 0 0;
		_background: url(../images/topbtn.gif) no-repeat 0 0;  /*兼容ie6*/
		display: block;
		width: 24px;
		height: 13px;
	}
