@charset "UTF-8";
/* CSS Document */

@import url(base.css);
@import url(navi.css);



.pagetitle {
	float: left;
}
.titlecaption {
float: right;
 width:590px;
	text-align: right;
	padding-top: 20px;
	font-size:90%;
	line-height:150%;
}
#pagetitle {
	background-image: url(../img_d/title_bg.gif);
	background-repeat: no-repeat;
}



/* ルートカテゴリ指定 */
.lheader {
clear: both;
	background-color: #319400;
	background-image: url(../img_s/r_course_head_bg.gif);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.lheader li {
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size:90%;
	text-align: center;
	padding:5px 0;
}
.sinner {
	background-image: url(../img_s/searchbox_base_bottom.gif);
	background-position: left bottom;
	padding-bottom: 6px;
	background-repeat: no-repeat;
}
.lheader li.area {	width: 100px;}
.lheader li.pref {	width: 70px;}
.lheader li.id {	width: 100px;}
.lheader li.name {	width: 510px; }
.lheader li.date {	width: 100px;}

/* ルート詳細指定 */
.routelist {
	clear: both;
	background-image: url(../img_s/r_course_bg.gif);
	background-repeat: no-repeat;
	border-top:1px solid #D5D5D5;
	border-bottom:1px solid #fff;
}
.routelist li {
	float: left;
	list-style-type: none;
	text-align:center;
	padding:7px 0 5px 0;
}
.routelist li a {
	padding:0 7px 0 32px;
	background-image: url(../img_s/bullet.gif);
	background-repeat: no-repeat;
	color: #00346C;
	background-position: 1px 0px;
}
.routelist li a:hover {
	color: #007F10;
	text-decoration: none;
	background-position:-1px 0px;
}

.routelist li.area {	width: 100px;}
.routelist li.pref {	width: 70px;}
.routelist li.id {	width: 100px;}
.routelist li.name {	width: 510px; text-align: left !important; }
.routelist li.date {	width: 100px;}

.routelist div {
	font-size: 90%;
	padding-left: 32px;
	line-height: 130%;
	color: #333;
	margin-top: 5px;
}
.listblock {
border-bottom:1px solid #D5D5D5;
}

.next     { color: #bbb; font-size: 90%; font-family: Verdana; text-align: center; margin-top: 2em; margin-bottom: 2em }
.nextbk  { font-weight: bold; margin-right: 4px }
.nextnm a    { font-weight: bold; text-decoration: none; margin: 2px; padding: 4px 8px; border: solid 1px #999 }
.nextnm a:hover { color: #fff; background-color: #99CC00; border: solid 1px #99CC00 }
.nextnm strong  { color: #c0c0c0; background-color: #ececec; margin: 2px; padding: 4px 8px; border: solid 1px }
.nextnx  { font-weight: bold; margin-left: 4px }
.block {
	background-color: #B7E7E4;
	background-image: url(../img_d/day_base_topbg.gif);
	background-repeat: no-repeat;
}
.blockinner {
	background-image: url(../img_d/day_base_bottombg.gif);
	background-repeat: no-repeat;
	padding: 7px 7px 17px 7px;
	background-position: left bottom;
}
.block li {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
	list-style-type: none;
	float: left;
	display: block;
	height: 27px;
}
.OnS span {
	color: #006666;
	background-image: url(../img_d/r_on_s.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 84px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding-top:5px;
	margin-right: 4px;
}
.OnL span {
	color: #006666;
	background-image: url(../img_d/r_on_l.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 132px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding-top:5px;
	margin-right: 4px;
}
.OffS a {
	color: #FFFFFF;
	background-image: url(../img_d/r_off_s.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 84px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding-top:5px;
	margin-right: 4px;
}
.OffS a:hover {
	color: #FFFFFF;
	background-image: url(../img_d/r_offonmouse_s.gif);
	text-decoration: none;
}
.OffL a {
	color: #FFFFFF;
	background-image: url(../img_d/r_off_l.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 132px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding-top:5px;
	margin-right: 4px;
}
.OffL a:hover {
	color: #FFFFFF;
	background-image: url(../img_d/r_offonmouse_l.gif);
	text-decoration: none;
}

