html {
     font-family: Times, "Times New Roman", serif;
     font-size: 16px;
     background: #efd; 
     }
body {
     width: 780px;
     margin: 0px auto; 
     padding: 0 10px;
     background: #ffe; 
     color: #030;
     }
p { 
     text-align: justify;
     }
h1 { font-size: 150%; }
h2 { font-size: 135%; }


a:link, a:visited { color: #333; }	
.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	padding: 0 0 5px 10px;
	}

.left { 
	position: relative;
	float: left;
	padding: 0 10px 5px 0;
	}
.center { text-align: center; }
.clear { clear: both; }
.small { font-size: 80%; }
.bold { font-weight: bold; }
.icon { 
	margin: 0 5px 0 25px;
	position: relative;
	top: +10px; 
	}
.links { margin-left: 170px; }	
.links li { margin-bottom: 10px;
	font-size: 110%;
	}
.content-block { margin: 0 50px 0 170px; }
.upload_date { 
	font-style: italic;
	font-size: 90%; 
	padding-left: 30px;
	}
.gallery td { 
	width: 35%; 
	padding: 3px 5px; 
	font-family: verdana, sans-serif; 
	font-size: 70%; 
	text-align: center; 
	}
.gallery td>a>img { margin: 3px auto; 
	}
dt {
	font-size: 110%; 
	border-left: 17px solid #ddd; 
	padding-left: 7px; 
	margin: 10px 0 0;
	font-weight: bold;
	}
dd { 
	background: #efe; 
	padding: 3px 10px;
	}
	
#nav ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     width: 150px; 
     }
#nav ul li {
	position: static;
	z-index: 1;
	margin: 0 0 1px 0 ;
	padding: 5px; 
	border: solid 1px;	
	background: #eff;
	}
#nav ul li:hover,
#nav ul li.over {
     position: relative;
     z-index: 10;
     white-space: normal; 
     background: #eee; 
     }
#nav ul li a {
	display: block;
     }
#footermenu ul {
     margin: 15px auto;
     padding: 11px;
     font-size: 85%;
     text-align: center;
     border-top: 3px #c99 double;
     border-bottom: 3px #c99 double;
     width: 760px; 
     }
#footermenu ul li {
     display: inline; 
     }
#footermenu ul a {
     margin: 1px 5px;
     padding: 1px 15px; 
     }
#footermenu ul a:hover {
     background-color: #e0ffea;
     border: 1px #009cff dotted;
     margin: 0px 4px; 
     }
     
#copywight {
     width: 400px;
     margin: 15px auto;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 9px;
     color: #909090;
     text-align: center; 
     }

textarea.ed {width: 500px; height: 80px;}
