@charset "shift_jis";
/* CSS Document */

/*--------------- menulist----------------*/
.menulist {
	line-height: 150%;
}
.menulist dt{
	width:163px;
	float:left;
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}

.menulist dd{
	margin-left: 165px;
	margin-bottom: 15px;
	/*width:100px;*/
	color: #CC0000;
	letter-spacing: 1px;
	font-size:110%;
	font-weight: bold;
	text-align:right;
	padding-right:10px;
}
dd.no_border{
	border-width: 0px;
	border-style: none;
}

