@import url(reset.css);
@import url(templates.css);


html, body {
	background-color: #ffffff;
	text-align: center; }
	
/*-----------------------------------------------------
R_SIDE
-------------------------------------------------------*/
#r_side {
	width: 510px;
	line-height: 150%;
	float: right; }

#r_side .box {
	padding: 0 0 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid #adadad; }
	
#r_side h3{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0; }
	
#r_side .caution2{
	margin: 0 0 10px 0; }
	
#r_side table{
	background-color: #666666;
	margin-bottom: 20px; }

#r_side table td{
	background-color: #ffffff;
	padding: 6px; }
	
fieldset{ 
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px; }
	
fieldset.long{
	padding: 30px 10px 20px 10px;
	margin-bottom: 10px; }

legend{
	font-weight: bold;
	color: #CC0000; }
	
fieldset ul li{
	border-bottom: 1px dashed #999;
	padding-bottom: 6px;
	margin-bottom: 6px; }
	