@charset "utf-8";
/* 基本のCSS */

html {
	overflow-y:scroll;
}
body {
	background-color: #EFEFEF;
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 83%;
}
h1,h2,h3,h4,h5,p,ul,il,img {
	font-size: 100%;
	line-height: 1.0em;
	font-weight: normal;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
ul,il {
	list-style:none
}
img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0D78BC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.f_clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
