@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
    TOPページ用 レイアウト　css
----------------------------------------------------- */

.top {
	background: #000;
	margin: 0px;
	padding: 0px;
}
#topcontainer {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}
/* --------------------------------------------------
    TOPページ用 レイアウト　css
----------------------------------------------------- */
#maincontent {
	text-align: left;
	height: 490px;
	position: static;
	clear: both;
}
#topbottomarea {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	margin-top: 30px;
	clear: both;
	height: auto;
	background: #000 url(../img/index_bottom_bar.jpg) repeat-x center bottom;
	padding-bottom: 10px;
	padding-left: 5px;
}
/* --------------------------------------------------
    TOPページ用 左側ナビ
----------------------------------------------------- */

div#left_navi {
	display: block;
	width: 170px;
	float: left;
	height: auto;
	clear: both;
	margin-top: 10px;
}
/* --------------------------------------------------
    TOPページ用 左側ナビの左側
----------------------------------------------------- */

ul#left_left_side {
	display: block;
	width: 164px;
	float: left;
	padding-left: 0px;
	margin-top: 0px;
}
ul#left_left_side li {
	display: block;
	width: 164px;
	margin-bottom: 7px;
}
ul#left_left_side li.end {
	display: block;
	width: 164px;
	margin-top: 15px;
}
ul#left_left_side li a img {
	display: block;
	border-style: none;
}

/* --------------------------------------------------
    TOPページ用 左側ナビの右側
----------------------------------------------------- */

ul#left_right_side {
	display: block;
	width: 166px;
	float: left;
	padding-left: 14px;
}
ul#left_right_side li {
	display: block;
	margin-bottom: 5px;
}
ul#left_right_side li a img {
	border-style: none;
}
/* --------------------------------------------------
    TOPページ用 ヘッドラインニュース
----------------------------------------------------- */

#Headlinecontenner {
	width: 500px;
	float: left;
	color: #FFF;
	text-align: left;
	margin-left: 20px;
	padding-top: 10px;
}
#Headlinecontenner ul#info {
	margin-top: 5px;
	border-top: 2px solid #D5AE3B;
	height: 250px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 1em 0.5em;
	width: auto;
	margin-bottom: 10px;
}
#Headlinecontenner ul#info span a{
	color: #FFF;
	text-decoration: underline;
}
#Headlinecontenner ul#info span a:hover {
	color: #F7ED12;
	text-decoration: none;
}

#Headlinecontenner ul#info li {
	border-bottom: 1px dashed #C9C9CA;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#Headlinecontenner ul#info li.info {
	background: url(../img/list_info.gif) no-repeat left 3px;
}
#Headlinecontenner ul#info li.info span {
	display: block;
	margin-left: 3.5em;
}
#Headlinecontenner ul#info li.event {
	background: url(../img/list_event.gif) no-repeat left 3px;
}
#Headlinecontenner ul#info li.event span {
	display: block;
	margin-left: 3.5em;
}

#Headlinecontenner ul#info li.news {
	background: url(../img/list_news.gif) no-repeat left 3px;
}
#Headlinecontenner ul#info li.news span {
	display: block;
	margin-left: 3.5em;
}



/* --------------------------------------------------
    TOPページ用 右側ナビ
----------------------------------------------------- */

div#right_navi {
	display: block;
	width: 340px;
	float: right;
	height: auto;
}
/* --------------------------------------------------
    TOPページ用 右側ナビの左側
----------------------------------------------------- */

ul#right_left_side {
	display: block;
	width: 160px;
	float: left;
	padding-left: 0px;
	margin-top: 0px;
}
ul#right_left_side li {
	display: block;
	width: 152px;
	height: 55px;
}
ul#right_left_side li a {
	display: block;
	width: 152px;
	height: 55px;
	text-indent: -9999px;
}
ul#right_left_side li.magazine a {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -1px;
	height: 49px;
}
ul#right_left_side li.magazine a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -284px;
	height: 49px;
}
ul#right_left_side li.menbers a {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -54px;
	height: 49px;
}
ul#right_left_side li.menbers a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -337px;
	height: 49px;
}
ul#right_left_side li.sutaff a {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -110px;
	height: 49px;
}
ul#right_left_side li.sutaff a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -393px;
	height: 49px;
}
ul#right_left_side li.mobile a {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -168px;
	height: 49px;
}
ul#right_left_side li.mobile a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -451px;
	height: 49px;
}
ul#right_left_side li.facilties a {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -226px;
	height: 49px;
}
ul#right_left_side li.facilties a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -4px -509px;
	height: 49px;
}

ul#right_left_side li.greenseason a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -17px;
	height: 49px;
}
ul#right_left_side li.greenseason a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -300px;
	height: 49px;
}
ul#right_left_side li.english a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -180px;
	height: 49px;
}
ul#right_left_side li.english a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -463px;
	height: 49px;
}


/* --------------------------------------------------
    TOPページ用 右側ナビの右側
----------------------------------------------------- */

ul#right_right_side {
	display: block;
	width: 164px;
	float: right;
	padding-left: 0px;
	margin-top: 0px;
}
ul#right_right_side li {
	display: block;
	width: 151px;
	height: 55px;/*text-indent: -9999px;*/
}
ul#right_right_side li a {
	display: block;
	width: 151px;
	height: 55px;
	text-indent: -9999px;
}
ul#right_right_side li.greenseason a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -17px;
	height: 49px;
}
ul#right_right_side li.greenseason a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -300px;
	height: 49px;
}
ul#right_right_side li.party a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -70px;
	height: 49px;
}
ul#right_right_side li.party a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -353px;
	height: 49px;
}
ul#right_right_side li.links a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -123px;
	height: 49px;
}
ul#right_right_side li.links a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -406px;
	height: 49px;
}
ul#right_right_side li.english a {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -180px;
	height: 49px;
}
ul#right_right_side li.english a:hover {
	background: url(../img/right_navi_bg.jpg) no-repeat -162px -463px;
	height: 49px;
}

#busbox {
	clear: both;
	position: static;
}
#busbox img {
	clear: both;
	position: relative;
	text-align: right;
	top: -25px;
	left: 70px;
}
#cunter {
	float: right;
	padding: 1em;
}
#team6 {
	position: relative;
	top: -35px;
	left: 460px;
}
.w_box {
	height: auto;
	width: auto;
}
.w_photo {
	height: auto;
	width: 150px;
	float: left;
}
.w_photo a{
	color: #FFF;
}
.w_gerende {
	float: none;
	width: 140px;
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
	line-height: 1.5;
}
.w_gerende span {
	color: #FFF100;
	text-align: left;
}
.cl_white {
	color: #FFF;
	text-align: left;
}
.midashi_y {
	line-height: 1.5;
	color: #FFF100;
	background: #242424;
}
.top #container #topcontainer #topbottomarea #right_navi #weather {
	background: #242424;
	padding: 0px 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bwbox {
	background: #242424;
	clear: both;
	margin-top: 10px;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
.bwie {
	width: 99%;
}

.comenntarea {
	color: #FFF;
	clear: both;
	text-align: left;
	display: block;
}
#springeigyou {
	width: 500px;
	color: #FFF;
	background: #242424;
	border: 1px solid #FFF100;
}
#springeigyou a {
	color: #FFF;
	text-decoration: underline;
}
#springeigyou a:hover {
	color: #F7ED12;
	text-decoration: none;
}
#springeigyou td{
	padding: 5px 5px 5px 10px;
}
.headbox {
	font-weight: bold;
	color: #FF0;
	padding: 10px;
}
.border_st1 {
	border-bottom: 1px solid #CCC;
}
