﻿@charset "utf-8";

@import "import_base.css";


/* Contents
----------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
}

#container {
	width: 450px;
	margin: 0 auto;
}

h3 {
	color: #57601D;
	font-size: 85%;
	font-weight: bold;
}

h4 {
	color: #57601D;
	font-size: 77%;
}

table {
	width: 100%;
	margin: 16px auto 2em auto;
	_margin: 16px auto 3em auto;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}
thead {
	display: none;
}
tbody th,
tbody td {
	text-align: left;
	vertical-align: top;
}
tbody th {
	background: url( ../images/bg_information_dotted.gif ) repeat-x left 0.75em;
	white-space: nowrap;
}
tbody th span {
	padding-right: 4px;
	background-color: #FFFFFF;
}
tbody td {
	padding-left: 4px;
}

p {
	width: auto;
	margin-top: 1em;
	text-indent: 1em;
	
	text-align: justify;
	_text-justify: distribute;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}

p#close {
	padding: 24px 0 8px 0;
	margin: 32px auto 0 auto;
	background: url( ../images/bg_information_dotted.gif ) repeat-x left top;
	
	text-align: center;
}

