@charset "utf-8";

div#container01{
	margin: 10px auto;
	width: 975px;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	padding: 20px;
}
a, a:visited{
	color: #AF0002;
}
h1{
	font-size: 150%;
	float: left;
	margin: 2px 0 5px;
	line-height: 1.2;
}
ul#nav{
	height: 45px;
	border: solid 3px #FF6E00;
}
ul#nav li a{
	color: #FF6E00;
	font-weight: bold;
	display: block;
}
ul#nav li a:hover{/* ロールオーバー */
	background-color: #FF6E00;
	color: #fff;
}
li#nav_top{
	padding-left: 10px;
}
h2{
	line-height: 1.5;
	font-size: 170%;
	margin: 15px 0 10px;
}
p{
	font-size: 85%;
	text-align: justify;
	text-justify: inter-ideograph;
}
p a{
	color: #AF0002;
}
p a:hover{
	text-decoration: underline;
}
ul#pan{/* パンくず */
	overflow: hidden;
	zoom: 1;
	float: right;
	font-size: 80%;
	margin-top: 8px;
}
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: 40px;
}
p.pr_text{
	margin-top: 20px;
	font-weight: bold;
	border-left: solid 10px #FF6E00;
	border-bottom: solid 1px #FF6E00;
	padding-left: 5px;
}
p.pr_text a{
	color: #FF6E00;
}
p#last{
	margin-top: 25px;
	text-align: center;
	font-size: 80%;
	border: solid 1px #FF6E00;
	margin-top: 30px;
}
p#last a{
	color: #FF6E00;
}
dl{
	border: solid 1px #00BBFF;
	margin-top: 30px;
	font-size: 85%;
	padding: 10px;
}
dt{
	font-weight: bold;
}
dd{
	margin-bottom: 15px;
}