@charset "UTF-8";

/* カテゴリー 観る
---------------------------------------------------- */
#main h3 {
	width: 645px;
	height: 40px;
	line-height: 35px;
	margin: 20px 0 15px 0;
	padding-left: 35px;
	color: #FF61A8;
	background: url(../../images/kiyaku/heading3.gif) no-repeat left bottom;
	font-size: 108%;
	font-weight: bold;
}
#main h4 {
	margin:15px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
}
#main p {
	margin-bottom: 15px;
}
#main table {
	margin-bottom: 15px;
}
#main th, #main td{
	padding:5px;
	vertical-align: top;
}
