@charset "utf-8";
@import url("./rightmenu.css");

/*---ヘッダー直下---*/

.body #CONTENTS #MAIN p.tree {
	font-size : 12px;
	margin : 0 0 20px 0;
	letter-spacing : 1px;
}

.body #CONTENTS #MAIN h2 {
	margin : 0 10px 20px 0;
	height : auto;
	float : left;
}

.body #CONTENTS #MAIN p.comment {
	width : 450px;
	height : auto;
	margin : 5px 0 10px 10px;
	font-size : 12px;
	line-height : 14px;
	letter-spacing : 2px;
	float : none;
}

#MAIN table {
	width : auto;
	border-collapse : collapse;
	font-size : 12px;
	float : left;
}

#MAIN th,
#MAIN td {
	vertical-align : top;
}

#MAIN th {
	background : #DDDDDD;
	border-right : 1px solid #000000;
	letter-spacing : 1px;
	padding : 2px 0 2px 4px;
	margin-right : 10px;
}

#MAIN td {
	padding-left : 5px;
	line-height : 16px;
}