* {
	margin: 0;
	padding: 0;
}

body {
	font: 10pt "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	margin: 0;
	background: #ffffff;
	text-align: center;
}

a:link		{ color: #0000FF; }
a:visited	{ color: #0000FF; }
a:hover		{ color: #FF0000; }
a:active	{ color: #000000; }

h1 {
	font-size: 2em;
	color: #FFAE35;
	letter-spacing: 1px;
	padding: 15px 0 3px 20px;
	border-bottom: 2px #ffffff solid;
}
h2 {
	font-size: 1.2em;
	color: #ffffff;
	width: 100%;
	background: #FFA500;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 5px 0px;
	border: 0 #ffffff solid;
}
#body {
	font: 10pt "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	padding: 0;
	width: 900px;
	height: 100%;
	background: #ffffff;
	text-align: left;
}
#body_2 {
	background: #ffffff;
}

dl {
	padding: 5px 0 0 20px;
}
dt {
	padding: 10px 0 0 0;
}
dd {
	padding: 2px 0 10px 10px;
	letter-spacing: 1px;
}
em {
	font-style: normal;
	border-bottom: 1px dotted;
}
strong {
	font-weight: normal;
	padding: 0;
	border-bottom: 1px dotted;
}
.sp {
	padding: 0 0 0 10px;
}

/*** header style ***/
#header {
	margin: 0 0 25px 0;
	text-align: left;
	width: 900px;
	height: 50px;
}

/*** main style ***/
#main {
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
	background: #ffffff;
}
.text {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 15px 20px 15px 20px;
}

/*** navigator style ***/
#navi {
	width: 180px;
	padding: 0 0 0 0;
	margin: 0px;
	float: left;
	background: #FFD700;
	text-align: left;
}
#navi p.menu{
	color: #A9A9A9;
	background-color: #ffcc33;
	text-decoration: none;
	padding: 0.5em 0 0.5em 0;
	border-top: 0px #ffffff solid;
	border-bottom: 0px #eeeeee solid;
	width: 180px;
	display: block;
	list-style: none;
}
#navi li{
	display: inline;
	list-style: none;
}
#navi li a{
	color: #000000;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 0.3em 0 0.3em 0;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #eeeeee solid;
	width: 180px;
	display: block;
	list-style: none;
}
#navi li a:hover{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0.3em 0 0.3em 0;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #eeeeee solid;
	width: 180px;
	display: block;
	list-style: none;
}
#navi li a.active{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0.3em 0 0.3em 0;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #eeeeee solid;
	width: 180px;
	display: block;
	list-style: none;
}
#promote {
	font-size: 8pt;
	padding: 3px;
	margin: 5px;
	color: #888888;
	background: #eeeeee;
	letter-spacing: 1px;
	text-align: left;
}
#promote a{
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
}
#promote a.line{
	font-size: 8pt;
	color: #888888;
	text-decoration: underline;
}

/*** footer style ***/
#footer {
	text-align: center;
	color: #13618d;
	width: 900px;
	clear: both;
}
#footer ul {
	line-height: 130%;
	margin: 0 0 0.5em 0;
	list-style: none;
}
#footer li {
	display: inline;
}
#footer li a,#footer li a:link, #footer li.a:active, #footer li.a:visited{
	color: #13618d;
}
#footer li a:hover{
	color: #8d1361;
}
#copy {
	font-size: 0.8em;
	color: #000000;
	padding: 0 0 3px 0;
	background: #ffffff;
}
