/* 基本設定 */
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:#369;
	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:#000099;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

#MenuBody {
	background-color:#fff;
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
}

#MenuList {
	background-color:#fff;
	color:#003;
	padding: 0 0 0 10;
	text-decoration:none;
	text-align:left;
	font-size:12px;
}

.CMenu {
	background-color:#CCCCCC;
	border-left:1px solid #cccccc;
	border-right:1px solid #666666;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #666666;

	width:200px;
	text-decoration:none;
	color:#003;
	text-align:center;
	font-size:12px;
	cursor:hand;
}

.PageTitle {
	color:#ffffff;
	text-align:center;
	font-size:50px;
	font-weight: bold;

	height:200px;
	padding:3;
	filter:shadow(color='#666',direction=145);
/*	filter:glow();	*/
}
