@charset "utf-8";
/*--------------------------------------------------------インデックスcssファイル*/
/*---------------------------------------index*/
h1 a {
	color: #336699;
}
h2 {
	margin: 10px 0;
	font-weight: bold;
}
#index object {
	margin: 20px;
}
#body {
	width: 700px;
	text-align: center;
}
#body h3 {
	font: bold 20px Georgia, serif;
}
#body #topix {
	width: 300px;
	height: 50px;
	margin: 10px auto;
	border: 1px solid #222222;
	padding: 5px;
	overflow: auto;
	background: url(../img/contentsback.gif) repeat;
}
#body #topix dl {
	text-align: left;
}
#body #topix dt {
	font-size: 10px;
	color: #999999;
}
#body #topix dd {
	margin: 3px 0 5px 10px;
}
#body #topix dd a {
	color: #ffffff;
}
