@charset "utf-8";

body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* {
	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;
}

.t05 {
	margin-top: 5px;
}

.t08 {
	margin-top: 8px;
}

.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;
}


.mb-0 {
	margin-bottom: 0px!important;
}


.f-clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
	line-height: 0;
	border: none;
}

.f-clear img {
	height: 0px;
	width: 0px;
	display: none;
}

