@charset "UTF-8";
#naiyou {
	width: 250px;
	background-image: url(../img/naiyou/naiyou_bg.jpg);
	float: left;
	height: 820px;
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: left;
	width: 650px;
	height: 500px;
	background-image: url(../img/common/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#main #title {
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/common/main_bg_00.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 650px;
	margin-top: 20px;
}
#main #body {
	width: 590px;
	padding-top: 30px;
	padding-left: 60px;
	background-image: url(../img/common/main_bg_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 400px;
}

#main #body table {
	border: 1px ridge #000;
	border-collapse:collapse;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 530px;
	height: 300px;
}
#main #body table tr,th,td{
	border: 1px solid #000;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#main #body table tr th {
	text-align: center;
	font-weight: bolder;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFD;
}
#main #body table tr td ul li {
	list-style-type: square;
	list-style-position: inside;
}
#main #bottom {
	background-image: url(../img/common/main_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 650px;
}
