/*
--------------------------------------------------
		■生のhtmlファイル用のスタイル■
--------------------------------------------------
*/
/*
--------------------------------------------------
					画像関連
--------------------------------------------------
*/

/*floatの解除*/
.clr{
	clear:left;
}

/*画像そのものに対するスタイル。画像を左に配置する。*/
.row{
	float:left;
	margin:1%;
	border:none;
}

/*画像そのものに対するスタイル。画像を中央、キャプションを画像下中央に配置する。*/
.ctr{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*<1>キャプションがある場合：p要素にimgクラス属性を付ける*/
/*(最近はこちらに統一)*/

.img{
	padding:0;
	margin-top:0;
	margin-bottom:5px;
	font-size:smaller;
}

.plus_ctr{
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.table_fuu_cap{
	display:table-caption;
	caption-side:bottom;
	*display:block; /* for IE7 and below */;
	*margin-left:20%; /* for IE7 and below */
}

/*<2>キャプションがない場合：img要素にncpimgクラス属性を付ける*/

.ncpimg{
	display:block;
	margin-top:15px;
	margin-bottom:30px;
	border:none;
}

.ncpimg2{
	display:block;
	margin-top:15px;
	margin-bottom:17px;
	border:none;
}

.afi_hr{
	clear:left;
}

.plus_cls1{
	width:100%;
	height:auto;
}

.plus_cls2{
	display:none;
}

/*
========================================================================
						駅名標関連
========================================================================
*/


/*次に訪れた駅*/

.next_stay{
	margin-top:40px;
	margin-bottom:20px;
}

.next_sta{
	background-color:lightblue;
	width:100%;
	margin-top:0px;
	text-align:center;

}
/*旅行記順のナビゲーターリンク*/

.trip_order{
	margin-bottom:10px;
}

/*下にさらにコンテンツを続ける場合のみ*/
/*	margin-bottom:10px;*/
}

.next_sta td{
	text-align:center;
}

.next_sta .line_name{
	padding-bottom:10px;
	font-size:smaller;
}
/*
--------------------------------------------------
		部分昼用夜用(現在は1ページ1スタイル)
--------------------------------------------------
*/

/*部分夜用*/

.night{
	background-color:#003;
	color:white;
}

.night .main_text{
	color:#ccc;
}

.night a{
	color:#33ffcc;
}

.night a:visited{
	color:#cc99cc;
}


/*部分昼用*/

.day{
	background-color:#cbfcff;
	color:black;
}

.day .main_text{
	color:black;
}

.day a{
	color:blue;
}

.day a:visited{
	color:#551A8B;
}

