@charset "UTF-8";

body,
blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

/* for IE7 */
*+html body { font-size: small; }

/* for IE6 */
* html body { font-size: small; }

a {	text-decoration: underline; }
a:link		{ color: #e60012; }
a:visited	{ color: #e60012; }
a:hover		{ color: #ff6699; }
a:active	{ color: #ff6699; }

img { vertical-align: top; border: 0; }

a img { border: 0; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after { content:''; }

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

