@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,div,ul,li,h1,h2,h3,h4,h6,form,fieldset,textarea,p,blockquote,th,td,dl,dt,dd {
	margin: 0;
	padding: 0;
}
P {
	/* [disabled]font-style: normal; */
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
legend {
display: none;
}
address {
font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
html>/**/body {
font-size: 12px; /* Except IE */
}


/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
.clear {
	clear: both;
}
