@charset "utf-8";
body, div, p, form, label, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, button, address {
	font-size: 100%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	vertical-align:bottom;
	border: none;
}
ul {
	list-style-type: none;
}
body {
	font-size: 12px;
	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;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
a {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}
/*clearfix*/
.clearfix:after {/*for modern browser*/
	clear:both;
	content: url(../images/pixel.gif);
	display: block;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* Mac版IEのみに適用 \*//*/ 
.clearfix { overflow: hidden; }
/* */
