* {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
body {
	background: url(../../image/back.jpg) repeat-y center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 660px;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
	font: small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #banner {
	height: 70px;
	width: 660px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #banner h1 {
	margin: 0px;
	padding: 0px;
}
#container #image {
	width: 660px;
	margin: 0px 10px 10px;
	height: 306px;
	border-bottom: 3px double #0000FF;
	padding: 0px 0px 5px;
}
#container #image #flash {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #image #globalmenu {
	float: left;
	width: 157px;
	background: #CCCCCC;
	height: 306px;
}
#container #contents {
	width: 660px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#container #contents #title h2 {
	width: 90%;
	padding-bottom: 3px;
}
/*------menu--------*/

#container #contents #menu {
	font-size: small;
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#container #contents #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #contents #menu ul li {
	height: 1.5em;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#container #contents #menu ul li a {
	font-size: 14px;
	line-height: 1em;
	color: #000000;
	display: block;
	height: 1.2em;
	padding: 0.3em 10px 0.3em 6px;
	border-left: 4px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 100%;
}
#container #contents #menu ul li a:hover {
	color: #000000;
	background: #E7E7E7;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #0000FF;
}
#container #contents #menu ul li .youarehere {
	font-size: 14px;
	line-height: 1em;
	color: #000000;
	display: block;
	height: 1.2em;
	padding: 0.3em 10px 0.3em 6px;
	border-left: 4px solid #0000FF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 100%;
	background: #E9FCFF;
}
#container #contents #menu ul li ul {
	list-style: disc;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#container #contents #menu ul li ul li {
	height: 1.5em;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#container #contents #menu ul li ul li a {
	font-size: 12px;
	line-height: 1em;
	color: #000000;
	display: block;
	height: 1.2em;
	padding: 0.3em 10px 0.3em 6px;
	width: 100%;
	border-style: none;
}
#container #contents #menu ul li ul li a:hover {
	color: #000000;
	background: #E7E7E7;
	border-bottom: none;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container #contents #menu ul li ul li .youarehere {
	font-size: 12px;
	line-height: 1em;
	color: #000000;
	display: block;
	height: 1.2em;
	padding: 0.3em 10px 0.3em 6px;
	width: 100%;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
/*------main--------*/
#container #contents #main {
	float: right;
	width: 510px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
}
#container #contents #main h3 {
	font-size: 14px;
	font-weight: normal;
	width: 80%;
	padding-left: 5px;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #666666;
}
#container #image #globalmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #image #globalmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#container #image #globalmenu img {
	margin: 0px;
	padding: 0px;
}
#container #image #globalmenu a {
	margin: 0px;
	padding: 0px;
	display: block;
}
#container #contents #main img.pdf {
	border-style: none;
	vertical-align: middle;
}
#container #footer {
	height: 15px;
	width: 660px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: small;
	background: #CCCCCC;
	text-align: right;
	border-top: 1px solid #999999;
	clear: both;
}
/*--テーブル--*/
#contents table {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#contents td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align: top;
}
#contents td.gray {
	background: #CCCCCC;
}
#contents td.yellow {
	background: #FFFFCC;
}
#contents td.pink {
	background: #FFCCCC;
}
#contents td.green {
	background: #CCFFCC;
}
#container #contents h2.whatsnew {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	width: 150px;
}
#container #contents #whatsnew {
	height: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
/*--地図ページ--*/
#container #map {
	text-align: center;
}
#container #map h1 {
	font-size: 14px;
	font-weight: normal;
	width: 300px;
	padding: 2px;
	border-bottom: 3px double #666666;
	text-align: center;
}
#container #contents #main li {
	margin-bottom: 5px;
}
#container #contents #main ol li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #contents #main ol li ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	list-style: square;
}
#container #contents .red {
	color: #FF0000;
}
#container #contents .blue {
	color: #0000FF;
}
#container #contents #main table tr td.nowrap {
	white-space: nowrap;
}

