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

body {
	margin: 0;
	padding: 0;
	border: none;
	background-color:#000;
}
img {
	border-style:none;
}
a:link, a:visited, a:active {
	color:#09F;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#09F;
}



.tabletext {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	line-height: 20px;
	color:#FFF;
}
.kousin_date {
	font-size:10px;
	color:#666;
	height:20px:
}
.midashi_text {
	font-size:13px;
	font-weight:bold;
}
.domain_title {
	font-size:13px;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}



#header,#content,#footer,#flash {width:900px;margin:0px auto;}
#menu_left,#menu_right{display:inline;height: auto;}
#menu_left {
	float: left;	
	width: 235px;
	margin-right:10px;
}
#content {
	margin-top:10px;
	margin-bottom:10px;
}

#menu_center {
	float: left;	
	width: 375px;
	margin-right:10px
}
#menu_right {
	float: right;
	width: 270px;
}
#content_right {
	float:right;
	width:655px;
}
#clear{
	clear:both;
}
