@charset "UTF-8";


/* ===========================================================================
   Default Style */


* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h2, h3, h5, h6 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7; /* Safari,Opera */
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE6,7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
img {
	border: none;
	vertical-align: bottom;
}
.img_l {
	float: left;
}
.img_r {
	float: right;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
.fsize_s {
	font-size: x-small;
}