@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 0.8em;
	color: #666666;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(/images/mb_pr/background.gif);
}
a {
	color: #0000FF;
}
.form_error {
	color: #FF0000;
	font-size: 0.8em;
}
#pagearea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#contents {
	width: 900px;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.iiiplanning {
	clear: both;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}
.iiiplanning a {
	color: #0000FF;
}
#footer {
	clear: both;
	background-image: url(/images/common/footer_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	height: 30px;
}
#footer ul {
	padding-left: 20px;
}

#footer li {
	float: left;
	padding-right: 10px;
	padding-top: 13px;
}
#footer p {
	text-align: right;
	padding-right: 10px;
}
#footer p img {
	vertical-align: middle;
	margin-right: 3px;
}
