@charset "UTF-8";
/* ----------------------------------------------
	This style is for treat
------------------------------------------------- */

/*                                      contents
------------------------------------------------- */
h2 {
	margin: 0 auto 20px auto;
	width: 820px;	
}


#inner {
	width: 800px;
	margin: 0 auto;
	font-size: 108%;
}

#inner #leftBox{
	float: left;
	width: 480px;
	margin-bottom: 50px;
}

#inner #rightBox{
	float: right;
	width: 290px;
	margin-bottom: 50px;
}


#contents p {
	clear:both;
	margin-top: 8px;
}


#inner #leftBox table{
	margin: 10px auto 10px;
	border: 1px solid #CCCCCC;
	border-top: 4px solid #6f361d;
}

#inner #leftBox table thead th,
#inner #leftBox table thead td{
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #f7f1e0;
}



#inner #leftBox table th,
#inner #leftBox table td{
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

#inner #leftBox table th{
	font-weight: bold;
}

#inner #leftBox table td span{
	font-size: 90%;
	margin-left:5px;
}
.red{
	color:#CC0000;
}
.ft85{
	font-size: 85%px;
}