body{
	background:#fff url("images/bg.gif");
	margin:0px;padding:0px;
}
a:link, a:visited{
	text-decoration:none;
}
a:active, a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	margin:0px;padding:0px;
}
#container{
	margin:10px auto;
	padding:0px;
	width:710px;
	background:#fff;
	border:2px outset #fff;
}
#left{
	width:350px;
	float:left;
}
#right{
	width:350px;
	float:right;
	background:url("images/menu_bg.jpg") top right no-repeat;
	}
h1.top{
	font-size:1.2em;
	color:#008000;
	text-align:center;
	font-weight:normal;
}
#right h2{
	background:#ff4500;
	font-size:1em;
	color:#fff;
	border-left:40px solid #008000;
	padding:2px 0px 2px 10px;
	margin-bottom:10px;
	margin-right:5px;
}
#right dt{ margin:0px;padding:2px;font-size:0.9em;}
#right dd{
	font-size:0.9em;
	margin-left:60px;
	margin-bottom:5px;
	border-bottom:1px dashed #ccc;
}
#news{
	margin:5px;
	padding:10px;
	font-size:95%;
	background:#fff;
	border:1px solid #ccc;
    line-height:150%;
}
#news h2{
	color:#f00;
	font-size:1.2em;
	text-align:center;
}
#news ul{
	padding-left:20px;
	list-style:none;
	list-style-image:url("images/link.gif");
}
#access{
	background: url("images/kani01.gif") no-repeat right;
	margin:5px;
	padding:5px 10px;
	border:0px dashed #ccc;
	line-height:1.6em;
}
#access ul{
	list-style:none;
	list-style-image:url("images/link.gif");
}
#info{
	margin:10px 5px;
	padding:10px 20px;
	border:1px dashed #ccc;
	font-size:small;
	line-height:1.5em;
}
#info h3{
	color:#000;
	font-size:1.1em;
	text-align:center;
}
#info p{margin:0px;}
#footer{
	clear:both;
	margin:0px;
	padding:8px;
	text-align:center;
	font-size:small;
	border-top:1px solid #ccc;
}