@charset "utf-8";

/*========== モジュール読み込み ==========*/
@import "clearfix.css";
@import "default.css";

/*========== Common ==========*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.gif) left top repeat-x #fff;
	text-align: center;
}

#wrapper {
	width: 914px;
	margin: 0 auto;
	text-align: left;
}

/*========== LinkStyles ==========*/
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

/*========== FontStyles ==========*/
.text {
	font-size: 93%;
}

.textSmall {
	font-size: 85%;
}


/*========== Footer ==========*/
#footer {
	width: 914px;
	height: 44px;
	margin: 0;
	margin: 25px 0 0;
	background: url(../images/footer_bg.gif) left top no-repeat;
	font-size: 93%;
	text-align: center;
}
#footer p {
	padding: 14px 0 0;
}


/*========== Copyright ==========*/
#copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 85%;
}