@charset "UTF-8";
/* CSS Document */

.tbl_in {
    margin: 0 0 1em 0;
	border-collapse: separate;
	border-spacing:1px;
	width:540px;
	background:#ddd;
}
.tbl_in th {
    border:1px solid #fff;
	padding:9px;
	text-align:center;
	background:#B3E0E1;
}
.tbl_in td{
    border:1px solid #fff;
	padding:9px;
	background:#f9f9f9;
}
/*---------link color----------*/
#contents_right a:link,#contents_right a:visited{
   color:#5e7846;
   text-decoration:none;
}
#contents_right a:hover ,#contents_right a:active{
    color:#FF6600;
	text-decoration:underline;
}
/*----------------------------*/

