/************************************
// common
************************************/
html, body, h1, h2, h3, h4, h5, h6,
p, address, ul, ol, li, dl, dt, dd,
table, th, td, form, header, article, footer, section{
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

img {
vertical-align: bottom;
border-style: none;
}

body {
	color: #333;
	font-family: sans-serif;
	line-height: 1;
	background-color: #f2fdfc;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	background-position: center top;
	font-size: 14px;
}

p{
	line-height: 1.8;
	text-align: justify;
}

strong{
	color: #c00;
}

sup {
	font-size: 10px;
}

.clearfix:after{
content:"";
display:block;
height:0;
clear:both;
}
.clearfix{
display:inline-table;
  zoom:1;
}

/************************************
// header
************************************/
div#header {
	margin: 35px auto 0 auto;
	width: 780px;
	padding: 0 0 0 0;
}

div#header h1 {
	text-align: center;
}

div#header h1:before {
	content: url(images/bg_tree.png);
	top:-58px;
	left: -20px;
	position: relative;
}

div#header h1:after {
	content: url(images/bg_tree.png);
	top:-58px;
	right: -20px;
	position: relative;
}

/************************************
// contets
************************************/
div#contents {
	width: 720px;
	background-color: #fff;
	margin: -60px auto 40px auto;
	border-radius: 10px;
	padding: 100px 30px 10px 30px;
	box-shadow: 0 0 5px #408593;
	clear: both;
}

div#contents h2 {
	text-align: center;
}

div#contents div.lead {
	display: table;
	border-collapse: collapse;
}

div#contents div.text {
	width: 505px;
	margin-left: 20px;
}

div#contents div.text p {
	text-indent: 1em;
}

div#contents p.person {
	display: table-cell;
	vertical-align: bottom;
}

div#contents p.name {
	text-align: right;
}

div#contents p.date {
	color: #c00;
	font-weight: bold;
	text-align: right;
	margin-top: 2em;
}

div#contents table {
	border-collapse: collapse;
	border: 1px solid #5aadbe;
	padding: 10px;
	margin: 0 auto;
	width: 720px;
}

div#contents th {
	background-color: #5aadbe;
	border-left: 1px solid #fff;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	width: 33%;
}

div#contents th:first-child {
	border-left: 1px solid #5aadbe;
}

div#contents td {
	padding: 10px;
	white-space: nowrap;
	border-left: 1px solid #5aadbe;
	border-top: 1px solid #5aadbe;
}

div#contents td.pdf {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	border-left: none;
}

div#contents td img {
	margin: 0 0 10px 0;
}

div#contents div.request {
	background-color: #e8f7f6;
	width: 660px;
	margin: 20px auto 30px auto;
	padding: 30px;
}

div#contents div.request h2 {
	font-size: 16px;
	color: #005982;
	text-align: left;
}

div#contents div.request p {
	margin: 10px 0;
}

div#contents div.request p.submit {
	text-align: center;
	margin: 30px 200px 0 200px;
	border-radius: 10px;
	background-color: #005982;
	font-weight: bold;
}

div#contents div.request p.submit a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 20px 0;
}

div#contents p.download {
	font-size: 11px;
	margin: 30px auto;
	line-height: 1.5;
	width: 600px;
}

div#contents p.download img {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


