@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana,Arial,sans-serif;
	font-size:62.5%;
}
table img{border:none;vertical-align:middle;}

table.style02 th,table.style03 th{
	background:#f3e8dd;
	border:solid 1px #bba58e;
	padding:9px;
	text-align:left;
	width:120px;
	line-height:1.1em;
}
table.style02 td,
table.style03 td {
	background:#f3e8dd;
	border:solid 1px #bba58e;
	padding:7px 6px;
	line-height:1.1em;
}
table.style02 {
	border-collapse:collapse;
	border:solid 1px #bba58e;
	width:100%;
	margin:20px 0 0 0;
}
table.detail-type {
	margin-bottom:7px;
}
.red {
	color:#CC0000;
}
.bold {
	font-weight:bold;
}
