@charset "utf-8";





/*
*
*
*	Home Module
*
*	+ Home
*	+ contentLeft & contentRight
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	home

/////////////////////////////////////////////////////////////*/

body {
	background:url(../images/bg_home2.jpg) no-repeat top;
}
div#home{
    padding: 0 10px 0 10px;
}
div#home div#homeCont{
	position:relative;
}
div#home div#homeCont ul{
	position:absolute;
	top:9px;
	width:548px;
	height:159px;
}
div#home div#homeCont ul li{
	float:left;
	width:177px;
	height:159px;
	margin-right:8px;
}
div#home div#homeCont ul li.last{
	margin-right:0px;
}

div#home div#newsRelease{
	margin-top:185px;
}
* html div#home div#newsRelease{
	margin-top:185px;
}
div#home div#newsRelease dl {
	margin:0 0 10px;
	padding:0 10px;
}
div#home div#newsRelease dl dt {
	float:left;
	width:5em;
	padding:7px 0 7px;
	line-height:110%;
}
div#home div#newsRelease dl dd {
	padding:7px 0 7px 10em;
	line-height:1.5;

}
div#home div#newsRelease dl dd.news {
	background:url(../images/icon_news.gif) no-repeat 6.3em 1em;
}
div#home div#newsRelease dl dd.fishing {
	background:url(../images/icon_fishing.gif) no-repeat 6.3em 1em;
}
div#home div#newsRelease dl dd.cruiser {
	background:url(../images/icon_boat.gif) no-repeat 6.3em 1em;
}


/*/////////////////////////////////////////////////////////////

	contentLeft & contentRight

/////////////////////////////////////////////////////////////*/

div#contentLeft{
	background:url(../images/bg_homecontents.gif) no-repeat top left;
}

div#contentRight{
	background:url(../images/bg_homecontents.gif) no-repeat top right;
}



