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

div#newsArea{
	float:left;
	width: 540px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div#newsAreattl{
	font-weight: bold;
	padding-bottom: 4px;
}


a.news {
	text-decoration:none;
}

a.news:hover {
	text-decoration: underline;
}


#topicControl{
	width:12px;
	top:10px;
	text-align: right;
	display: block;
	right: 0px;
	float: right;
	bottom: 0px;
	position: relative;
	height: 180px;
	left: 0px;
}



#topicArea{
	width:580px;
	height:180px;
	top:0px;
	display: block;
	right: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: auto;
	background-color: #F0F0F0;
	border-bottom-color:#999999;
	
}

#topicContents{
	position:relative;
	} 


	

#infodataArea{
	float:left;
	width: 540px;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-right: 10px;
}

#infodataAreattl{
	font-weight: bold;
	padding-bottom: 4px;
}


	
#informationArea{
	width:560px;
	height:100px;
	left:-12px;
	top:0px;
	overflow:hidden;
	clip:rect(250,0,195,0);
	display: block;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	background-color: #F0F0F0;
	border-bottom-color:#999999;
	
}



#infomationContents{
	position:relative;
	} 	
	

#infoControl{
	width:12px;
	top:10px;
	text-align: right;
	display: block;
	right: 0px;
	float: right;
	bottom: 0px;
	position: relative;
	height: 100px;
	left: 0px;
}


.kanrenarea {
width:580px;
height:100px;
top:0px;
overflow: auto;
display: block;
right: 0px;
padding: 0px 0px 0px 0px;
position: relative;

margin-bottom: 10px;
background-color: #F0F0F0;
border-bottom-color:#999999;
}
