/*************************************************************************************************/
/* body                                                                                          */
/*************************************************************************************************/

body {
	font-family: Times New Roman, IPA P–¾’©, ‚l‚r ‚o–¾’©, serif;
	background-color: #EEEEEE;
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

body div.title {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px #888888 solid;
	text-align: center;
}

body div.footer {
	margin: 80px 0px 0px 0px;
	border-top: 2px #888888 solid;
}

body div.contents {
	width: 600px;
	margin: 80px auto 0px auto;
	padding: 0px;
	font-size: 17px;
	text-align: center;
}

body div.contents h1 {
	margin: 25px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	border-bottom: 2px #888888 solid;
}

body div.contents table {
	margin: 0px auto;
	padding: 0px;
}

body div.contents tr {
	margin: 0px;
	padding: 0px;
}

body div.contents tr td {
	margin: 0px;
	padding: 2px 15px;
	text-align: left;
}

body div.contents tr td:last-child {
	font-size: 13px;
}

body a {
	color: #111199;
	text-decoration: underline;	
}