@charset "utf-8";

#main a{
	font-size: 90%;
}

#main h3{
	clear: both;
	padding-top: 23px;
	margin-bottom: 5px;
	border-bottom: 1px solid #331500;
}

#main p{
	line-height:1.6em;
	margin-bottom: 1.5em;
	/* text-align: justify; */
}

#main h4{
	color: #AE8566;
	margin-bottom: 0.2em;
}

#main h5{
	color: #B49347;
	margin-bottom: 0.2em;
}

#main ul{
	list-style-type: disc;
	list-style-position: inherit;
	padding-left: 1.8em;
	margin-bottom: 1em;
}
#main li{
	padding-bottom: 0.5em;
}


#main table{
	border-collapse: collapse;
	margin: 0 auto 1.3em auto;
}
#main td{
	padding: 8px 4px;
	border: 1px solid #331500;
	line-height: 1.3em;
}

.notice{
	color: #9C8F9C;
}

.price{
	color:#B49347;
}
