@charset "Shift_JIS";
#subnavi{
	text-align: ;
	border-bottom: solid #ffffff 1px;
	padding:3px;
	font-family: Arial;
}
h1{
	display: block;
	float: left;
	font-size: 120%;
	margin:0px 0px 0px 20px;
}
#subnavi li{
	list-style-type: none;
	display:inline;
	margin:0px 13px;
	height: 1em;
	font-weight:bold;
}
#subnavi ul{
	margin-left: 300px;
	padding:0px;
	
}
#subnavi a{
	color:#ffffff;
	text-decoration:none;
}
#subnavi a:hover{
	color:#ffcc66;
}
#contents div{
	background-color: #eeeeee;
	width:80%;
	margin:auto;
	margin-top:10px;
	padding:15px;
	color:#333;
	border:solid #055 2px;
}
#contents dl{
}
#contents dt{
	float:left;
	width:6em;
	text-align: right;
	border: solid #eee 1px;
}
#contents dd{
	display: block;
	width:auto;
	height:100%;
	border: solid #eee 1px;
}
#contents p{
	background-color: #ccc;
	clear: both;
	margin-top: 3px;
	padding: 5px;
	border: solid #333 1px;
}