@charset "utf-8";

/* Reset
---------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

/*for IE6*/
*html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}
/*for IE7*/
*:first-child+html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}

/* Structure
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	color: #333333;
}

/* Heading
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* Tags
---------------------------------------------------- */
img, fieldset {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

a img { border: none; }

/* Margin
---------------------------------------------------- */
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size: 0;
	content:" ";
	clear:both;
	height:0.01px;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}
