@charset "utf-8";



body div#container {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h1{
	margin-top: 20px;
	margin-bottom: 30px;
}

#contents{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

h2{
	text-align: left;
	margin-bottom: 5px;
	color: #CC6666;
}


a:link		{ color: #336666; text-decoration:  none; }
a:visited { color: #336666;text-decoration:  none; }
a:hover   { color: #CC0000; text-decoration:  none; }
a:active  { color: #CC0000; text-decoration:  none; }


dl.title{
	width: 600px;
	margin: 5px auto 10px;
	color: #CC6666;
}

dl.title dt{
	font-weight: bold;
	text-align: center;
	display: block;
	clear: left;
	float: left;
}
dl.title dd{
	margin-left:100px;
	text-align: center;
	display: block;
	font-weight: bold;
}

dl.index{
	width: 600px;
	margin: 5px auto 30px;
}

dl.index dt{
	margin-bottom: 10px;
	text-align: center;
	display: block;
	clear: left;
	float: left;
	width: 70px;
}
dl.index dd{
	margin-bottom: 10px;
	margin-left:100px;
	text-align: left;
	display: block;
}
