@charset "utf-8";



/* Begin Typography & Colors */
body {
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(images/bg1.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	}

#container {
	width:770px;
	margin: 0 auto;
	background-color: #FFFFFF;
 }


/* Links */
a:link {background-color:inherit; color:#0033cc; }
a:visited {background-color:inherit; color:#6633cc; }
a:hover {background-color:inherit; color:#cc3300; }

a img {border-style: none; }



/* header */

#header {
	height: 65px;
	}
#header h1 {
	float: left;
margin: 0; padding:0;
	clear: right;
}
.search {
	float: right;
	text-align: right;
	margin: 3px 5px 0 0;
	padding: 0;
}
.etit {
	text-align: right;
	font-size: 16px;
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;
	margin: 3px 5px 0 0;
	float: right;
}


/* navi */

#mainnavi {
	margin: 0px;
	padding: 0px;
	width: 770px;
}
#mainnavi ul
{
	float: left;
	width: 100%;
	line-height: 100%;
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	background-color: #706EAE;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
 }
#mainnavi ul li { display: inline; }

#mainnavi ul li a {
 padding: 5px 12px;
 color: #ffffff;
 text-decoration: none;
 float: left;
 border-right: 1px solid #9999CC;
 }

#mainnavi ul li a:hover {
 background-color: #CC9933;
 color: #ffffff;
 }
#mainnavi ul li.current {
 background-color: #CC9933;
 color: #ffffff;
 }


/* under header */

#u_header {
	height: 198px;
	border-top: 2px solid #CC9933;
	clear: left;
	padding: 0px;
	text-align: left;
}



/* common page */

#contentwide {
	width:770px;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	text-align: left;
}
#contentwide h1 {
font-size: 120%;
	color: #333399;
	padding: 3px 5px;
	border-left: 15px solid #9999CC;
	margin: 10px 10px 15px 0px;
	line-height: 1em;
}
#contentwide h2 {
	font-size: 100%;
	font-weight: bold;
	background-color: #DDE1F5;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #9999CC;
	padding: 5px 6px;
	border-left: 10px solid #9999CC;
	clear: both;
	text-align: left;
	width: 300px;
	line-height: 1em;
	color: #333366;
}
#contentwide h3 {
	font-size: 100%;
	line-height: 1em;
	color: #3b63a3;
	margin: 10px 0 5px 15px;
	padding: 0px 5px;
	border-left: 5px solid #CC9933;
}
.entry {width: 765px; margin: 5px 0px 5px 5px; line-height: 1.6em; padding:0;}
.entry blockquote {margin: 3px 0px 10px 30px; padding:0; }
.entry img{ margin-bottom: 4px; }
.imgleft { float:left; margin:3px 8px 3px 0; }
.imgright { float:right; margin: 3px 0px 3px 8px; }
.pagetop{ float:right; margin: 10px 0; clear:right; }
.block p{margin:0 5px 0px 0; float: left; text-align: center;}
em {font-style: normal; color: #CC3300; }

li.linkcat {list-style: none;}
li.linkcat ul li {line-height: 1.6em;}
#map_canvas {width:500px; height: 400px;}

.breadcrumb {font-size: 90%; margin: 5px 10px 20px 10px; display: block; }
.alignright { float: right; }
.alignleft { float: left; }
hr.line01 {height: 1px; border: none; border-top: 1px #999999 solid; margin: 5px 0 10px 0;}



.info {
width:770px;
margin-top: 8px;
border-top: 1px solid #999999;
	clear: both;
}
.info p{
text-align: left;
	padding: 3px 3px 3px 10px;
	margin: 10px 0 0 100px;
	border-left: 2px dotted #999999;
}

/* footer */

#footer {
width:770px;
	margin: 0px auto;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #999999;
	clear: both;
}

.footnavi {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
#footer ul {
	padding: 2px 0px;
	margin: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
background-image: url(images/ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
padding: 0 8px 0 10px;
}

#footer li a,.co a{
	text-decoration: none;
	color: #3366cc;
}
#footer li a:visited,.co a:visited  {color: #666699; }
#footer li a:hover,.co a:hover{
	text-decoration: none;
	color: #cc3300;
}
.co {
	font-size: 90%;
	color: #666666;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #999999;
}

