@charset "shift_jis";
body{
		margin : 0;
		color : #000;
		background : #fff;
}
/* リンク */
a{
		text-decoration : none;
		background : transparent;
}
a:link{
    color : #00a;
		text-decoration : underline;
}
a:visited{
    color : #805;
		text-decoration : underline;
}
a:hover,a:active{
    color : #b00;
		text-decoration : none;
}
#header{
				color : #000;
				background : #fff url(css/img/station-back.gif) repeat-x;
				padding : 75px 0 0 0;
				margin : 0;
				border : 1px solid #fff;
}
#footer{
				color : #000;
				background : #fff;
}
.photo,.photo-right{
				text-align : center;
}
/* トップページの季節の写真 （背景画像と高さそろえる） */
.season{
				text-align : center;
}
h1{
				text-align : center;
}
#body{
				color : #000;
				background : #fff;
		padding : 5px 25px;
}
p{
				line-height : 1.4;
}
/* パン屑ナビ */
#tip-navi{
				color : #000;
				background : transparent;
		position : absolute;
		top : 3px;
		left : 5px;
		font-size : 95%;
		text-indent : 0;
		margin-left : 0;
		margin-top : 0;
		margin-right : 0;
				padding : 2px;
		line-height : 1.1;
}
.turnup{
				text-align : center;
}
