* html #footer {
	bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}
#time tr .time_t {
	width: 30px;
}

img{vertical-align: bottom;}
/*css Reset------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}


/*main------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳゴシック", "MS Gothic", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font-size: x-small;
	color: #666;
}
a:link , a:visited{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #628755;
	text-decoration: underline;
}

#wrap {
	width: 900px;
	position: relative;
		margin-right: auto;
	margin-left: auto;

}
.text_1em {
	letter-spacing: 1em;
}

.text_xs {
	font-size: 77%;　/*10px*/
}
.text_s {
	font-size: 85%;　/*11px*/
}
.text_12 {
	font-size: 93%;　/*12px*/
}
.text_left {
　/*12px*/;
	text-align: left;
}
.guide6_1_type {
	text-align: left;
}
.margin-bottom {
		margin-bottom: 20px;
}
.guide_contents {
	margin-bottom: 20px;
}



/*header------------------------------------------------*/

#header {
	height: 149px;
	background-image: url(../img/header_back.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#logo {
	position: absolute;
	margin-top: 36px;
	margin-left: 15px;
}
#headnav {
	width: 243px;
	float: right;
	margin-right: 18px;
	margin-top: 30px;
}
#top_nav {
	height: 23px;
	width: 243px;
	float: right;
	background-image: url(../img/top_nav_back.png);
	background-repeat: no-repeat;
}
#top_nav ul {
	color: #FFF;
	font-size: 65%;
	padding-right: 1px;
	padding-left: 1px;
}
#top_nav ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 60px;
	height: 20px;
	margin-top: 6px;
	font-size: 90%;
	color: #FFF;
}
#top_nav ul li a:link {
	color: #FFF;
}
#top_nav ul li a:visited {
	color: #FFF;
}
#top_nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*gnav------------------------------------------------*/
#gNav {
	width: 900px;
	height: 46px;
	margin-top: 103px;
	position: absolute;
	top: 1px;
}
#gNav {
	padding: 0;
	list-style-type: none; /* リストマークの削除 */
	width: 900px;
}  
      
#gNav li {
	width: 150px;
	height: 46px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}  
#gNav a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	width: 150px;
	height: 46px; /* リンク領域を広げる */
	background-image: url(../img/gnav.png);
	background-repeat: no-repeat;
}  
      
    #menu1 a { background-position: 0 0; } /* 表示画像の位置を指定 */  
    #menu2 a { background-position: -150px 0px; }  
    #menu3 a { background-position: -300px 0px; }  
    #menu4 a { background-position: -450px 0px; }  
	#menu5 a { background-position: -600px 0px; }  
	#menu6 a { background-position: -750px 0px; }  
	
	#menu1_current a { background-position: 0 -46px; } /* 表示画像の位置を指定 */  
    #menu2_current a { background-position: -150px -46px; }  
    #menu3_current a { background-position: -300px -46px; }  
    #menu4_current a { background-position: -450px -46px; }  
	#menu5_current a { background-position: -600px -46px; }  
	#menu6_current a { background-position: -750px -46px; }  

      
#gNav a:hover {
	text-decoration: none;
	background-image: url(../img/gnav.png);
	background-repeat: no-repeat;
}  
      
    #menu1 a:hover { background-position: 0px -46px; } /* 入れ替え画像の位置を指定 */  
    #menu2 a:hover { background-position: -150px -46px; }  
    #menu3 a:hover { background-position: -300px -46px; }  
    #menu4 a:hover{ background-position: -450px -46px; } 
	#menu5 a:hover{ background-position: -600px -46px; }
	#menu6 a:hover{ background-position: -750px -46px; } 


/*content------------------------------------------------*/

#content {
	width: 900px;
}

/*top_main_content------------------------------------------------*/

