body{
	background-color: #ffffff;
	padding:10px;
	margin:0px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing:2px;
}

.base{
	width: 700px;
	background-color: #ffffff;
	margin:0px auto 0px auto;
	padding:10px;
	
	background-color: #ffffff;
	border-width : 4px 4px 4px 4px;
	border-color : silver silver silver silver;
	border-style : double double double double;
}

h1{
	font-size: 14px;
	margin:0 0 5px 10px;
}

.navi{
	width:585px;
	height: 20px;
	font-size:14px;
	font-weight:normal;
	font-family:"HGnpp޼UB";
	color:#333333;
	background-color:peachpuff;
	border-bottom:1px solid #E3E3E3;
	padding:5px 0 0 15px;
}

.navi a{
	font-size: 14px;
	font-weight:normal;
	font-family:"HGnpp޼UB";
	text-decoration:underbar;
	color:#333333;
}

.description{
	background-color:moccasin;
	width:350px;
	margin-left:30px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid orange;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.center{
	padding:20px 0 0 0;
	background-color:white;
	/*width: 700px;*/
}

.left{
	/*background-color:red;*/
	width:500px;
	float:left;
}

.right{
	/*background-color:blue;*/
	width:180px;
	margin:0 0 0 20px;
	float:left;
}

.footer{
	height:15px;
	/*font-style: normal;*/
	font-size: 14px;
	font-weight:bold;
	font-family:"lr oSVbN";
	color: #000000;
	text-align: center;
	padding:2px 0 2px 0;
	display: block;
	background-position: top;
	clear: both;
}

/*N*/
a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none;  }
a:hover { color:firebrick; text-decoration:underline }

A#af:link { color:blue; text-decoration:underline }
A#af:visited { color:blue; text-decoration:underline }
A#af:hover { color:firebrick; text-decoration:underline }

h2{
	height:20px;
	font-size:18px;
	color:#9D0101;
	font-weight: bold;
	padding:5px 0 0 0px;
	margin:10px 0 10px 0;
	border-bottom:5px solid darkslategray;
}

.topcontent{
	/*width:400px;*/
	color: #000000;
	margin:0 0 20px 0;
}

.menu{
	height:20px;
	border-bottom:5px solid darkslategray;
	margin-bottom:5px;
}

.li{
	font-size:12px;
}

.linkbox{
	font-size:12px;
	line-height:140%;
	letter-spacing:1px;
	clear: both;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color: gray;
	padding:0 20px 0 20px;
	text-align: right;
	margin:20px 0 0 0;
}

