﻿body {
	font-family : "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background: url(/common/images/body_bg01.gif) repeat-x left top;
	padding: 0;
	margin: 0;
	color: #333;
}
textarea {
	font-family : "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* +++ ヘッダー +++ */
#wholeWrap {
    position:relative;
	margin: 0 auto;
	width: 760px;
}

/* +++ コンテンツ +++ */
#formArea {
	position:relative;
    margin-top: 50px ;
}
/* +++ コンテンツ +++ */
#formMessage {
	position:relative;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 20px ;
}
#formMaintenanceNothing {
	position:relative;
    margin-bottom: 20px ;
}
.formMaintenance {
	position:relative;
    margin-bottom: 20px ;
}

/* +++ フッター +++ */
#footerArea {
	clear: both;
	padding: 50px 0px 0px 0px;
	background: url(/common/images/bg_foot.gif) repeat-x  center bottom;
}
#footerArea #copyright {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/common/images/bg_copyright.gif) no-repeat  center bottom;
}

