@charset "UTF-8";

@import "common.css";



/*------------------------------------------------
 サイドメニューバー
------------------------------------------------*/
#feeSideBody{
	margin-top: 10px;
	background: url(../images/trademark/sidemenu_body.gif) center top repeat-y;
}

#feeSideFoot{
	background: url(../images/fee/feeSideMenu_foot.gif) center bottom no-repeat;
}

#feeSideHead{
	background: url(../images/fee/feeSideMenu_head.gif) center top no-repeat;
	padding: 51px 0 4px 0;
}

#feeSideHead ul{
	list-style-type:none;
	margin:0; padding:0;
}
#feeSideHead ul li{
	height: 49px;
	margin:0; padding:0;
}

/*------------------------------------------------
 コンテンツ
------------------------------------------------*/
.feeCont{
	margin: 16px 0;
}

.feeContTxt{
	text-align:left;
	width: 658px;
	margin: 10px auto 30px auto;
	line-height: 2;
	font-size: 100%;
}

#feePriceTable{
	border: 1px solid #CCC;
	font-size: 90%;
	width: 658px;
	margin:0 auto;
}

#feePriceTable td{
	padding: 4px 10px;
	border: 1px solid #ddd;
	text-align:center;
}

#feePriceTable td.kubun{
	background: #eeeeee;
}

#feePriceTable td.goukei{
	font-weight:bold;
	color:#C00;
}

#feePriceTable th{
	padding: 6px 10px;
	text-align:center;
	border: 1px solid #fff;
	font-size:90%;
	letter-spacing:1px;
	color: #ffffff;
}