*{
	font-family:"Tahoma", "MS UI Gothic", "Osaka";
}
html,body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#333333;
	background-image: url(./backline.gif);
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}
a{
	color: #000099;
	text-decoration: none;
}
a:hover {
	color:#FF0000; text-decoration:underline;
}
a.anchor_super{
	display:none;
}
hr{
	border:solid 1px #909090;
}
pre{
	margin:4px;
	margin-bottom:6px;
	background-color:#FFFFFF;
	padding:8px;
	border:solid 1px #323232;
}
input{
	font-size:12px;
}
div#header{
	height:125px;
	position:relative;
	background-image: url(./backtop2.gif);
	border-top-width: 2px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099FF;
	border-bottom-color: #003399;
}
div#header h1{
	margin-left:80px;
	margin-top:15px;
	width:280px;
	height:60px;
	background-image:url(./logo_top.gif);
	background-repeat:no-repeat;
}
div#header h1 span{
	color: #006633;
	left: -9999px;
	position: absolute;
}
div#header_side{
	margin-right:12px;
	position:absolute;
	right:0;
	top:40px;
	color:#886633;
	text-align: right;
}
div#navbar {
	border-bottom:1px #666666;
	padding-left:10px;
	border-bottom-style: solid;
}
div#navbar p{
	margin:4px;
	padding:2px;
}
div#container{
	text-align:left;
}
div#content p{
	margin-left:8px;
	margin:6px;
	margin-bottom:12px;
	line-height:175%;
}
div#content h1,h2{
	margin-bottom:10px;
	background-color:#EEECFF;
	padding-left:28px;
	background-image: url(./enpitsu.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #0099FF;
	border-bottom-color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-position: 5px;
}
div#content h3{
	background-color:#FEF3E9;
	padding-left:40px;
	background-image: url(./enpitsu.gif);
	background-repeat: no-repeat;
	border-bottom-style: double;
	border-bottom-color: #FF9933;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-position: 10px;
}
div#content h4,h5{
	background-color:#FEF3E9;
	padding-left:30px;
	border-bottom-style: double;
	border-bottom-color: #FFD851;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-position: 10px;
}
div#content div.counter{
	padding-left:8px;
}
div#content ul{
	margin:0px;
	margin-bottom:12px;
}
div#content h1 {
	font-size:14px;
}
div#content h2 {
	font-size:13px;
}
div#content h3 {
	font-size:12px;
}
div#content h4 {
	font-size:12px;
}
div#content h5 {
	font-size:12px;
}
div#content h1 a{
	text-decoration:none;
}
div#content h2 a{
	text-decoration:none;
}
div#content h3 a{
	text-decoration:none;
}
div#content h4 a{
	text-decoration:none;
}
div#content h5 a{
	text-decoration:none;
}
div#content form{
	margin-left:8px;
}
div#navigation{
	padding-top:10px;
	height: auto;
	background-color: #F7F7FF;
}
div#navigation p{
	line-height:250%;
	margin:10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
}
div#extra{
	/*background:#FFFFFF;*/
}
div#extra p{
	margin:10px 10px 10px;
}
div#footer{
	border-top:solid 1px #FF9933;
}
div#footer p{
	font-size:0.6em;
	margin-top:12px;
	text-align:center;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#footer a{
	display:inline;
	padding:0;
	color:#B8B8B8;
}
div#container{
	width:760px;
	margin:0 auto;
}
div#content{
	padding-top:8px;
	padding-bottom:8px;
	float:right;
	width:595px;
}
div#navigation{
	float:left;
	width:165px;
}
div#extra{
	float:right;
	width:590px;
}
div#footer{
	clear:both;
	width:100%;
}
