@charset "utf-8";
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(image/logo_back.png);
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: left;
}
p {
	font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
}
hr {
	display: none;
}
.yellow {
	color: #FF6;
}

.white {
	color: #EEE;
}

.red {
	color: #F30;
}
#container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 700px;
}
#header {
	background-color: #000;
	width: 505px;
	float: left;
	height: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}
#fl_newissue {
	width: 110px;
	float: right;
	height: 185px;
	text-align: right;
}


#navbar {
	width: 560px;
	font-size: 12px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 0px;
}
#navbar a {
	background-color: #000;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
#navbar a:hover {
	background-color: #000;
	color: #F30;
}
#top {
	font-size: small;
	text-decoration: underline;
	float: right;
	height: 20px;
	width: 40px;
	font-weight: bold;
	text-align: center;
	clear: right;
}




#contents {
	font-size: large;
	line-height: 25px;
	width: 680px;
	float: left;
	height: auto;
	color: #FFF;
	padding-bottom: 10px;
	font-weight: bold;
}
#sale_chopper
    float: right;
	width: 285px;
	height: 200px;
}
#map
    float: right;
	width: 285px;
	height: 600px;
#contents a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#contents a:hover {
	color: #C00;
}


#contents  h3 {
	background-color: #000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F30;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 340px;
}







#footer {
	width: 678px;
	font-weight: normal;
	text-align: center;
	background-color: #000;
	clear: both;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	font-size: x-small;
	padding-top: 2px;
	padding-bottom: 2px;
}
