/*----------ページ本体と文字列に対するスタイル----------*/

body{
	background-color:#ccffff;
	line-height:140%
}

h1{
	font-size:27px;
	line-height:140%
}

h2{
	font-size:18px
}

h3{
	font-size:16px
}

/*サブタイトル*/

.sub{
	margin-bottom:30px
}

/*h1と同列の副題*/

.sub_t{
	font-size:15px
}

/*本文*/

.text{
	margin-top:6px;
	margin-left:9px;
	margin-right:9px;
}

.text_n{
	margin-bottom:30px
}


/*文字列装飾*/

.small{
	font-size:smaller
}

.large{
	font-size:larger
}

.silver{
	color:silver
}

a:visited{
	color:#993333
}

/*改行禁止*/

td{
	white-space: nowrap;
}

/*
a{
	white-space: nowrap;
}
*/
/*次に訪れた駅*/

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

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

.trip_order{
/*	font-size:smaller;*/
	margin-bottom:10px;
}

/*両隣の駅へのナビゲーターリンク(テーブル)*/

.next_sta{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

.next_sta td{
	text-align:center;
}

.next_sta .line_name{
	padding-bottom:10px;
	font-size:smaller;
}
/*----------画像に対するスタイル----------*/

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

/*画像そのものに対するスタイル。画像を左に配置する。*/
.row{
	float:left;
	margin-bottom:15px;
	margin-right:18px;
	margin-top:0px;
	margin-left:9px;
	border:none;
}

/*画像そのものに対するスタイル。画像を中央、キャプションを画像下中央に配置する。*/

.ctr{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

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

.img{
	margin-top:15px;
	margin-bottom:0px;
	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;
}


/*
.row2{
	border:2px black solid;
	margin-bottom:15px;
}
*/

/*アドセンス、アフィリエイト*/
/*(緊急時消去できるように)*/

/*
.ad{
	
}

.afi{
	
}

*/

.afi_hr{
	clear:left;
}


