@charset "UTF-8";

/* CSS Document */

body {
	font-size: 12px;
	font-family:  "Lucida Grande", sans-serif;
	line-height: 1.5em;
	color: #999999;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 20px;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
	line-height: 1.5em;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5em;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active { color: #CCCCCC; }

.style01 {
	font-size: large;
	font-weight: bold;
	color: #999999;
	font-family: "Courier New", Courier, mono;
}

.style02 {
	font-weight: normal;
	color: #667755;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
.style03 {
	font-weight: normal;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

ul#nav2_left, ul#nav2_left * {
	margin:0;
	padding:0;
	line-height:1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	}
	ul#nav2_left {
		margin:1em 0; padding:0;
		line-height:1em;
		list-style:none;
	}
	ul#nav2_left li {
		margin:0; padding:0;
		line-height:0;
		text-align:left;
	}
	ul#nav2_left a:hover {
	color:#CCCCCC;
	border-left:5px solid #CC6633;
	text-decoration:none;
	}
	ul#nav2_left a#current {
		color:#8ea084;
		border-left:5px solid #d1eac4;
		text-decoration:none;
	}
	ul#nav2_left a {
	display:block;
	margin:0;
	padding:5px 10px;
	color:#848684;
	font-weight:normal;
	border-left:5px solid #000;
	text-decoration:none;
	}

hr {
	border-top:dotted 1px #333;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
}
