@charset "UTF-8";
@import "../css/reset.css";
@import "../css/fonts.css";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(img/base.jpg);
}

.menu{
font-size:12px;}

.hasen{
	background-image: url(img/dot_line.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 480px;
	background-position: center center;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}