/*
地方別の旅一覧。indexhtm用

*/


body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.4em;
	color: #666666;

	margin-left:0;
	margin-top:0; margin-bottom:1em;
}

h2 {color:green; text-align:center;}

table.2 { width: 620px;
		}

th {font-size:0.9em; }
/* td {font-size:0.9em; }*/

a:link {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003300;
	background-color: #FFFFCC;
}
.line {
	font-size: xx-small;
	text-align: center;

}

.t_white {color: #ffffff; font-weight: bolder; font-size: 1.2em;
				letter-spacing: 0.5em;}


