@charset "UTF-8";
/*
reset.css
*/


/* elements' property reset */
body, div, nav, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, select, p, blockquote, table, th, td, img {
	border: none;
	font-size: 100%;
	font-style: normal;
	/*font-weight: normal;*/
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,ol{
	list-style-type: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
caption, th {
	text-align: left;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
/* hr */
hr {
	display: none;
}


/* clear float */
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1%;
	margin: 0;
	padding: 0;
	display: none;
}
/* clearfix */
#toppage #contents {
	min-height: 1px;
	zoom: 1;
}
#toppage #contents:after {
	clear: both;
	content: ".";  /* new element */
	display: block;
	height: 0;
	visibility: hidden;
}
/* clearfix for IE */
* html #toppage #contents {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
