@charset "utf-8";
body {
	background-color: #000;
	color: #fff;
	font-family: Meiryo,Arial,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	behavior:url("/js/csshover.htc");
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	border-top: solid 5px #900;
	background-image:url("/img/headerbg.gif");
	height:30px;
	width: 100%;
	padding-top: 10px;
}
h1 span{
	float:right;
}
ul {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #ff0000;
	cursor: crosshair;
}
a:hover {
	color: #ffff99;
}
#container {
	clear:both;
	width:100%;
}
#wrapper {
	margin:0 auto;
	width:680px;
}
#menu {
	margin: 0px;
	width: 680px;
}
#menu li {
	display: table-cell;
	padding-left: 2px;
	text-align: center;
	width: 118px;
}
#menu a {
	display: block;
	padding: 2px;
	width: 110px;
	background-color: #000;
}
#menu ul ul{
	position: absolute;
	visibility: hidden;
	width: 60px;
	/margin-left:-60px;
}
#menu ul li {
	display: block;
	float: left;
	position: relative;
}
#menu h2{
	border: solid 2px #fff;
	padding: 2px;
}
#menu h2 a{
	color: #fff;
	padding: 0px;
}

#menu h2:hover, #menu a:hover {
	background-color: #666;
}

#minfo:hover ul {
	visibility: visible;
}
#mbru:hover ul {
	visibility: visible;
}
#msoft:hover ul {
	visibility: visible;
}
#mlink:hover ul {
	visibility: visible;
}

.clear {
	clear: both;
}

#bg-lt{
	float:left;
	width: 40px;
	height: 40px;
	background-image: url(/img/LT.gif);
}
#bg-t{
	float:left;
	width: 600px;
	height: 40px;
	background-image: url("/img/T.gif");
}
#bg-rt{
	float:left;
	width: 40px;
	height: 40px;
	background-image: url("/img/RT.gif");
}
#bg-lb{
	float:left;
	width: 40px;
	height: 40px;
	background-image: url("/img/LB.gif");
}
#bg-b{
	float:left;
	width: 600px;
	height: 40px;
	background-image: url("/img/B.gif");
}
#bg-rb{
	float:left;
	width: 40px;
	height: 40px;
	background-image: url("/img/RB.gif");
}
#bg-l{
	float:left;
	width: 40px;
	height: 600px;
	background-image: url("/img/L.gif");
	width: 40px;
	height: 480px;
}
#bg-r{
	float:left;
	width: 40px;
	height: 600px;
	background-image: url("/img/R.gif");
	width: 40px;
	height: 480px;
}
#contents {
	margin: 0px auto;
	text-align: center;
	position:absolute;
	margin-top:40px;
	width:680px;
}
#bruswf {
	display: block;
	margin-top:10px;
	height: 55px;
}
.cont {
	text-align:left;
	padding:0px 50px;
	display: none;
	height: 230px;
}
.cont a{
	font-weight: bold;
}
.contd {
	display: block;
}
#news {
	overflow: auto;
	height: 120px;
	width:580px;
	font-size:14px;
	text-align:left;
	margin:0px 50px;
}
#news span{
	font-family:"Meiryo","ＭＳ Ｐゴシック";
}
address {
	background-image:url("/img/footerbg.gif");
	padding-top: 10px;
	height:30px;
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: gray;
	border-bottom: solid 5px #900;
}
#footer ul {
	margin:0 auto;
	width: 650px;
	text-align:center;
}
#footer li{
	display: block;
	float:left;
}
#footer span{
	display: block;
	margin:0 auto;
	width: 650px;
	text-align:center;
}
#footer span a{
	color: #900;
}
#flink {
	height:60px;
	padding: 5px 0px;
}
#flink li{
	padding:0 50px;
}
#powered {
	clear: both;
	height:43px;
}
#powered li{
	padding:0 11px;
}
#ads {
	clear: both;
	height:200px;
}
#ads li{
	padding:0 5px;
	width: 120px;
	height: 200px;
}
.bgwhite {
	background-color: white;
}