div#container{
	width:760px;
	margin:0 auto;
	text-align:left;
}
body {
	background-image: url(images/back-imag1.gif);
	background-repeat: no-repeat;
	background-position: 25px 160px;
}
div#contents {
	width:510px;
	margin-bottom:15px;
	float:right;
	line-height: 1.5em;
	font-size:16px;
}
.mmidasi{
	line-height: 1.3em;
	font-size:16px;
	background-color:#ffeedd;
	border:dotted 1px #bbaa66;
	padding: 5px;
	margin:5px 0 10px 0;
}

div#navi {
	width:210px;
	top:380px;
	left:15px;
	float:left;
}
div#bottom_navi {
	width:450px;
	height:35px;
	margin-top:30px;
	font-size:13px;
	border:solid 1px #bbaa66;
	padding:5px;
	text-align:center;
	align:center;
	vertical-align:middle;
	line-height: 1.0em;
}
div#bottom_navi #prev,#here,#next{
	width:140px;
	text-align:center;
	float:left;
}
#navi li {
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:5px;
}
#navi li a {
	display:block;
	width:185px;
	height:20px;
	padding:5px 10px;
	border-width:1px;
	border-style:solid;
}
#navi li a:link , #navi li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
	border-color:#CCCCCC;
}
#navi li a:hover, #navi li a:active {
	color:#000000;
	text-decoration:none;
	background-color:#EEFF99;
	border-color:#FF0000;
}

