@charset "utf-8";

/********----item----*********/

#item {
	width:700px;
}

#item table {
	width:100%;
	border-collapse:collapse;
	/*border-top:1px solid #063;*/
	border-bottom:1px dotted #063;
}
#item table tr {
	border-bottom:1px dotted #006633;
}
#item table tr.bggray {
	border-bottom:1px dotted #006633;
	background:#F4F4F2;
}
#item table tr td {
	padding:15px 10px 15px 0px;
	vertical-align:top;
}

h3.itemBG01 {
	background:url(../images/navi_bg.jpg) no-repeat 0 -10px;
	font-size:16px;
	line-height:16px;
	padding-left:18px;
	margin-bottom:5px;
}