/* ALL RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
addr,acronym {
	border: 0;
	font-variant: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
table {
	font-size:inherit;
	font: 100%;
}
br.clear {
	clear: both;
	display: block;
	font: 0pt/0pt sans-serif;
}
/*BASE
-------------------------------------*/
body {
	color: #666666;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.4;
	text-align: center;
	background-color: #FFFFFF;
}
img {
	border: none;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover,a:active {
	color: #CC0000;
	text-decoration: underline;
}
hr {
	display: none;
}
/*CONTAINER
-------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/*HEADER
-------------------------------------*/
#header {
	width: 900px;
	text-align: left;
}
#logo {
	float: left;
	width: 150px;
	height: 30px;
	margin-top: 25px;
}
#logo h1, #logo a{
	display: block;
	width: 150px;
	height: 30px;
	background: url(../images/ogata_logo.jpg) no-repeat;
	text-indent: -9999px;
}
#flash_menu {
	float: right;
	width: 480px;
	height: 70px;
}
/*MAIN
-------------------------------------*/
#main {
	clear: both;
	width: 900px;
	text-align: left;
}
/*MENU
-------------------------------------*/
#menu {
	display: none;
	clear: both;
	text-align: left;
}
/*FOOTER
-------------------------------------*/
#copyright {
	clear: both;
	width: 880px;
	margin: 10px 0;
	text-align: right;
	font-size: 0.8em;
}
#copyright a:link {
	color: #660000;
	text-decoration: none;
}
#copyright a:visited {
	color: #660000;
	text-decoration: none;
}
#copyright a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}