@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	おでかけトップCSS

///////////////////////////////////////////////////////////*/

@import "navi.css";

/*=============================================================================================
	インフォメーション
=============================================================================================*/

#information {
	padding-bottom: 38px;
	background: url(../images/footer_information.gif) no-repeat 0 100%;
}

dl#pickup {
	background: url(../images/repeat_information_back.gif) repeat-y 0 0;
}
dl#pickup dt {
	height: 38px;
	padding: 30px 20px 0px 70px;
	font-size: 108%;
	color: #ed6d1e;
	font-weight: bold;
	background: url(../images/title_information_back.gif) no-repeat 0 0;
}
dl#pickup dd {
	padding: 0 17px 14px 30px;
	background: url(../images/bottom_information.gif) no-repeat 0 100%;
	font-size: 93%;
}
/* clearfix
---------------------------------------------*/
dl#pickup dd { min-height: 1%; }
dl#pickup dd:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html dl#pickup dd { display: inline-block; }
/* no ie-mac \*/
* html dl#pickup dd { height: 1%; }
dl#pickup dd { display: block; }
/* clearfix END -----------------------------*/

dl#pickup dd img {
	float: left;
}
dl#pickup dd p {
	padding-bottom: 1em;
	font-size: 100%;
}

/* 更新リスト
---------------------------------------------------------------*/
#news {
	background: url(../images/repeat_information.gif) repeat-y 0 0;
}
#news dl {
	padding: 24px 20px 2px;
	background: url(../images/joint_information.gif) no-repeat 0 0 ;
	font-size: 93%;
}
#news dt {
	float: left;
	clear: left;
	margin-right: 0px;
}
#news dd { margin-left: 8.5em; }
* html #news dd { margin-left: 7.8em; }

#news dd a {
	display: block;
	background-position: 1px 4px;
}


/* clearfix
--------------------------------------------------*/
#news dl { min-height: 1%; }
#news dl:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html #news dl { display: inline-block; }
/* no ie-mac \*/
* html #news dl { height: 1%; }
#news dl { display: block; }
/* clearfix END --------------------------------*/

/*=============================================================================================
	沿線行事＆シーズン情報
=============================================================================================*/

#ensen { 
	float: left;
	margin-right: 10px;
}
#season {
	float: right;
}
#ensen,
#season {
	margin: 15px auto 10px;
	background: url(../images/repeat_small-box.gif) repeat-y 0 0;
	position: relative;
}
#ensen dd,
#season dd {
	width: 277px;
	padding: 5px 0 6px;
	line-height: 1.3;
	background: url(../images/footer_small-box.gif) no-repeat 0 100%;

}
#ensen dd img,
#season dd img {
	float: left;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #ccc;
	background: white;
}
#ensen dd p {
	padding-right: 10px;
	color: #13a409;
}
#season dd p {
	padding-right: 10px;
	color: #ef6001;
}

#ensen dd p.update,
#season dd p.update {
	color: #333;
	margin-bottom: 28px;
}

#ensen dd a,
#season dd a {
	text-align: right;
}
.link-text {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}

/*=============================================================================================
	ハイキング情報
=============================================================================================*/

#hiking {
	clear: both;
}
#hiking dl {
	background: url(../images/back_hiking.gif) repeat-y 0 0;
}
#hiking dd {
	padding: 0;
	line-height: 1.3;
}
#hiking dd.news {
	padding: 5px 12px;
	color: #e10000;
}
#hiking dd.news a {
	display: block; 
}

/*=============================================================================================
	おでかけ施設
=============================================================================================*/

h3 {
	margin: 20px 10px 10px;
}
* html h3 { margin: 10px; }

#link-misaki,
#link-koya,
#link-sumiyoshi {
	padding: 0 0 10px 10px;
	background: url(../../images/common/line_dot.gif) repeat-x 0 100%;
}
#link-sumiyoshi { background: none; }

#link-misaki img,
#link-koya img,
#link-sumiyoshi img {
	float: left;
}
#link-misaki p,
#link-koya p,
#link-sumiyoshi p {
	font-size: 93%;
	margin-bottom: 20px;
}

/*=============================================================================================
	その他のおでかけ施設
=============================================================================================*/

dl#other {
	margin-bottom: 20px;
}
dl#other,
dl#other dt { margin-left: 6px; }

dl#other dd { 
	margin-left: 30px;
	margin-bottom: 10px;
}

/*=============================================================================================
	バナー
=============================================================================================*/

img#natts { margin-top: 5px; }

img#top,
img#natts,
img#pnatts {
	margin-bottom: 5px;
}


