@charset "utf-8";
/* CSS Document */

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	margin: 0;
	padding: 150px 0 0 0;
	background-color: #e0ffff;
	font: 14px/1.5 'Times New Roman',verdana,arial,helvetica,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	margin: 0px;
	padding: 0px;
}
/* ---------- /body ---------- */
/* ---------- anchor ---------- */

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #0CC;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #F90;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */
/* ---------- font ---------- */
.fs10{
	font-size: 10px;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs18{
	font-size: 18px;
}
.fc01{
	color: #930;
} 
.fc02{
	color: #099;
} 
.fc03{
	color: #fff;
} 
.bold{
	font-size: 14px;
	font-weight: bold;
}
/* ---------- /font ---------- */
/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img {
	/*vertical-align:middle;*/
	padding: 0px;
	margin-top: 20px;
	margin-right: auto
	margin-bottom: 0px;
	margin-left: auto;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 5 10px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 5px 10px 10px;
	}
/* ---------- /img ---------- */
/* ---------- h1, h2, h3, h4, h5, h6 ---------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
/* ---------- /h1, h2, h3, h4, h5, h6 ---------- */
/*---------- レイアウト ---------- */
#header{
	/* position: fixed !important; */
	/* position: absolute; */
	margin: 0px;
	width: 100%;
	/* height: 150px; */
	background-image: url(/img/bg01.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
	/* border:solid 3px green; */
}


.header_box{
	width: 1040px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	/* border:solid 1px; */
	overflow:hidden;
}
.header_box h1{
	font-size: 10px;
	color: #666;
}


/* clearfix */
.header_box:before,
.header_box:after {
	content: "";
	display: table;
}
.header_box:after {
	clear: both;
}

.logo {
	float: left;
	width: 200px;
	/* height: 200px; */
	margin: 0px;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	/* border: 1px solid green; */
	text-align:center;
	overflow:hidden
	}
.toppic_box {
	float: right;
	width: 800px;
	/* padding-left: 20px;*/
	margin-right:10px;
	margin-top: 0px;
	/* border: solid 1px; */
}
.toppic {
	display:block;
	width: 750px;
	/* height: 125px; */
	/* padding-left: 20px; */
	margin: 0 auto;
	overflow:hidden;
	/* border: 1px solid green; */
}

/* ---------- ナビゲーション ---------- */
#globalNavi{
	margin-top: 10px;
	margin-left: 55px;
}

#globalNavi ul{
	margin: 0px;
	padding: 0px;
	line-height: 1;
	list-style-type: none;
}

#globalNavi li{
	margin: 0px;
	padding: 1px 1px 1px 2px;
	float: left;
	width: 110px;
	text-align: center;
}

#globalNavi li a{
	padding: 8px 5px;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #099;
}

#globalNavi li a:hover {
	background-color: #0CC;
	border: 1px solid #099;
	color: #FFF;
}

/* ClearFix */

#globalNavi ul{
	_height: 1px;
	min-height: 1px;
}

#globalNavi ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ---------- /ナビゲーション ---------- */

/*---------- コンテンツ ---------- */
#contents{
	width: 1040px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	/* border:solid 1px blue; */
	/* background-color: #FFFFFF; */
	overflow:hidden;
}

#sidebar{
	/* background-color: #ccffcc; */
	background-color: #ffffff;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 5px;
	/* border:solid 1px; */
}

#sidebar h2{
	background-image: url(/img/submenu_h2.jpg);
	height: 25px;
	width: 180px;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}

.menu_table {
	border: 1px solid #00CC66;
	border-collapse: collapse;
	width:190px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 5px;
	margin-left: 5px;
}
.mcell1 {
	width:12px;
	padding: 0px;
}
.mcell2 {
	width:10px;
	padding: 0px;
}
.mcellw3 {
	width:10px;
	padding: 0px;
}
.itemcell {
	height:25px;
	padding-left: 5px;
}
/*サイドテキストエリア*/
.side_txbox{
	border: 1px solid #00CC66;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}

.scroll_box{
 	border: 1px solid #00CC66;
 	height:400px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	overflow:scroll;
}

.title_box{
	background-color:blue;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Main area */
#main{
	float:right;
	/*background-color: #FFFFFF;*/
	background-image:url(/image/background/kimichanbg.jpg);
	/* background-image:url(/image/background/xmasbk.gif); */
	/* background-image:url(/image/background/newyearbg.gif); */
	background-size:contain;
	border:outset 20px #00e600;
	width: 800px;
	/* padding-left: 20px; */
	margin-top: 0px;
	margin-left:0px;
	border:outset 5px #00e600;
	color:black;
}
#main h2{
	background-image: url(/img/main_h2.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 620px;
	margin-left:70px;
	padding-left: 40px;
	font-weight: bold;
	font-size:20px;
	color:blue;
	padding-top: 5px;
}

#main h3{
	background-image: url(/img/main_h3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 620px;
	margin-top:10px;
	margin-left:70px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 8px;
	color: #21A3A3;
}
.main_box0{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	margin-right: 10px;
	font-size: 12px;
}
.main_box{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 650px;
	/* border:solid 1px; */
}
.main_box2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 650px;
	overflow:hidden;
	text-align:left;
	/* border:solid 1px; */
}
.main_box3{
	margin: 5px auto;
	width: 650px;
}
.linkitem_box{
	float: left;
	margin-left:20px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* clearfix */
.main_box3:before,
.main_box3:after {
	content: "";
	display: table;
}
.main_box3:after {
	clear: both;
}

.map_table {
	margin-top:20px;
	margin-botom:20px;
	margin-left:auto;
	margin-right:auto;
	table-layout:auto;
	/* border: 1px solid #00CC66; */
	border-collapse: separate;
	border-spacing:4px;
	font-size:11px;
}
#nagasaki {
	width:30px;
	}
#saga {
	width:30px;
}
#kumamoto {
	width:40px;
}
#oita {
	width:40px;
}
#yamaguchi {
	width:45px;
}
#shimane {
	width:45px;
}
#tottori {
	width:45px;
}
#hyogo {
	width:35px;
}
#kyoto {
	width:35px;
}
#nara {
	width:30px;
}
#ishikawa {
	width:30px;
}
#toyama {
	width:35px;
}
#nagano {
	width:35px;
}
#gunma {
	width:35px;
}
#akita {
	width:35px;
}
#iwate {
	width:35px;
}

.normal{
	padding:1px;
	border: 1px #00CC66 solid;
	background-color: #ccffcc;
	text-align:center;
}
.highlight{
	padding:1px;
	border: 1px #00CC66 solid;
	background-color: #330099;
	text-align:center;
	color: #FFFFFF;
}
.na {
	padding:1px;
	border: 1px #00CC66 solid;
	background-color: #ffffff;
	text-align:center;
}
.blank{
	padding:1px;
	/* border: 1px #c0c0c0 solid; */
	text-align:center;
}

/* --- coin specification --- */
table.coinspec{
	width:350px;
	font-size: 12px;
	border:outset 5px #0f13bd;
	border-collapse:collapse;
}


table.coinspec th {
	padding: 2px 8px;
	font-weight: bold;
	border: 1px solid navy;
}

table.coinspec td {
	padding: 2px 8px;
	border: 1px solid navy;
}
/* --- coin specification --- */


/*
---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(/img/footer_bg01.jpg);
	height: 80px;
	/* border:solid 3px green; */
}
#footer_box{
	width: 1040px;
	text-align:left;
	color: #333;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
