@charset "utf-8";

body {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

* {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* \*/
a {
	overflow: hidden;
}
/* */

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;
}

.m-t00 {
	margin-top: 0px;
}

.m-t05 {
	margin-top: 5px;
}

.m-t08 {
	margin-top: 8px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t25 {
	margin-top: 25px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t35 {
	margin-top: 35px;
}

.m-t40 {
	margin-top: 40px;
}

.m-b00 {
	margin-bottom: 0px!important;
}

.m-b05 {
	margin-bottom: 5px;
}

.m-b08 {
	margin-bottom: 8px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b15 {
	margin-bottom: 15px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b25 {
	margin-bottom: 25px;
}

.m-b30 {
	margin-bottom: 30px;
}

.f-clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
}

.f-clear img {
	height: 0px;
	width: 0px;
	display: none;
}

