body {
	margin: 10px;
	color: #666;
	background: #4f6734 url("./image/shikoku00.gif") top repeat-x;
}

a:link    { color: #8ab; }
a:visited { color: #8ab; }
a:hover   { color: #f22; }
a:active  { color: #2f2; }

h1 {
	color: #f84;
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
}

.header {
	height: 92px;
	color: #f84;
	background: url("image/shikoku01.png") repeat-x left bottom;
	border: solid #cbb 2px;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
}
.header img {
	margin: 4px 10px;
	vertical-align: middle;
	border: none;
}

p{
	text-indent: 1em;
	line-height:160%;
	text-align: left;
	color: #666;
}

.page {
	padding: 20px;
	margin: auto;
	width: 640px;
	background-color: #fff;
	border: 1px solid #eee;
}

img.main {
	border: none;
	margin: 10px;
}

.bantxt { font-size: 85%; color: #99d; }

.capt {
	font-size: 85%; color: #777;
}

table.frame { border: solid #cbb 2px; margin: 10px 0; border-collapse: collapse; text-align: center; }
table.frame td { border: solid #cbb 1px; }
table.frame tr { line-height:100%; height: 24px; }

.wrapper {
	margin: 10px auto;
	text-align: left;
	width: 460px;
}

table.photof {
	float: right;
}
.photof td { width: 62px; height: 62px; text-align: center; }

.pht a { display: block; width: 60px; text-align: center; }
.phv a { display: block; width: 45px; text-align: center; }
.pht a:link, .pht a:visited, .pht a:active { border: 1px solid White; }
.phv a:link, .phv a:visited, .phv a:active { border: 1px solid White; margin: 0 auto;}
.pht a:hover, .phv a:hover { border: 1px solid #8ab; }
.pht img, .phv img { border: none; }

.mainbox {
	width: 380px;
	height: 385px;
	background: #ddd;
	float: left;
	margin: 2px auto;
}
.mainbox img {
	cursor: pointer;
}

.capt {
	width: 380px;
	text-align: center;
	float: left;
}

.masu {
	background-image: url("../image/masu.gif");
	padding: 5px 20px;
}

ul {
	background-color: #eff;
	padding: 5px 25px;
	margin: 30px 25px;
	list-style-type: square;
	text-align: left;
	line-height:140%;
}

.cls { clear: both; }
