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

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

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

h2{
	font-size:20px
}

/*サブタイトル*/

.sub{
	margin-bottom:30px
}

	/*(最近使ってない)*/
	
	.sub_t{
		font-size:18px
	}

	.sub_tt{
		font-size:16px
	}


/*本文*/

.text{
	margin-top:6px
}

/*文字列装飾*/

.small{
	font-size:smaller
}

.large{
	font-size:larger
}

.silver{
	color:silver
}

a:visited{
	color:#669999
}

/*改行禁止*/

td{
	white-space: nowrap;
}

a{
	white-space: nowrap;
}

/*次に訪れた駅*/

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

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

.trip_order{
	font-size:smaller;
	margin-bottom:35px;
}

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

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

/*----------画像に対するスタイル----------*/

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

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

/*<1>キャプションがある場合：p要素にimgクラス属性を付ける*/

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

/*<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;
}
*/
