@charset "UTF-8";
#main {
	float: left;
	width: 650px;
	height: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: url(../img/common/main_bg.jpg);
}
#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;
	padding-top: 0px;
	margin-top: 10px;
}
#main #title img {
	margin-top: 10px;
}
#main #body {
	width: 600px;
	padding-left: 50px;
	padding-top: 30px;
	background-image: url(../img/common/main_bg_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
#main #body p  img{
	margin-top: 15px;
}
#main #body strong {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 80px;
}
#main table {
	height: 500px;
	width: 550px;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #000;
	border-collapse: collapse;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#main table th  {
	border: 1px dashed #000;
	padding: 4px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFD;
	height: 20px;
}
#main table tr    {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 4px;
}
#main table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#main #bottom {
	background-image: url(../img/common/main_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 650px;
}
