@charset "utf-8";
@import "nivo-slider.css";
* {
        padding:0;
        margin:0;
    }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0;
	padding:0;
}
li, dd { margin-left:0; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
img{ vertical-align: top; }
em{
	font-style:normal;
	}
	
html{
	margin:0;
	padding:0;
	height:100%;
	}
body {
	font-size: 100%;
	background-color: #fff;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}
a {
	color:#0CF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#navigation{
	width:700px;
	}
.fleft{
	font-size:1.2em;
	float:right;
	}
.fright{
	font-size:1.2em;
	float:left;
	}
#container {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 100%;
	font-size: 75%;
	margin: 0px auto;
	text-align: center;
	z-index:0;
}
#fixed-box {
	width:950px;
	text-align:center;
	margin:0 auto;
	z-index:1;
	position:relative;
	top:0;
	left:0;
}
#header {
	text-align:center;
	height: 107px;
	margin: 0 auto;
	background-image:url(../images/common/headerbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}
#header div {
	text-align:center;
	margin:0 auto;
	width:950px;
	height:107px;
	position:relative;
	top:0;
	left:0;
}
#bgrepeat{
	text-align: center;
	height: 107px;
	width: 100%;
	margin: 0px auto;
	background-image:url(../images/common/bgrepeat.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:0;
	}
h1 {
	position:absolute;
	left: 0;
	top: 8px;
	height: 80px;
	width: 600px;

}
#areanavi {
	width: 950px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	border-bottom:6px solid #7FBF00;
}
#areanavi ul {
	height: 65px;
	list-style : none;
}
#areanavi li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
#glovalnavi {
	top:0;
}
#contents {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	background-color:#a8d734;
	position:relative;
	top:48px;
	left:0;
	height: 1030px;
	padding-bottom:0;
	z-index:1200;
}
#topimage {
	height: 350px;
	width: 950px;
	margin: 0;
	padding: 0;
	text-align:left;
	position:relative;
	top:0;
	left:0;
	z-index:0;
}
#topillust {
	position:absolute;
	top:180px;
	left:0;
	z-index:1000;
}
#leftnavi{
	width:230px;
	position:relative;
	height:1200px;
	top:0;
	left:0;
	}
#glovalnavi {
	width: 205px;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align: center;
	position:relative;
	top:15px;
	left:0;
}
#glovalnavi ul {
	list-style : none;
	margin:0;
	padding:0;
}
#glovalnavi li {
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 0 7px 0;
}
#subnavi {
	width: 205px;
	height:auto;
	margin: 0 auto;
	text-align: center;
	position:relative;
	top:15px;
	left:0;
}
#subnavi ul {
	list-style : none;
	margin:0;
	padding:0;
}
#subnavi li {
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 0 5px 0;
}
#left {
	width:205px;
	position:relative;
	top:-15px;
	left:15px;
	float:left;
	margin:0;
	background-color:#a8d734;
	}
#center {
	width:470px;
	height:950px;
	position:relative;
	top:8px;
	left:35px;
	float:left;
	margin:0;
	padding:0;
	background-color:#a8d734;
	}
#right {
	width:207px;
	height:auto;
	position:relative;
	top:8px;
	left:55px;
	float:left;
	padding:0;
	background-color:#a8d734;
	}
.onsenbanner{
	margin-bottom:15px;
	}
.presentcpbanner{
	margin-bottom:15px;
	}
#news{
	position:relative;
	top:0;
	left:0;
	}
#newslog{
	position:absolute;
	top:6px;
	left:370px;
	}
#newslog a{
	color:#FFF;
	text-decoration:underline;
	}
#newslog a:hover {
	color: #00F;
}
#feed{
	position:absolute;
	top:6px;
	left:450px;
	}
