@charset "utf-8";
/* CSS Document */



* {
	margin:0;
	padding:0;
}
body {
	background-color: #1B1B1B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FFFFFF;
	display: none;
}
p {
	font-size: 0.9em;
}
#conteiner {
	width: 970px;
	height: 625px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #999999;
	height: 110px;
	width: 970px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
}
#contents {
	background-color: #FFFFFF;
	height: 470px;
	width: 970px;
}
#navigation {
	background-color: #666666;
	height: 18px;
	width: 970px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#navigation  h4 {
	margin-top: 2px;
	margin-left: 200px;
	font-size: 0.9em;
	font-weight: 600;
}
#navigation a, #navigation a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#footer {
	background-color: #666666;
	height: 45px;
	clear: both;
	width: 970px;
}
#footer ul {
	margin-left: 80px;
	margin-top: 3px;
}
#footer li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer a, #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#footer .home {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer p {
	text-align: center;
	color: #CCCCCC;
	width: 950px;
	margin-top: 25px;
}
#program a {
	text-decoration: none;
}


#leftmenu {
	background-color: #000000;
	height: 470px;
	width: 244px;
	float: left;
	position: relative;
	left: 0px;
	right: 0px;
	padding-right: 6px;
	padding-left: 4px;
}
#leftmenu h2 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 1em;
	margin-left: 15px;
}
#leftmenu p {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1em;
	margin-bottom: 5px;
}
.tuning1 {
	background-color: #000000;
	float: left;
	height: 445px;
	width: 120px;
	margin-left: 2px;
}
.tuning2 {
	background-color: #000000;
	float: right;
	height: 445px;
	width: 120px;
}
#maincontents {
	background-color: #333333;
	width: 505px;
	height: 470px;
	float: left;
}
#topflash {
	height: 260px;
	width: 503px;
	margin-top: 18px;
	float: left;
	margin-bottom: 5px;
}
#maincontents h2 {
	margin-bottom: 5px;
	font-size: 1em;
	color: #CCCCCC;
	margin-left: 5px;
}
#maincontents h3 {
	font-size: 1em;
	margin-left: 10px;
}

#maincontents p {
	color: #CCCCCC;
	text-indent: 1em;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 5px;
	line-height: 1.6em;
}
#maincontents a {
	color: #FFFFFF;
}
#maincontents a:hover {
	color: #FF9933;
}
#rightmenu {
	background-color: #000000;
	float: right;
	height: 470px;
	width: 211px;
}
#rightmenu h2 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#rightmenu li {
	list-style-type: none;
	margin-top: 3px;
	height: 60px;
	width: 197px;
	left: 7px;
	position: relative;
}
#rightmenu a {
	border: 1px solid #666666;
	display: block;
}
#rightmenu a:hover {
	border: 1px solid #999999;
}
#rightmenu p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	color: #CCCCCC;
	line-height: 1.3em;
}
#rightmenu img {
	border: 0px;
}
#leftmenu li {
	list-style-type: none;
	height: 44px;
	width: 120px;
	margin-bottom: 2px;
	background-color: #333333;
}
#leftmenu a, #leftmenu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 15px;
	width: 115px;
	padding-top: 30px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 1px;
}
#leftmenu a:hover {
	color: #FF0000;
}
.about {
	margin-top: 50px;
	color: #999999;
}
