@charset "utf-8";


/*-----Base-----*/
/*-------------------------------------------------------------------------------*/


*{
	margin: 0px;
	padding: 0px;
	}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	background-position: left top;
	}

h1,h2,h3,h4,h5,h6,th{
	font-weight: lighter;
	font-size: 100%;
	}

img{
	border-width: 0px;
	border-style: none;
	}

address {
	margin: 20px 0 0 0;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	color: #5a5a5a;
	}
	

#wrapper{
	width: 600px;
	margin: 10px;
	padding: 10px;
}

#box_table{
	margin: 10px 0 0 0;
}



table{
	width: 550px;
	font-size: 90%;
	line-height: 115%;
	border: none;
	border-collapse: collapse;
	text-align: left;
	}

th {
	width: 150px;
	background-color: #EDFEDA;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #999999;
	border-collapse: collapse;
	color: #074202;
}
td{
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #999999;
	border-collapse: collapse;
	}