/* CSS Document */

/*--ここから先オリジナルタグ--*/

/*linkfontcolor*/
#main_entry_header a:link { color:#ffffff; } 
#main_entry_header a:visited { color:#c0c0c0; }
#main_entry_header a:hover { color:#ffffff; }
#main_entry_header a:active { color:#ffffff; }

#main_entry_data a:link { color:#0000FF; } 
#main_entry_data a:visited { color:#9900CC; }
#main_entry_data a:hover { color:#000000; }
#main_entry_data a:active { color:#000000; }

/*linkfontcolor_end*/

/*main*/

#main_entry {
	height: auto;
	width: 563px;
	float:left;
	margin:0px 0px 0px 8px;
}
#main_entry_header {
	background-image:url(http://www.futaba-sp.com/image/notice/entry_header.gif);
	background-repeat:no-repeat;
    width:555px;
	height:45px;
	padding:15px 0px 0px 20px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}
#main_entry_header a { 
	text-decoration: none; 
} 
#main_entry_data {
	color:#000000;
	font-size:12px;
    width:555px;
    padding:5px 10px 5px 10px;
	border-right: 1px solid #8fa5d0;
	border-left: 1px solid #8fa5d0;
}
#entry_footer {
	background-image:url(http://www.futaba-sp.com/image/notice/entry_footer.gif);
	background-repeat:no-repeat;
	height:16px;
	width:555px;
	padding:0px 0px 0px 0px;
}

