* {
	padding: 0;
	margin: 0;
}

BODY{
	background-color: #205509;
	text-align: center;
	font-size: 100%;
	font-family: verdana, 'trebuchet ms', sans-serif "Osaka"; 
	font-weight: normal;
padding: 6px 0;
}

A:link { text-decoration: underline; color: #03f;}
A:visited { text-decoration: underline; color: #03f;}
A:active { text-decoration: underline ; color: #03f;}
A:hover { text-decoration: underline overline; color: #f93; } 

ul A:link { text-decoration: none; color: #555; }
ul A:visited { text-decoration: none; color: #660;}
ul A:active { text-decoration: none ; color: #555;}
ul A:hover { text-decoration: none; color: #666; background: #ecc; } 

#contents {
	width: 770px;
	margin: 0 auto;
	border: solid 4px #091e00;
	background-color: #fff;
	padding: 15px;
}

h3 {
	border-bottom: double 3px #9C6;
	padding: 10px;
	margin-bottom: 10px;
	color: #666;
	font-size: 110%;
}

ul {
	width: 280px;
	border: dotted 3px #9C6;
	padding: 10px;
}

ul a {
	width: 270px;
	display: block;
	padding: 7px 0;
	background-color: #edd;
	font-size: 14px;
}

li {
	padding: 4px;
	list-style-type: none;
}

#right-side {
	padding-left: 10px;
	text-align: left;  line-height: 1.5;
	float:right;
	width: 450px;
}

h1 a {
	font-size: 26px;
	font-weight: normal;
	display: block;
	text-decoration: none !important;
	color: #060 !important;
	line-height: 1.5;
	border-style: solid;
	border-width: 1px 8px;
	border-color: #205509;
	text-align: center;
	padding: 9px 0;
	letter-spacing: 6px;
}

h1 a:hover {
	color: #f63 !important;
}

p strong {
	color: #ff6699;
}

h2 {
	color: #090;
	margin-bottom: 5px;
	font-size: 105%; 
}

hr {
	margin-top: 10px;
}

hr.head {
	margin-bottom: 15px;
}


p#top-link {
	font-size: 100%;
	margin: 10px 0;
	text-align: right;
}

p.link a {
	margin: 0px 10px;
	letter-spacing: 3px;
}

p.up {
	text-align: right;
	font-size:  15px;
	padding: 3px 0;
	border-top: solid 1px #999;
	margin: 10px 0 15px;
}

p {
	font-size: 95%;
	color: #333333;
	line-height: 1.6;
}

p.com {
	font-size: 100%;
	color: #ff6633;
	line-height: 1.5;
}

span {
	color: red;
}

address {
	font-size: 80%;
	background-color: white;
	color: #666666;
	text-align: center;
	clear: both;
	border-top: double 5px #205509;
	padding-top: 10px;
	margin-top: 20px;
}
