﻿@charset "utf-8";

/* ------------------------------ Style Setting  ------------------------------ */

html,body,tr,th,td {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:#fff;
	color:#333;
}

a:link, a:active, a:visited {
	color:#44f;
	text-decoration:none;
}

a:hover{
	color:#000;
	background-color:#dda;
}

h1,h2,h3,h4,h5,p,li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

h1 {
	color:#333;
	margin-bottom:10px;
	font-size:1em;
	border-top:#059 1px solid;
	border-bottom:#059 3px solid;
}

h2 {
	color:#333;
	font-size:1.2em;
	margin:20px 0px 15px 0px;
	padding:2px 0px 0px 25px;
	background-color:#fff;
	background-image:url(../images/h2_back.gif);
	background-repeat:no-repeat;
}

h3 {
	color:#059;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0px 10px 8px;
	border-bottom:#ccc 3px dotted;
}

h4 {
	font-size:0.9em;
	color:#000;
	background-image:url('../images/h4_back.gif');
	margin:0px 0px 10px 20px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:bottom;
}

h5 {
	color:#333;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 10px 30px;
}

p {
	color:#333;
	line-height:130%;
	margin:0px 5px 10px 15px;
	text-align:justify;
	text-justify:newspaper;
}

.r_box p {
	font-size:0.9em;
	margin:0px 0px 5px 0px;
	text-align:left;
}

img {
	border:0px;
	vertical-align:top;
}

ul {
	margin-top:0;
	margin-bottom:10px;
}

li {
	line-height:130%;
	margin-bottom:10px;
}

address {
	margin:15px 0px 10px 0px;
	font-size:0.8em;
}

table {
	margin:0px 0px 20px 10px;
}

table.b {
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.b th {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	background-color:#ddd;
	padding:0.3em 1em;
	text-align:center;
}

table.b td {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:0.3em 1em;
}
table.a {
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.a th {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:0.3em 1em;
	text-align:left;
	font-size: 1em;
	vertical-align:middle;
}

table.a td {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:0.3em 1em;
	text-align:left;
	font-size: 1em;
	vertical-align:middle;
}
