@charset "shift-jis";


/*********************
*
*	layout
*
**********************/


#putContents {
	margin: 0px auto;
	padding: 0px;
	width: 710px;
	text-align: left;
}


.tablePut td,th {
	padding:0.2em 0.5em;
	text-align:left;
}
	
.tablePut th {
font-size:84%;
	color:white;
	font:bold;
	text-align:left;
	background-color:#009933;
}


.tablePut td {
	font-size:84%;
	line-height:140%;
}


