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

.details h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 16px;
}

#Panel02 tr th, #Panel03 tr th{
	background-color: #DCDCDC;
	padding: 8px;
	border-color: #BEBEBE;
}

#Panel02 tr td, #Panel03 tr td {
	border-color: #BEBEBE;
	text-align: center;
}
#Panel02, #Panel03 {
	border-color: #BEBEBE;
	width: 700px;
}

.subnavi ul #Pcaster {
    color: #ED1C29;
	background-image: url(../../../img/subnavi_bg_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 220px;

}

.subnavi ul #Pcaster a{
	background-image: none;
	color: #ED1C29;
}

.subnavi ul #Pcaster a:hover{
	text-decoration: none;
}

