@charset "utf-8";

/* common */
html {
	font-size: 62.5%;
}
body {
	color: #1A1A1A;
	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: #278685;
	text-decoration: underline;
}
a.link_area {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: transparent url(none);
}
a:hover.link_area {
	background: #000;
}

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

/* header */
/*#header {
	width: 900px;
	margin: auto;
	height: 36px;
	padding: 0px;
	background: #000 url(../images/header-bg.png);
}
#header #yjlogo {
	float: left;
	margin: 10px 0px 0px;
}
#header #shulogo {
	float: right;
	margin: 13px 0px 0px;
}*/

/* page top */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 11px;
}
#pagetop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	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: #999;
}