@charset "utf-8";





/*
*
*
*	fishing Module
*
*	+fishing
*
*
*/


/*///////////////////////////////// Insert Memo Bar ////*/



/*/////////////////////////////////////////////////////////////

	fishing

/////////////////////////////////////////////////////////////*/
div#fishing{
    padding: 0 10px 0 10px;
	min-height:450px;
	height:auto!important;
	height:450px;
}


div#fishing div.fishing_title{
	width: 545px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C6DCFB;
	padding-bottom: 2px;
}
div#fishing div.fishing_title span.place{
	float: left;
	color: #325A90;
}
div#fishing div.fishing_title span.time{
	float: right;
	color: #7099D0;
}
div#fishing div.fishing_result{
	margin-bottom: 25px;
	/*background-image: url(../images/hr_bg.gif);*/
	background-repeat: repeat-x;
	background-position: 0px bottom;
	width: 545px;
	padding-bottom: 10px;
}

div#fishing .fishing_img{
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	width: 545px;
	clear: both;
}
div#fishing .fishing_img img{
	margin-right: 2px;

}
div#fishing table{
	width: 545px;
	margin-bottom: 10px;
	font-size: 80%;
	border-collapse:collapse;

	margin-top: 5px;
}
div#fishing table th{
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 16%;
}
div#fishing table td{
	border: 1px solid #FFFFFF;
	background-color: #FCFCFC;
	text-align: center;
	padding: 5px;
	width: 20%;
}
div#fishing table td.comment{
	text-align: left;
}

