@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html {
	scrollbar-base-color: #660099;
}


body,td,th {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size:12px;
	line-height: 1.5;
	background-color: #660099;
	color: #000000;
}

/*よく使うもの*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.layoutCenter{
	margin: 0 auto;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
img{
	border: none;
}

/*リンク*/
a{
	color: #0000FF;
}
a:hover{
	color: #ff0000;
}


/*ここから*/

#contents{
	width:725px;
}

/*右カラム*/
#right{
	float: right;
	width:255px;
	text-align:center;
}

/*左カラム*/
#left{
	float: left;
	width:470px;
	text-align:center;
}

.setumei{
	width:240px;
	margin: 0 auto;
	background-color: #fff;
	padding:5px;
}

.setumei h1{
	font-size:12px;
}

h3.moji {
	width: 254px;
	height: 128px;
	background: url(../img/mojo.gif) no-repeat;
}

h3.moji span {
	display: none;
}

#right h2.logo {
	width: 250px;
	height: 200px;
	background: url(../img/logo.jpg) no-repeat;
}

#right h2.logo a {
	display: block;
	width: 250px;
	height: 200px;
}

#right h2.logo span {
	display: none;
}


.b468 img{
	margin-bottom:15px;
}

.kousin{
	float:left;
	width:260px;
	height: 200px;
	margin: 10px 0 0 10px;
	text-align:left;
	background-color: #fff;
	color:#000;
	padding:5px;
	overflow: auto;
}



.tiiki{
	float:right;
	width:180px;
	text-align:center;
}


#nav {
	background:url(../img/top_menu.gif) no-repeat;
	width:105px;
	height:198px;
	margin: 0 auto;

}

#nav span {
	display: none;
}

#nav li, #nav a {
	width:105px;
	height:22px;
	display:block;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
}

#nav01 a:hover {
	background:url(../img/top_menu.gif) -104px 0px no-repeat;
}
#nav02 a:hover {
	background:url(../img/top_menu.gif) -104px -22px no-repeat;
}
#nav03 a:hover {
	background:url(../img/top_menu.gif) -104px -44px no-repeat;
}
#nav04 a:hover {
	background:url(../img/top_menu.gif) -104px -66px no-repeat;
}
#nav05 a:hover {
	background:url(../img/top_menu.gif) -104px -88px no-repeat;
}
#nav06 a:hover {
	background:url(../img/top_menu.gif) -104px -110px no-repeat;
}
#nav07 a:hover {
	background:url(../img/top_menu.gif) -104px -132px no-repeat;
}
#nav08 a:hover {
	background:url(../img/top_menu.gif) -104px -154px no-repeat;
}
#nav09 a:hover {
	background:url(../img/top_menu.gif) -104px -176px no-repeat;
}

.style1 {
	color: #fff;
}


/*中ページ*/

h1.logo {
	width: 250px;
	height: 200px;
	background: url(../img/logo.jpg) no-repeat;
}

h1.logo a {
	display: block;
	width: 250px;
	height: 200px;
}

h1.logo span {
	display: none;
}

#right h2{
	background:url(../img/top_menu.gif) no-repeat;
	width:105px;
	height:22px;
	margin: 0 auto;
}
#right h2 span{
	display: none;
}

#right h2 a{
	width:105px;
	height:22px;
	display:block;
}

h2.hokkaido a{
	background:url(../img/top_menu.gif) 0px 0px no-repeat;
}

h2.hokkaido a:hover {
	background:url(../img/top_menu.gif) -104px 0px no-repeat;
}

h2.tohoku a{
	background:url(../img/top_menu.gif) 0px -22px no-repeat;
}

h2.tohoku a:hover {
	background:url(../img/top_menu.gif) -104px -22px no-repeat;
}

h2.kanto a{
	background:url(../img/top_menu.gif) 0px -44px no-repeat;
}

h2.kanto a:hover {
	background:url(../img/top_menu.gif) -104px -44px no-repeat;
}

h2.chubu a{
	background:url(../img/top_menu.gif) 0px -66px no-repeat;
}

h2.chubu a:hover {
	background:url(../img/top_menu.gif) -104px -66px no-repeat;
}

h2.kinki a{
	background:url(../img/top_menu.gif) 0px -88px no-repeat;
}

h2.kinki a:hover {
	background:url(../img/top_menu.gif) -104px -88px no-repeat;
}

h2.chushi a{
	background:url(../img/top_menu.gif) 0px -110px no-repeat;
}

h2.chushi a:hover {
	background:url(../img/top_menu.gif) -104px -110px no-repeat;
}

h2.kyushu a{
	background:url(../img/top_menu.gif) 0px -132px no-repeat;
}

h2.kyushu a:hover {
	background:url(../img/top_menu.gif) -104px -132px no-repeat;
}

h2.okinawa a{
	background:url(../img/top_menu.gif) 0px -154px no-repeat;
}

h2.okinawa a:hover {
	background:url(../img/top_menu.gif) -104px -154px no-repeat;
}

h2.link a{
	background:url(../img/top_menu.gif) 0px -176px no-repeat;
}

h2.link a:hover {
	background:url(../img/top_menu.gif) -104px -176px no-repeat;
}




#nakanav {
	background:url(../img/naka_menu.gif) no-repeat;
	width:216px;
	height:136px;
	margin: 0 auto;
}

#nakanav span {
	display: none;
}

#nakanav li, #nakanav a {
	width:216px;
	height:34px;
	display:block;
}

#nakanav li {
	float:left;
	list-style:none;
	display:inline;
}

#nakanav01 a:hover {
	background:url(../img/naka_menu.gif) -216px 0px no-repeat;
}
#nakanav02 a:hover {
	background:url(../img/naka_menu.gif) -216px -34px no-repeat;
}
#nakanav03 a:hover {
	background:url(../img/naka_menu.gif) -216px -68px no-repeat;
}
#nakanav04 a:hover {
	background:url(../img/naka_menu.gif) -216px -102px no-repeat;
}




















.waku{
	text-align:left;
	border-width: 2px 2px 2px 2px ;
	border-style: solid;
	border-color: #660099;
	background-color: #ffffff;
	color:#000000;
	margin: 0px;
	padding:5px;
}

div.link{
	width:250px;
	font-size:24px;
	background-color: #ffffff;
	color:#000000;
	padding:5px 5px 5px 5px;
}

input, select, textarea { 
	background-color: #ffffff;
	color: #000000;
	width:400px;
} 

table.koukoku {
	margin:auto;
	border-spacing: 0px;
	width:470px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF02BF;

}
table.koukoku th, table.koukoku td {
	border-width: 1px;
	border-style: solid;
	border-color: #FF02BF;
	background-color: #ffffff;
}

table.koukoku2 {
	border: none;
}
table.koukoku2 th, table.koukoku2 td {
	font-size: 12px;
	border: none;
}

