/* 基本設定 */
A:link { text-decoration:none; color:#3333ff; }
A:visited { text-decoration:none; color:#5000a0; }
A:active { text-decoration:none; color:#ff0099; }
A:hover { text-decoration:none; background-color:#ffc; color:#0000ff; }
body {
	line-height: 150%;
	margin: 1em 5%; /* [top,bottom] and [left,right] */
	font-size:13px }
}
th,td { font-size:13px; }

TABLE {
	border-collapse: collapse;	/* separate or collapse */
	empty-cells: show;	/* show or hide (not support IE)*/
}

BLOCKQUOTE {
	background: transparent;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	line-height: 120%
}

/* エリア設定 */
#ContentsArea {
	width: 810px;
}

/* パーツ設定 */
#PageTitle {
	background-color:#993333;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding-top:5px;
	padding-bottom:5px;
}

#Box {
	text-align: left;
	margin: 1px;
	padding: 3px;
	line-height: 1.5em;
	float: left;
	border: #999 1px solid;
	overflow: visible;
}

#MenuTitle {
	background-color:#993333;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

#MenuBody {
	padding: 5px;
	line-height: 1.5em;
	text-align: left;
}

