@charset "utf-8";

/* common */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
html {
	font-size: 62.5%;
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font: 1em/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000FF;
	text-decoration: underline;
}

/* float */
.left {
	float: left;
}
.right {
	float: right;
}
.clear_box:after {
   content:".";
   display:block;
   font-size:0;
   height:0;
   clear:both;
   visibility:hidden;
}
.eof {
	line-height: 0px;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* page top */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 1.1em;
}
#pagetop a {
	background: #EAF5FF;
	text-decoration: none;
	color: #0489FF;
	width: 100px;
	padding: 10px 0px;
	text-align: center;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #0489FF;
	color: #FBFD08;
}

