/* main */
#contents table {
	margin-top: 20px;
	width: 580px;
    background-color: #FF9900;
}
#contents td {
	padding: 5px;
	background-color: white;
	font-size: 1.3em;
}
#contents td.shop {
	color: orange;
    background-color: #006600;
    border: solid 1px white;
	font-weight: bolder;
	font-size: 1.5em;
}
#contents td.cap {
	width: 13em;
	color: white;
    background-color: #669900;
    border: solid 1px white;
	font-weight: bolder;
	font-size: 1.4em;
}
#contents td a {
	font-weight: bolder;
}
#contents td a:link {
	color:#FF9900;
}
#contents td a:visited {
	color:#FF9900
}
#contents td a:hover {
	color:#669900;
}
/*#contents td a:active {
	color:#0000ff;
}*/
/* sub */
#subMenu a#subMenu4 {
	background-image: url('img/sub_h04.gif');
}