@charset "utf-8";

.subHeader {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #999999 double 3px;
}

.contentsWidth {
	width: 500px;
	line-break: strict;
}

.lightGrayColor {
	background-color: #dddddd;
	padding: 2px;
	margin-bottom: 2px;
}