@charset "Shift_JIS";


/*[Initialize]
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, a, address, em, dl, dt, dd, ol, ul, li, table, address, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

img {	
	border: 0;
	vertical-align: bottom;
	font-size: 0 !important;
	line-height: 0 !important;
}

ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}

body {
	text-align: center;
	color: #000000;
	font-size:12px;
	background: #FFFFFF;
	margin:0;
	padding:0;
	line-height: 1.5;
}

/* for IE6 */
* html body { font-size: 75%;}

/* for IE7 */
*:first-child+html body { font-size: 75%;}

table {
	font-size: inherit;
	font: 100%;
}



/*[clearfix]
-----------------------------------------------------------------------------*/
.clear:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clear {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* end of for macIE */
