@charset "Shift_JIS";

#main{
	position: relative;
	height: 500px;
}

#main a{
	text-decoration: none;	
}
#main a:visited{
	color: #0000ff;
}
#main a:hover{
	color: #ff0000;
	text-decoration: underline;
}

img{
	border: none;
	text-decoration: none;	
}

#image{
	position: relative;
	width: 500px;
	height: 500px;
/*	border: 1px solid #f0f0f0;*/
	text-align: center;
}

#news{
	position: absolute;
	display: block;
	top: 10px;
	left: 510px;
	width: 380px;
	height: 230px;
	overflow: auto;
	border: 1px solid #00aa00;
}
#news h1{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 5px 5px; 
}
#news li{
	color: #000000;
	width: 330px;
	margin: 0 10px 10px 25px;
}

#update{
	position: absolute;
	display: block;
	top: 260px;
	left: 510px;
	width: 380px;
	height: 230px;
	overflow: auto;
	border: 1px solid #00aa00;
}
#update h1{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 5px 5px; 
}
#update div.wrap{
	color: #000000;
	width: 330px;
	margin: 0 10px 5px 10px;
}
#update div.wrap h2{
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
#update div.wrap p{
	color: #000000;
	width: 340px;
	margin: 0 5px 0 5px;
}
