@charset "UTF-8";
/* CSS Document */

#contents {
	width: 900px;
	text-align: left;
}
#contents h1 {
	height: 60px;
	width: 900px;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 3em;
}
h2 {
	font-size: 16px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
}

#contents-area {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#contents-area ul {
	list-style-type: disc;
	padding-bottom: 25px;
}
#contents-area li {
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 10px;
	line-height: 2em;
}
