@charset "UTF-8";
#main {
	float: left;
	width: 650px;
	height: auto;
	background-color: #FFF;
	background-image: url(../img/common/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}#main #main_content {
	height: 100px;
	width: 550px;
	margin-top: 50px;
	margin-left: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#main #title {
	background-image: url(../img/common/main_bg_00.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	width: 650px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #title img {
	margin-top: 10px;
}
#main #body {
	width: 550px;
	background-image: url(../img/common/main_bg_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 150px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#main #body p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#main #bottom {
	background-image: url(../img/common/main_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 650px;
}