#newsbox a {
	color:#00F;
}
#newsbox a:hover {
	color: #0CF;
}
h2 {
	text-align:left;
	position: relative;
	left: 0;
	top: 0;
	height: 26px;
	width: 470px;
	margin:0;
	padding:0;
}
#footer p {
	color:#FFF;
	line-height:3.5em;
}
.lline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
.rline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.clearfix:after {
content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix{zoom:1;}
h3 {
	text-align: left;
	margin: 0;
	padding:0;
	position:relative;
	top:0;
	left:0;
}
.date{
	width:100px;
	display:inline-block;
	}
#newsbox p{
	line-height:1.7em;
	border-bottom:1px dotted #999;
	}
#newsbox dl{
	padding:5px 10px 10px 10px;
	}
#newsbox dd{
	border-bottom:1px dotted #630;
	padding-top:0.5em;
	}
#slideshow { position:relative; left:0; top:0; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }
#slideshow a{
	display:block;
}
#taishibanner{
	margin-top:15px;
	}
#newsbanner{
	margin-top:5px;
	}
#newsbox{
	width:470px;
	background-color:#FFF;
	padding:0;
	text-align:left;
	}
#search{
	position:relative;
	top:0;
	left:0;
	margin-top:15px;
	}
#search strong{
	text-align:left;
	display:block;
	position:relative;
	top:8px;
	left:8px;
	}
#search-cate{
	float:left;
	width:165px;
	height:270px;
	background-color:#fc9;
	position:relative;
	top:0;
	left:0;
	}
.DropDownField{
	padding-bottom:1em;
	}
.DropDownField select{
	width:120px;
	}
#custom-form{
	text-align:left;
	position:relative;
	top:15px;
	left:8px;
	}
#search-area{
	float:left;
	width:290px;
	height:270px;
	background-color:#fff;
	position:relative;
	top:0;
	left:15px;
	}
#rightnavi {
	width: 205px;
	margin: 0 auto;
	text-align: center;
}
#rightnavi ul {
	list-style : none;
	margin-bottom:10px;
}
#rightnavi li {
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 0 5px 0;
}
#searchbox{
	position:relative;
	top:10px;
	left:0;
	}
#search-illust{
	position:absolute;
	top:46px;
	left:175px;
	}
#search-map{
	position:absolute;
	top:35px;
	left:10px;
	}
#language{
	width:470px;
	height:80px;
	background-image:url(../images/index/language_bg.jpg);
	margin:5px 0 0 0;
	}
#language ul{
	text-align:left;
	list-style : none;
	position:relative;
	top:55px;
	left:0px;
	}
#language li{
	display:inline;
	list-style-position: outside;
	list-style-type: none;
	padding:0 12px;
	}
#language a{
	text-decoration:underline;
	}
#copyright{
	text-align:center;
	margin:0 auto;
	width:850px;
	height:40px;
	background-image:url(../images/common/footer_bg.png);
	background-repeat:no-repeat;
	}
#footernavi{
	width:810px;
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	}
#footernavi ul {
	list-style : none;
	padding:0;
	font-size: 90%;
	padding:5px 0;
}
#footernavi li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding:0 8px;
}
img, div, input { behavior: url("http://gunma-dc.net/test/iepngfix/iepngfix.htc"); }
#banners{
	width:950px;
	float:left;
	background-color:#a8d734;
	height:130px;
	position:relative;
	top:20px;
	z-index:1201;
	border-top:#CF6 1px solid;
	border-bottom:#CF6 1px solid;
	}
#banners ul{
	width:900px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:center;
	list-style : none;
	}
#banners li{
	height:70px;
	display:inline;
	list-style-position: outside;
	list-style-type: none;
	margin:0 12px;
	z-index:1000;
	}
#banners img{
	border:#888 1px solid;
	}
#searchform{
	width:950px;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	top:0;
	left:0;
	}
#footer {
	float:left;
	text-align: center;
	background-color:#006;
	margin:0 auto;
	width: 950px;
	height:190px;
	position:relative;
	top:0;
	left:0;
	z-index:1202;
}

