@charset "utf-8";
/* CSS Document */

/*-------------テーブル左側第01層-----------------*/
#mainBody #mainArea .left {
	width: 325px;
	background-color: #F7F3F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #590000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#mainBody #mainArea .left img {
	margin-right: 10px;
	margin-left: 10px;
}

/*-------------テーブル左側第02層-----------------*/
#mainBody #mainArea .left2 {
	width: 270px;
	background-color: #F7F3F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #590000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 70px;
}
#mainBody #mainArea .left2 img {
	margin-right: 10px;
	margin-left: 10px;
}

/*-------------テーブル左側第03層-----------------*/
#mainBody #mainArea .left3 {
	width: 185px;
	background-color: #F7F3F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #590000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 150px;
}
#mainBody #mainArea .left3 img {
	margin-right: 10px;
	margin-left: 10px;
}

/*-------------テーブル右側-----------------*/
#mainBody #mainArea .right {
	width: 305px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

