/* CSS Document */

/* tag */
body { 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 90%;
	line-height: 1.6em;
}
img {
	border: none;
}


/* header */
#skip_info {
	display: none;
}
#skip_link {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: -100px;
	text-indent: -2000px;
}
.clear {
	clear: both;
}



#pagewidth {
	width: 710px;
	margin: 10px;
	padding: 0;
	text-align: left;
}
#leftcol {
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
}
#leftcol h1 {
	width: 190px;
}
#leftcol h1 a {
	background-image: url(img/sitetitle.gif);
	background-repeat: no-repeat;
	width: 189px;
	height: 119px;
	font-size: xx-small;
	display: block;
}
#leftcol h1 a span {
	display: none;
}

#leftcol h3 {
	background-image: url(img/contents.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 31px;
	font-size: xx-small;
	margin: 0;
	padding: 0;
	line-height: 0.1em;
}
#leftcol h3 span {
	display: none;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu01 a {
	background-image: url(img/menu_01.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu01 a:hover {
	background-image: url(img/menu_01a.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}
#menu02 a {
	background-image: url(img/menu_02.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu02 a:hover {
	background-image: url(img/menu_02a.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}
#menu03 a {
	background-image: url(img/menu_03.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu03 a:hover {
	background-image: url(img/menu_03a.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}
#menu04 a {
	background-image: url(img/menu_04.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu04 a:hover {
	background-image: url(img/menu_04a.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}
#menu05 a {
	background-image: url(img/menu_05.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#menu05 a:hover {
	background-image: url(img/menu_05a.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	display: block;
}

#rightcol {
	width: 500px;
	margin: 0;
	padding: 0;
	float: right;
}
#rightcol h2 {
	background-image: url(img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 60px;
	display: block;
	margin: 0;
	padding: 0;
}
#rightcol h2  span {
	display: none;
}
#bg {
	background-color: #CCCCCC;
	background-image: url(img/pagebg.gif);
	background-repeat: repeat-x;
	min-height: 280px;
	margin: 0;
	padding: 20px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
#rightcol h3 {
	border-bottom: 1px dashed #999999;
	border-left: #FF6600 7px solid;
	margin: 0 0 15px 0;
	padding: 0 0 5px 5px;
	font-size: 110%;
	font-weight: bold;
}
.map ul {
	margin-bottom: 40px;
}
.map li {
	margin: 5px 0 10px 0;
}
#footer {
	background-image: url(img/pagebottom.gif);
	background-repeat: no-repeat;
	width: 500px;
	margin: 0;
	padding-top: 15px;
}
#copyright {
	font-size: 80%;
	text-align: right;
	color: #666666;
}