/* CSS Document */
.box {
	border: 1px solid #666666;
	text-align:center;
	margin-bottom: 8px;
	padding: 0px;
}
.box .boxtitle {
	font-weight: bold;
	letter-spacing: 0.3pt;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0px;
}
.box .boxcontent {
	padding: 0px;
}
#menu .box {
	font-size: 0.8em;
}

#content_inner .box .boxcontent {
	padding: 10px;
}