@charset "shift_jis";
/*-----------------------------------------------------
リセット用スタイル
-----------------------------------------------------*/
body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}
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;
}
a, a:link {
	text-decoration: underline;
	background-color: transparent;
	color: #0066cc;
}
a:visited { background-color: transparent; }
a:hover, a:active {
	background-color: transparent;
	text-decoration:none;
	color: #FF6600;
}








.clearfix { min-height: 1px; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*html .clearfix { height: 1px; }
#container, .content, .inner, dl { min-height: 1px; }
#container:after, .content:after, .inner:after, dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*html #container, *html .content, *html .inner, *html dl { height: 1px; }
iframe { border-style: none; }
