@charset "shift-jis";


* {
	margin: 0px;
	padding: 0px;

	color: #000000;

	font-size: 13px;
	font-style: normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align: left;
}

html {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #444444;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #BBBBBB;
}
body {
	padding: 0px;

	background-color: #BBBBBB;
	background-image: url("./images/background.gif");

	text-align: center;
}

img {
	border: 0px;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 1.2;
}

a:link, a:visited {
	color: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}


div#container {
	width: 810px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-left-color: #444444;
}

div#header {
	float: left;
	width: 250px;
	height: 70px;
	background-color: #FFFFFF;
}
div#search {
	float: right;
	width: 478px;
	height: 75px;

	background-color: #FFFFFF;
	background-image: url("./images/line.jpg");
	background-repeat: repeat-y;
	background-position: right top;
}
html>body div#search {
	width: 480px;
}
div#menu {
	float: none;
	clear: both;
	background-color: #FF9900;
	background-image: url(./images/menu.gif);
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
div#footer {
	float: none;
	clear: both;
}

#top-menu-list{
	position: absolute;
	width: 448px;
	text-align:right;
	left: 62px;
	top: 14px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 380px;
	height: 28px;
}

#top-menu-list li{
	display:inline;
	font-size: 8pt;
	line-height: 1.2em;
	color: #0000FF;
}

#top-menu-list li a:link{ color: #0000FF; }
#top-menu-list li a:hover{ color: #ff0000; }
#top-menu-list li a:visited{ color: #FF0000; }


#header-logo{
	position: absolute;
	width: 810px;
	height: 110px;
	z-index: 1;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#header-text{
	position: absolute;
	left: 463px;
	color: #CCCCCC;
	font-size:9pt;
	line-height: 1.3em;
	text-align: right;
	width: 320px;
	font-style: normal;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}




div#header h1 {
	width: 180px;
	height: 75px;
	background-image: url(../images/title.gif);
	text-indent: -9999px;
	margin-right: 10px;
	margin-left: 10px;
}
div#header h1 a {
	display: block;

	width: 180px;
	height: 75px;

	text-decoration: none;
}

div#header p {
	display: none;
}


div#search h2 {
	display: none;
}

div#search ul {
	float: right;

	margin-top: 40px;
	padding-left: 20px;
}
div#search ul li {
	list-style-image: url("./images/index_black.gif");
}

div#search form {
	float: right;
	width: 230px;

	margin-top: 40px;
	margin-left: 10px;
}

div#search form dl dt {
	display: none;
}
div#search form dl dd {
	float: left;

	margin-top: 1px;
}
div#search form p input {
	width: 80px;
}

div#search a:link, div#search a:visited {
	color: #444444;
}
div#search a:active, div#search a:hover {
	color: #0000CC;
}


div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 6px 15px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;

	color: #9090E0;
}

div#menu a:link, div#menu a:visited {
	color: #9090E0;
}
div#menu a:active, div#menu a:hover {
	color: #AAAAFF;
}


div#footer address {
	color: #000000;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}


.new {
	color: #FF0000;
}
.warning {
	color: #FF0000;
}
.advertisement {
	padding: 3px;
	border: 1px solid #666666;

	background-color: #EEEEEE;
}
.counter {
	display: none;
}
