a:link{ color:#257; text-decoration:none; }
a:hover{ color:#333; text-decoration:underline; }
a:active{ color:#257; text-decoration:none; }
a:active:hover{ color:#333; text-decoration:underline; }
a:visited{ color:#257; text-decoration:none; }
a:visited:hover{ color:#333; text-decoration:underline; }

img { border: none; }

body {
	color: #222;
	line-height:140%;
	margin: 0 10px 10px;
	background: #a97 url(./image/vtour20.png);
}

h1 {
	color: #866;
	font-size: 120%;
	font-weight: bold;
	border-left: solid 10px;
	padding-left: 4px;
}

h2 {
	color: #866;
	font-size: 120%;
	font-weight: bold;
	border-left: solid 8px;
	padding-left: 4px;
	margin-left: 10px;
}

p {
	line-height:160%;
}

area{
	border: none;
	outline: none;
}

.attn {
	color: #f04;
	font-size: 100%;
	text-align: center;
	margin-top: 0;
	padding: 5px 10px;
}

.page {
	padding: 10px 40px 20px;
	margin: auto;
	width: 700px;
	background: #eee;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

#pageno {
	float: right;
}

.banner {
	font-size: 85%;
	color: #fff;
	background-color: #901;
	padding: 10px 0 0 0;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
	border: solid #028;
	border-width: 20px 0;
}

.banner_s {
	font-size: 85%;
	color: #fff;
	background-color: #901;
	padding: 10px 0 0 0;
	padding-bottom: 4px;
	margin-bottom: 40px;
	text-align: center;
	border: solid #028;
	border-width: 10px 0;
}

#mainbox {
	text-align: center;
/*	border: 1px solid #8ac;	*/
}

#mainbox img {
	cursor: pointer;
}

.capt {
	font-size: 85%; color: #888;
	border: solid #eef;
	border-width: 1px 0 0 0;
}

.navi {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #888;
	margin: 20px auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #edc;
}

.samnel {
	width: 352px;
	margin: 0 auto;
}
.samnel img {
	margin: 0 4px;
}

.photof, .menu {
	width: 360px;
	margin: 10px;
	padding: 0;
	min-height: 2em;
	font-size: 85%;
}
.photof {
	text-align: left;
}
.photof p {
	margin: 0;
	text-indent: 0;
	min-height: 4em;
	color: #866;
}

.photor {
	float: right;
}

.photol {
	float: left;
}

.photoc {
	width: 460px;
	margin: auto;
	color: #866;
	font-size: 85%;
	text-align: center;
}

.quote {
	width: 460px;
	margin: auto;
	color: #866;
	text-align: left;
	border: solid 1px #ccc;
	border-radius: 14px;
}
.quote img {
	border-radius: 12px 12px 0 0;
}
.quote .capt {
	color: #000;
	margin: 1em;
}
.quote .capt a {
	text-decoration: none;
	color: #444;
}


.prolog {
	color: #228;
	background-color: #ddd;
	padding: 10px;
}

.catn {
	margin: 20px auto 0;
	width: 30em;
	text-align: left;
}

.menu {
	border-top: none;
	margin-bottom: 20px;
}
.menu ul {
	list-style-type: none;
}

.quote {
	color: #644;
}

table.ttbl { border-width: 1px; border-color: #3380CC; border-style: solid; border-collapse: collapse; margin: 20px; }
table.ttbl th { border-width: 1px; border-color: #3380CC; border-style: solid dotted; padding: 3px; background-color: #AAD1F4; }
table.ttbl td { border: 1px #808080 dotted; padding: 3px; }
table.ttbl td[rowspan] { font-style: italic; }
table.ttbl tr td:first-child { font-style: normal; }

.footer {
	border-top: solid 2px #caa;
	padding-top: 1em;
	margin-top: 3em;
}

p a {
    background: linear-gradient(transparent 60%, #f88 60%);
}
