@charset "utf-8";
body {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 18px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

p {
	margin: 0;
	padding: 0;
}


a:link {
	text-decoration: underline;
	color: #0000CC;
}

a:visited {
	text-decoration: underline;
	color: #9933CC;
}

a:hover {
	text-decoration: none;
	color:#0099FF;
}

a:active {
	text-decoration: underline;
	color: #0000CC;
}


.s-clear {
	clear: both;
	visibility: hidden;
	height: 0; 
}

.s-clear img {
	height: 0px;
	width: 0px;
	display: none;
}

.clear-both {
	clear: both;
}

.t05 {
	margin-top: 5px;
}

.t07 {
	margin-top: 7px;
}

.t10 {
	margin-top: 10px;
}

.t15 {
	margin-top: 15px;
}

.t20 {
	margin-top: 20px;
}

.t25 {
	margin-top: 25px;
}

.t30 {
	margin-top: 30px;
}

.t35 {
	margin-top: 35px;
}

.t40 {
	margin-top: 40px;
}

.b05 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b15 {
	margin-bottom: 15px;
}

.b20 {
	margin-bottom: 20px;
}

.b25 {
	margin-bottom: 25px;
}

.tb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tb15{
	margin-top: 15px;
	margin-bottom: 15px;
}

.tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tb25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.go-top {
	text-align: right;
	margin-top: 10px;
}

#head-h {
	height: 12px;
}

#head-h h2 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
}

