@charset "shift_jis";
body {
	background-color: #F5D378;
}
#warp #headder #h_link a {
	color: #0000FF;
}

.helper-image {
	margin-left: 20px;
	margin-bottom: 30px;
	width: 660px;
}

table.helper {
	width:660px;
	margin:20px 20px 30px 20px;
	border-top-width:2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color:#deefc5;
	border-right-color:#deefc5;
border-collapse: separate;
    border-spacing: 0px;
	}

table.helper th {
	background-color:#ffbe53;
	font-weight:bold;
	padding:8px 10px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color:#deefc5;
	border-left-color:#deefc5;
	}
	
table.helper td {
	background-color:#fff;
	padding:8px 10px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color:#deefc5;
	border-left-color:#deefc5;
}
	
.gr {
	background-color:#e4e4e4!important;
	}