@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,th,td,form {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family: sans-serif,  HiraMaruPro-W4;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 676px;
}
#menu {
	background-image: url(../../img/menu/menu_bg.gif);
	height: 30px;
	overflow: hidden;
	width: 676px;
	background-repeat: repeat-x;
}
#menu  ul {
		margin: 0;
		padding: 0;
}
#menu  li {
	margin: 0;
	display:block;
	float: left;
}
#menu  ul  li  a {
	text-indent: -9999px;
	height: 30px;
	display: block;
}
#menu    li    a#navi00{
	background-image: url(../../img/menu/menu00.gif);
	width: 136px;
}
#menu   li   a#navi01{
	background-image: url(../../img/menu/menu01.gif);
	width: 135px;
}
#menu    li    a#navi02{
	background-image: url(../../img/menu/menu02.gif);
	width: 135px;
}
#menu     li     a#navi03{
	background-image: url(../../img/menu/menu03.gif);
	width: 135px;
}
#menu      li      a#navi04{
	background-image: url(../../img/menu/menu04.gif);
	width: 135px;
}
#menu  ul  li  a:hover {
	background-position: 0px -30px;
}
#menu  ul  li  a.current {
	background-position: 0px -30px;
}
#topimage {
	height: 127px;
	background-image: url(../img/topimage.jpg);
	text-indent: -9999px;
}
#root {
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#title {
	height: 30px;
}
#title h1 {
	background-image: url(../img/title_bg.gif);
	height: 30px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
}
#mainContents {
	padding: 10px 5px;
}
#mainContents p {
	padding-bottom: 5px;
}
#mainContents .map {
	padding-left: 50px;
	padding-top: 5px;
	border: 1px solid #46B14A;
	padding-bottom: 5px;
}
.information {
	padding: 5px;
}
.information h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.information  h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}
.information p {
	padding-left: 10px;
}
#wrapper #dot {
	clear: both;
	background-image: url(../../img/dot_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 20px;
}
#copy {
	background-image: url(../../img/copy_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 257px;
	clear: left;
	float: left;
}
#copy .title {
	background-image: url(../../img/topics_title02.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 20px;
	width: 204px;
	margin-left: 5px;
	margin-top: 5px;
}
#copy .info {
	margin-left: 6px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 15px;
	margin-top: 5px;
	font-size: 10px;
}
#copy  a:link {
	text-decoration: none;
	color: #666666;
}
#copy   a:hover {
	text-decoration: underline;
	color: #FF3300;
}
#copy    a:visited {
	text-decoration: underline;
	color: #000000;
}
#footer {
	clear: right;
	float: right;
	width: 400px;
	height: 130px;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#footer  a:hover {
	text-decoration: underline;
	color: #FF3300;
}
#footer   a:visited {
	text-decoration: underline;
	color: #000000;
}
#footer .co01 {
	color: #008735;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	width: 25px;
	clear: left;
	float: left;
}
#footer .co02 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-left: 35px;
	font-size: 12px;
}
#footer .co04 {
	margin-left: 35px;
	font-size: 10px;
}
