@charset "utf-8";
/* CSS Document */
.details ul li {
	display: inline;
}
.details #Item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
}
#Item tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20%;
}
#Item tr td img {
	margin: 0px;
	padding: 0px;
}

.optionname{
	font-size: 14px;
	font-weight: bold;
}

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

}

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

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


