@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}
img {
	border: none;
}
hr {
	display: none;
}
body {
	text-align: center;
	font-size: 80%;
	color: #444444;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.5em;
	background-image: url(../common/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFEFEF;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.clear {
	clear: both;
}