#route {
	float: left;
	width: 180px;
	background-repeat: no-repeat;
	height: 330px;
}
#top_main_contents {
	width: 430px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	float: left;
}
#top_img {
	margin-bottom:25px
}
.guide1_1 {
	margin-bottom: 25px;
}
.info_attention {
	padding: 20px;
}
#delayinfo {
	height: 52px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #618755;
	margin-bottom: 20px;
}
.guide_t {
	background-repeat: no-repeat;
}
.info_p {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 12px;
	font-size: 95%;
	clear: both;
}
.info_day {
	font-size: 80%;
	float: left;
	margin-right: 15px;
	margin-top: 2px;
	width: 85px;
}
.info_day_unko {
	float: left;
	margin-right: 15px;
	width: 105px;
	font-weight: bold;
}
.post {
	height: 18px;
	margin-bottom: 10px;
}
.info_title {
	float: left;
}
#info_title_unko {
	float: left;
	font-weight: bold;
}
#info_title_unko a {
	font-weight: bold;
}
.info_t {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #618755;
	padding-bottom: 5px;
	color: #638a56;
	font-weight: bold;
}
.info_t img{
	float: left;
	width: 51px;
	height: 22px;
}
.info_all {
	height: 15px;
	width: 38px;
	float: right;
	text-indent: -99999px;
	margin-top: 5px;
}
.info_all a:link {
	background-image: url(../img/news_all.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 38px;
}
.info_all a:hover { 
	background-position: 0px -15px; }  
.info_p p {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 80%;
	clear: both;
}

#top_gallery a {
	margin-top: 16px;
	height: 140px;
	width: 204px;
	float: left;
	background-image: url(../img/gallery.png);
	text-indent: -9999px;
}
#top_gallery a:hover { background-position: 0px -140px; } 

#sta_info {
	float: right;
	height: 100px;
	width: 194px;
	margin-top: 16px;
	background-image: url(../img/sta_info.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sta_nagareyama ,#sta_heiwadai ,#sta_hiregasaki ,#sta_koganejoshi ,#sta_koya ,#sta_mabashi {
	height: 50px;
	width: 64.5px;
	float: left;
}
#sta_nagareyama a ,#sta_heiwadai a ,#sta_hiregasaki a ,#sta_koganejoshi a ,#sta_koya a ,#sta_mabashi a {
	background-repeat: no-repeat;
	height: 50px;
	width: 64.5px;
	text-indent: -999999px;
	float: left;
}
#sta_nagareyama a:hover ,#sta_heiwadai a:hover ,#sta_hiregasaki a:hover ,#sta_koganejoshi a:hover ,#sta_koya a:hover ,#sta_mabashi a:hover {
	background-repeat: no-repeat;
	height: 50px;
	width: 64.5px;
	float: left;
	text-indent: -999999px;
	background-position: 0px -50px;
}


#sta_nagareyama a {
	background-image: url(../img/sta_info_nagareyama.png);
}
#sta_nagareyama a:hover {
	background-image: url(../img/sta_info_nagareyama.png);
}

#sta_heiwadai a {
	background-image: url(../img/sta_info_heiwadai.png);
}
#sta_heiwadai a:hover {
	background-image: url(../img/sta_info_heiwadai.png);
}

#sta_hiregasaki a {
	background-image: url(../img/sta_info_hiregasaki.png);
}
#sta_hiregasaki a:hover {
	background-image: url(../img/sta_info_hiregasaki.png);
}

#sta_koganejoshi a {
	background-image: url(../img/sta_info_koganejoshi.png);
}
#sta_koganejoshi a:hover {
	background-image: url(../img/sta_info_koganejoshi.png);
}

#sta_koya a {
	background-image: url(../img/sta_info_koya.png);
}
#sta_koya a:hover {
	background-image: url(../img/sta_info_koya.png);
}

#sta_mabashi a {
	background-image: url(../img/sta_info_mabashi.png);
}
#sta_mabashi a:hover {
	background-image: url(../img/sta_info_mabashi.png);
}


/*main_contents------------------------------------------------*/

h2 {
    background-image: url(../img/h2_back.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 588px;
    display: block;
    color: #618755;
    font-size: 116%;
    line-height: 36px;
    padding-left: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳゴシック", "MS Gothic", sans-serif;
}
#main_contents {
	float: left;
	width: 600px;
}


