@charset "UTF-8";
/* CSS Document */


/*　--必要なもの--*/
#need_box{
	margin:10px 15px 40px 15px;
	}

.underline{
	border-bottom:1px solid #666666;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	}
	
.bodycopy{
	margin-bottom:20px;
	}
	
.red{
	color:#FF0000;
	}
	
.orenge{
	background:#FFCC00;
	}
	
#tax_table{
	padding:10px;
	border:1px solid #666666;
	margin-bottom:20px;
	}
	
#tax_table td{
	padding-right:10px;
	vertical-align:top;
	}