@charset "utf-8";
body {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-image: url(../../images/back-bl.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

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;
	font-size: 0px;
}

.s-clear img {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.t-indent {
	text-indent: -9999px;
	height: 100%;
}

.t05 {
	margin-top: 5px;
}

.t07 {
	margin-top: 7px;
}

.t10 {
	margin-top: 10px;
}

.t15 {
	margin-top: 15px;
	vertical-align: middle;
}

.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;
}