/*sidebar------------------------------------------------*/

#side {
	float: right;
	width: 250px;
	margin-bottom: 40px;
}
#sidebar {
	float: right;
	width: 250px;
}
#banner img {
	margin-bottom: 10px;
}
#banner {
	float: right;
	width: 250px;
}
#banner_3 {
	height: 90px;
	width: 250px;
}
#banner_3 a {
	background-image: url(../img/walk_banner.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	text-indent: -999999px;
	float: left;
	margin-bottom: 10px;
}
#banner_3 a:hover { background-position: 0px -90px; } 
#banner_2 a {
	background-image: url(../img/banner_2.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	text-indent: -999999px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner_2 a:hover { background-position: 0px -90px; } 

#banner_1 a {
	background-image: url(../img/banner_1.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	text-indent: -999999px;
	float: left;
}
#banner_1 a:hover { background-position: 0px -90px; } 

#banner_dayfree a {
	background-image: url(../img/banner_3.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	text-indent: -999999px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner_dayfree a:hover { background-position: 0px -90px; } 

#banner_4 a:hover,
#banner_5 a:hover {
	opacity: 0.3;
}

/*footer------------------------------------------------*/

#footer {
	background-image: url(../img/footer_bar.png);
	background-repeat: no-repeat;
	padding-top: 37px;
	text-align: center;
	width: 900px;
	clear: both;
	height: 110px;
	float: left;
	margin-top: 20px;
}
#footer_nav  {
	width: 650px;
	margin-left: 220px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-bottom: 10px;
	text-align: center;
}
#footer_nav li {
	float: left;
	display: block;
	list-style-type: none;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 2px;
}
#footer_nav_s {
	text-align: center;
	font-size: 85%;
	line-height: 180%;
	width: 680px;
	float: left;
	margin-left: 160px;
	margin-bottom: 10px;
}
#footer_nav_s li {
	list-style-type: none;
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
#copyright {
	font-size: 85%;
	float: left;
	text-align: center;
	width: 900px;
	padding-bottom: 30px;
}
.seireki_photo img {
	padding: 0px;
}
#news_topics {
	background-image: url(../img/info_back.png);
	background-repeat: no-repeat;
	height: 350px;
	padding: 15px;
}
#timefare {
	margin-top: 7px;
}
#timefare ul li {
	float: left;
	list-style-type: none;
}
#timenav a {
	background-image: url(../img/time_nav.png);
	display: block;
	height: 46px;
	width: 90px;
	text-indent: -999999px;
}
#timenav a:hover {
	background-image: url(../img/time_nav_on.png);
}
#farenav a {
		background-image: url(../img/fare_nav.png);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 90px;
	text-indent: -999999px;
}
#farenav a:hover {
	background-image: url(../img/fare_nav_on.png);
}
.totop {
	font-size: 93%;
	color: #618755;
	text-align: right;
	clear: both;
}
.totop a {
	text-align: right;
	text-decoration: underline;
	color: #618755;
}

#searchbox {
	width: 145px;
	height: 25px;
	margin-top: 5px;
	float: right;
}

#cse-search-box {
	width: 145px !important;
	margin-top: 7px;
}
#cse-search-box table.gsc-search-box td.gsc-input {
    padding: 0 !important;
}
#cse-search-box input[type="text"] {
	border-radius: 10px 10px 10px 10px;
	height: 20px;
	width: 145px;
	float: right;
}
#cse-search-box input[type="image"] {
	position: absolute;
	margin-top: 3px;
	margin-left: 120px;
}

#Map #map1 a:hover {
	background-image: url(../img/sta_info_nagareyama.png);
	background-repeat: no-repeat;
}
#link {
	line-height: 200%;
	padding-left: 10px;
}
#link ul li {
	list-style-position: inside;
	list-style-image: url(../img/li.png);
}
.freemeishou dd .nedan {
	font-size: 20px;
}
.kaitei{
    font-weight: normal;
    font-size: small;
    text-align: left;
}

