@charset "utf-8";
#mainContent li.alert{

}

#priceinfo table {
	border: solid 1px #666;
	border-collapse: collapse;
	background-color: white;
	margin-right: 16px;
	margin-bottom: 0.5em;
}
#priceinfo th, #priceinfo td{
	padding: 6px;
	border: solid 1px #666;
	font-size: small;
}
#priceinfo th {
	background-color: #99FF99;
	text-align: center;
}
#priceinfo table ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.4em;
	margin: 0.5em 0;	
	padding-left: 1.5em;
}
#priceinfo li ul {
	list-style-type: none;
	line-height: 1.4em;
	margin: 0.5em 0;
	padding-left: 1.5em;
}

#mainContent h2 {
	margin-bottom: 0;
}
#mainContent h2 + ul {
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 18px;
	background: #ffffff url(../image/g2/base/bg/bg-shadow.gif) repeat-x scroll left bottom;
}
.g1 #mainContent h2 {
	margin-bottom: 8px;
}
.g1 #mainContent h2 + ul {
	padding-top: 8px;
	padding-bottom: 8px;
	background: none;
}
