@charset "utf-8";
* {
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
	margin: 0px;
}
body {
	background-image: url(../images/main/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #6666FF;
}
a:visited {
	color: #6666FF;
}
a:hover {
	color: #999900;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
/* other
******************************************************/
.top10 {
	padding-top: 10px;
}
.under10 {
	padding-bottom: 10px;
}
.f_left {
	float: left;
}

