@charset "utf-8";

div#wrapper{
	margin: 10px auto;
	width: 800px;/* サイトの横幅変更！ */
	overflow: hidden;
	zoom: 1;
}
h1{
	font-size: 200%;
	float: left;
}
h2{
	line-height: 3;
}
ul#pan{/* パンくず */
	overflow: hidden;
	zoom: 1;
	float: right;
}
ul#pan li{
	float: left;
	margin-right: 5px;
}
ul#pan li a:hover{
	font-weight: bold;
}
ul#nav li{
	float: left;
	margin-top: 10px;
	margin-right: 20px;/* メニューの間隔変更！ */
}
h3{
	font-size: 150%;
	clear: both;
}
dt{
	font-weight: bold;
	font-size: 120%;
}
p#cr{
	text-align: center;
}