@charset "utf-8";





/*
*
*
*	Information Module
*
*	+update
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	update

/////////////////////////////////////////////////////////////*/
div#update{
padding: 0 10px 0 10px;
height:450px;
}
div#update div.post{
	margin-bottom: 30px;
}
div#update div.post h3{
	margin-bottom: 3px;
}
div#update div.post p.data{
	width: 100%;
	height: 23px;
	font-size: 80%;
}

div#update dl {
	margin:0 0 10px;
	padding:0 10px;
}
div#update dl dt {
	float:left;
	width:5em;
	padding:7px 0 7px;
	line-height:110%;
}
div#update dl dd {
	padding:7px 0 7px 10em;
	line-height:1.5;

}
div#update dl dd.news {
	background:url(../../share/images/icon_news.gif) no-repeat 6.3em 1em;
}
div#update dl dd.fishing {
	background:url(../../share/images/icon_fishing.gif) no-repeat 6.3em 1em;
}
div#update dl dd.cruiser {
	background:url(../../share/images/icon_boat.gif) no-repeat 6.3em 1em;
}

