/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:small;
	line-height:1.4;
	}


#CNT{
	width:800px;
	border:1px solid #666666;
	margin-left:auto;
	margin-right:auto;
	background:url(img/top_bg.jpg) no-repeat top;
}

#MENU{
	width:222px;
	height:600px;
	background:url(img/side.jpg) no-repeat top;
	float:left;
}

#MENU a{
	color:#FFFFFF;
	text-decoration:none;
}

#MENU a:hover{
	color:#000099;
	text-decoration:underline;
}



#DATA{
	width:555px;
	float:right;
}

#FT{
	clear:both;
	width:800px;
	height:35px;
	background:url(img/ft_bg.jpg) no-repeat bottom;
	margin-left:auto;
	margin-right:auto;
}

#FT p{
	font-size:10px;
	color:#ffffff;
	margin:3px;
}

.dataarea{
	width:540px;
}

.dataarea p{
	margin:3px;
	line-height:140%;
}

.midasi{
	font-size:14px;
	border-bottom:2px solid;
	margin-top:5px;
	margin-bottom:5px;
	color:#000099;
}

.info{
 font-size:10px;
 padding:5px;
}

.info td{
	border-bottom:1px solid #cccccc;
	padding:3px;
}

.tiku td{
	border-bottom:1px solid #cccccc;
}
