@charset "utf-8";

/* #E0E3E0 #6E8377 #AB2457 #404040 */

#r01 { text-align: center; margin: 3ex 0; }
#r01 a { font-size: 16px; font-weight: bold; color: #AB2457; }

#r03 table tr.gray td { background-color: #e0e3e0; }
#r03 table tr * { text-align: center; }
#r03 table tr td.price { text-align: right; }
#r03 table th p { font-size: 15px; color: #ab2457; }
#r03 .note { font-size: 10px; }
#r05 { text-align: center; }
#r05 div {
	display: -moz-inline-box; /* for FF2 */
	display: inline-block;
	/display: inline; /* for IE6,7 */
	border: 1px solid #404040;
	background-color: #e0e3e0;
	padding: 5px;
}
#r07 { text-align: center; }
#r07 a {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	background: url("../images/body/rlogin.gif") left top no-repeat;
	text-indent: -9999px;
}
#r07 a:hover { background-position: left -40px; }

