@charset "utf-8";
html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", sans-serif;
}

* {
	font-size: 100%;
}

div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td {
	margin:0;
	padding:0
}

input, textarea, select {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", sans-serif;
	vertical-align: middle;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}

li {
	list-style:none
}

th, td {
	empty-cells: show;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	vertical-align: middle;
}

/* \*/
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!important;
}

.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;
}

.m-b35 {
	margin-bottom: 35px;
}

.m-b40 {
	margin-bottom: 40px;
}

.f-clear {
	clear: both;
}

.f-clear img {
	display: none;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-table;
}

/* Mac OS版IEには適用しない \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
