#wrapper{
	margin-right: auto;
	margin-left: auto;
	width:672px;
	text-align: left;
}

body{
	text-align: center;
}

#top{
	padding-left: 15px;
	width: 672px;
	margin-left: 0px;
	font-family: fantasy;
	font-style: oblique;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #0066ff;
}

#center{
	width: 672px;	
	clear: left;
	border: 1px solid #0066ff;
}

#footer{
	width: 672px;
	clear: left;
	margin: 5px 30px 0px 0px;
	font-size: 11px;
	text-align: right;
}

#headnavi{
	margin: 5px 0px 5px 0px;
}

#headnavi li{
	margin: 5px 5px 0px 0px;
	background-color: #f0f0f0;
	border: 1px solid #000;
	text-align: center;
	width: 118px;
	height: 22px;
	padding: 3px;
	list-style: none;
	float: left;
}

#leftnavi{
	float: left;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 5px 5px;
	line-height: 150%;

}

#leftnavi h3{
	color: white;
	font-size: 90%;
	border: solid 1px #999;
	background-color: #999;
	margin-bottom: 2px;
	padding-left: 5px;
	line-height: 130%;
}

#rightnavi{
	float: left;
	width: 150px;
      padding: 10px;
  line-height: 150%;
}

#main{
	float: left;
	width: 480px;
      padding: 10px 0px 10px;
  line-height: 150%;
}

p {
	margin-top: 0px;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 15px;
	text-indent: 10px;
}

h3{
	color: #0066ff;
	font-size: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066ff;
	padding-bottom: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0066ff;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #f0ffff
}

h4 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066ff;
	padding-bottom: 3px;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

ul{
	border-right: solid 1px #0066cc;	
	font-size: 90%;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;	
}

li{
	border-left: solid 10px #0066cc;
	border-bottom: solid 1px #0066cc; 
	margin-bottom: 2px;
	padding-left: 5px;
}

dl{
	font-size: 90%;
	margin-left: 5px;
}

dd{
	font-size: 90%;
	margin-left: 5px;
}

/* ‰æ‘œ */
#main img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#leftnavi img{
	align: center;
}