@charset "UTF-8";/* CSS Document */html {	margin: 0;	padding: 0;}body {	margin: 0;	padding: 0;	font-size: 13px;	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	background-color: #ECECEC;	color: #333;}img {	border: none;}li {	list-style-type: none;}a {text-decoration: none;}a:link { color: #000; }a:visited { color: #000; }a:hover { color: #999; }a:active { color: #999; }.a-pagetop {	display: block;	position: fixed;	bottom:60px;	right:0px;	width:111px;	height:50px;	overflow: hidden;	line-height:1em;	background: url(img/pagetop.png) right 0px no-repeat;	overflow: hidden;	text-indent: -1000px;			/* IE5 later && javascript-on */ 		position: expression('absolute'); 		top: expression(documentElement.scrollTop + 400 + 'px'); 		right: expression(documentElement.scrollRight + 0 + 'px'); }.a-pagetop:hover {	background-position: right -50px;}