@charset "utf-8";

/* ----------------------
  process  style.css
---------------------- */


#main ul {
	padding: 0 20px 20px 20px;
}

#main li {
	font-size: 12px;
	line-height: 1.5;
	list-style-type: circle;
}

#main dt {
	font-size: 98%;
	color: #FF9900;
	font-weight: bold;
	padding-bottom: 10px;
}

#main dd {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 20px;
}

#main h2 {
	padding-bottom: 10px;
}

#main h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

#main h4 {
	padding-bottom: 10px;
}

#main .mainbody01 {
	font-size: 98%;
	color: #FF0000;
	font-weight: bold;
}

#main p {
	font-size: 100%;
}

#main a {
	text-decoration: underline;
}

#main .goods {
	margin-bottom: 20px;
}




