/* import
--------------------------------------------------------------------------------------------- */
@import url(layout.css);

/* base
--------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #91581C;
	scrollbar-arrow-color: #B47C2E;
	scrollbar-track-color: #A36B1D;
	scrollbar-darkshadow-color: #78421A;
	scrollbar-face-color:#78421A;
	scrollbar-highlight-color:#B47C2E;
	scrollbar-shadow-color:#B47C2E;
}
body,
table,
td {
	font-family: MS UI Gothic;
	font-size: 9pt;
	color: #666666;
	line-height: 150%;
	text-align: center;
	margin: 0;
	padding: 0;
}
table,
td {
	border: none;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FF7F00;
}

h1,
h2,
h3 {
	font-weight: bold;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
img {
	border: 0;
}

hr {
	display: none;
}

.clear {
	clear: both;
}
.s1 {
	font-size: 8pt;
}
.c1 {
	color: #FF7F00;
}
.c2 {
	color: #4EBDD7;
}
.bold {
	font-weight: bold;
}