@charset "Shift_JIS";
body {
	background-color:white;
	margin:0;
	text-align: center ;
}
div.main{
	width:532px;
	text-align: left;
	line-height: 175%;
	margin-left: auto;
	margin-right:auto;
}

h1{
	font-family:"HG–¾’©E","‚l‚r –¾’©";
	text-align:center;
	margin-top:0px;
	font-size: 18pt;
	line-height : 150%;
	color: #008; 
	text-shadow:3px 3px 2px #88e;
}
h2{
	font-size : 12pt;
	 line-height : 100%;
	color:#088;
}
h3{
	font-size : 12pt;
	 line-height : 100%;
	color:#0a4;
	margin:1em 0px 0.5em;
}

table{
	border: 3px silver double;
	border-collapse: collapse;
	width: 100%;
}
td,th{
	border: 1px silver solid;
	padding: 0px 8px;
}
th{
	width:20%;
	vertical-align: top ;
}
td{
	width:80%;
	vertical-align: top ;
}

div.right{
	text-align: right ;
}

.caption{
	line-height : 130%;
	color : maroon;
	text-align: center;
	padding-top: 2px;
}
img{
	border: 0;
}

img.lineDown {
	border:0;
	position: relative;
	top: 8px;
}

