@charset "utf-8";

/* reset */

html, body, div, p, span, h1, h2, h3, h4, h5 , h6, dl, dt, dd, ul, li, address	{
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	font-style: normal;
}
img {
	border: none;
}


body {
	font-size: 13px;
	font-style: normal;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;

/* for IE6/7 */ 
*font-size:small;
/* for IE Quirks Mode */
*font:x-small;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
.dispNone {
	display: none;
}

.floatClear {
	clear: both;
	height: 0px;
	width: 0px;
	display: block;
	line-height: 0px;
}

.clearBox {
	font-size: 0.1px;
	line-height: 1%;
	clear: both;
	height: 0px;
	width: 0px;
}
