/* Localized */
@import "header.css";
@import "footer.css";
@import "form.css";

* {
	margin: 0;
	padding: 0;
}

a:link {
	background: inherit;
	color: #3C6BBB;
}

a:visited {
	background: inherit;
	color: #6B768F;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.button {
	display: block;
	width: 132px;
	padding-right: 10px;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	background-image: url("../images/button.gif");
	background-repeat: no-repeat;
	color: #555;
}

body {
	background: #FFF;
	color: #555;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", verdana, arial, helvetica, sans-serif;
}

#page {
	width: 902px;
	margin: 0 auto;
}

#main {
	width: 902px;
	clear: both;
	margin-top: 20px;
}