@charset "shift-jis";
/*-----------------------------------------------------
reset
-----------------------------------------------------*/
br { letter-spacing: normal; }
body {
	margin:0;
	padding:0;
	font-size:12px;
	background-color:white;
}
/*:first-child + html body { font-size:78.5%; }
* html body { font-size:78.5%; }*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	list-style:none outside none;
	margin:0;
	padding:0;
}
div, pre, form, fieldset, input, textarea, p, th, td{
	margin:0;
	padding:0;
}
fieldset, img, a img { border:0 none; }
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
/*input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}*/
:first-child + html input, :first-child + html textarea, :first-child + html select { font-size:100%; }
* html input, * html textarea, * html select { font-size:100%; }
:first-child + html pre, :first-child + html code, :first-child + html kbd, :first-child + html samp, :first-child + html tt { font-size:108%; }
* html pre, * html code, * html kbd, * html samp, * html tt { font-size:108%; }
a, a:link {
	text-decoration: underline;
	background-color: transparent;
	color: #22539c;
}
a:visited { background-color: transparent; }
a:hover, a:active {
	background-color: transparent;
	text-decoration:underline;
	color: #fa751d;
}
/* clearfix */
.clearfix { min-height: 1px; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix { height: 1px; }

iframe { border-style: none; }
