@charset   "Shift_JIS";

/* TITLE DESIGN */

#main {
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px auto;
	border: 5px solid #aaa;
	padding: 0px;
	width: 600px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

.style {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

H1 {
	color: #000099;
	font-size: 130%;
	font-weight: bold;
}

H2 {
	color: #708ebf;
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
}

H3 {
	font-size: 110%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

H4 {
	font-size: 105%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000044;
}

BODY {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

A:LINK {
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

A:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

A:HOVER{
	text-decoration: underline;
	color: #ff00ff;
}

A:ACTIVE {
	text-decoration: underline;
	color: #ff00ff;
}

.back {
	color: #cc0000;
	margin: 5px;
	border: 0px;
	padding: 5px;
	text-align: right;
}

.back A:LINK,A:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.back A:HOVER,A:ACTIVE {
	text-decoration: underline;
	color: #999999;
}

HR {
	margin: -7px 0px -7px 0px;
	border-bottom: 2px dotted #666;
}

.fo {
	margin: -5px 0px -5px 0px;
	text-align: center;
	color: #666666;
	font-size: 10pt;
}

.fo A:LINK,A:VISITED {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 10pt;
}

.fo A:HOVER,A:ACTIVE {
	text-decoration: underline;
	color: #999999;
	font-size: 10pt;
}

ADDRESS {
	margin: -2px 0px 0px 0px;
	text-align: center;
	font-size: 10pt;
}

/* BASIC DESIGN */

PRE {
	color: #3333aa;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

UL {
	color: #6d6d6d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-image: url(g_ul.gif);
	list-style-position: outside;
	list-style-type: none;
}

TH {
	color: #ffffff;
	background-color: #000099;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 0px;
}

SELECT {
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}


