@charset "utf-8";

@import url("reset.css");

/* basic style */


body {
	background-color: #f5f7fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#header1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 33px;
	width: auto;
	padding-left: 10px;
	padding-top: 2px;
}

#header2 {
	padding-left: 50px;
	background-image: url(../image/header.gif);
	background-repeat: repeat-x;
	height: 25px;
}

#header3 {
	padding-left: 50px;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B4D2;
}

#header3 p {
	color: #000000;
}

#content {
	background-color: #FFFFFF;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size:1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #545454;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	background-color: #f5f7fb;
	border: 1px solid #545454;
	padding: 3px;
	margin-top: 1em;
}

h3 {
	font-size:0.9em;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
}

h4 {
	font-size:0.9em;
	font-weight:bold;
	padding-left: 30px;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
}

p {
	color:#000;
	font-size:0.9em;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.5em;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.t_sup_t {
    margin-top: 1em;

    font-size: 0.8em;
    font-weight: bold;
    padding-left: 1em;

}

.t_sup_b {
    margin-top: 0;

    font-size: 0.84em;
    line-height: 1.5em;
}

h3 a {
	color: #2F4350;
}

h3 a:hover {
	color: #FFFFFF;
	background-color:#2F4350;
}


#content .indent { 
	padding-left: 30px;
}

#content li {
	list-style-type: disc;
}


#content address {
	font-size: 0.9em;
	padding-left: 5px;
}

