@charset "utf-8";

/* --------------------------------------------------------------
contents
-------------------------------------------------------------- */

#main p {
	font-weight:bold;
	color:#333;
	padding:0 10px;
}

#main p.bread {
	padding:0 0 10px 10px;
	color:#333;
	font-weight:normal;
}

#main ul {
	width:551px;
	padding:0 10px 20px 10px;
	border-bottom:dotted 1px #aa1d23;
	margin:0 0 10px 0;
}

#main li {
	padding:0 0 0 15px;
	background:url(/common/images/list_icon01.gif) 5px 6px no-repeat;
}

.serviceBt {
	display:block;
	width:77px;
	height:14px;
	background:url(/images/service_bt.gif) 0 0 no-repeat;
	float:right;
	margin:0 15px 30px 0;
}

.serviceBt:hover {
	background-position:0 -14px;
}
