body {
	font-size: medium !important; /* IE 7向け */
	font-size: small; /* IE 6以下 */
	
	margin: 0px;
	padding: 0px;
	text-align: center; /* center on ie6 */
}
html&gt;/**/body {
	font-size: 16px; /* モダンブラウザ向け */
}

a:link { color: #00a; text-decoration: none; }
a:visited { color: #066; text-decoration: none; }
a:hover { color: #900; text-decoration: underline; }
a:active { color: #900; text-decoration: underline; }

.error{
	color: red;
}

#container{
	font-family:helvetica,arial,sans-serif;
	text-align: left;
    margin: 0 auto; /* center on everything else */
    width: 800px;

}

/* Navigator */
#navigator div#logo{
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	width: 396px;
	height: 50px;
}
#navigator div#quicksearch{
	margin-top: 10px;
	height: 50px;
	float: right;
}
#navigator div#navbar{
	clear: both;
	margin-bottom: 10px;
	background: transparent url('../images/obi.png') no-repeat;
}

#navigator div#navbar table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border: none;
	border-spacing: 0;
}
#navigator div#navbar table {
	width: 800px;
	font-family: sans-serif;
}
#navigator div#navbar th {
	padding: 0.3em 0.1em 0.2em 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

#navigator div#navbar a:link { color: white; text-decoration: none; }
#navigator div#navbar a:visited { color: white; text-decoration: none; }
#navigator div#navbar a:hover { color: #ba0000; text-decoration: none; }
#navigator div#navbar a:active { color: #ba0000; text-decoration: none; }

/* Centerbox */
#centerbox h3 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 1em 0px 1em;
	border-left: 10px solid #ff3500;
	background-color: #F6F6F6;
}


#centerbox li,dl,dd{
	line-height: 160%;
}

#centerbox p{
	margin: 0px 1em 1em 0px;
}

#centerbox ul,ol,dl{
	margin: 0em 1em 1em -1em;
}

