@CHARSET "UTF-8";

body {
/*
background-color: #D7D7D7;
font-size: 12px;
*/
color: #666666;
line-height: 1.5em;
}

* {
margin: 0px;
padding: 0px;
}

a img {
border: none;
}

a {
color: #3A72E2;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
list-style: none;
}

.text10 {
font-size: 10px;
}

.red10 {
font-size: 10px;
color: #FF0000;
}

.grey {
color: #999999;
}

.center {
text-align: center;
}

.left {
float: left;
}

.right {
float: right;
}

.right_text {
text-align: right;
}

.clear {
clear: both;
}

/* 全体枠 */

#wrapper {
/*
background-image: url("../img/bg.gif");
background-repeat: repeat-y;
width: 980px;
*/
height: auto;
margin: auto;
text-align: left;
/* padding: 0 20px; */
}


/* ヘッダー */

#head {
	height: 57px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:980px;
	background-image:url(/img/header.0.2.png);
	background-position:0 -171px;
}
#logo{
	float:left;
	height:57px;
	width:260px;
}
#logo a{
	background-image:url(/img/header.0.2.png);
	background-position:-655px 0;
	height:36px;
	margin-left:22px;
	margin-top:12px;
	position:absolute;
	width:215px;
}
#logo span{
	display:none;
}
#head #navbar{
	width:720px;
	height:57px;
	float:left;
}
#head #navbar a{
	background-image:url(/img/header.0.2.png);
	background-repeat:no-repeat;
	float:left;
	height:57px;
}
#head #navbar span{
	display:none;
}
#head #navbar a#nav_3w{
	background-position:0 -114px;
	width:71px;
}
#head #navbar a#nav_used{
	background-position:-71px 0;
	width:115px;
}
#head #navbar a#nav_satei{
	background-position:-186px 0;
	width:115px;
}
#head #navbar a#nav_buy{
	background-position:-301px 0;
	width:152px;
}
#head #navbar a#nav_news{
	background-position:-453px 0;
	width:85px;
}
#head #navbar a#nav_want{
	background-position:-538px 0;
	width:115px;
}
#head #navbar a#nav_used:hover{
	background-position:-71px -57px;
	width:115px;
}
#head #navbar a#nav_satei:hover{
	background-position:-186px -57px;
	width:115px;
}
#head #navbar a#nav_buy:hover{
	background-position:-301px -57px;
	width:152px;
}
#head #navbar a#nav_news:hover{
	background-position:-453px -57px;
	width:85px;
}
#head #navbar a#nav_want:hover{
	background-position:-538px -57px;
	width:115px;
}
#head #navbar a#nav_list:hover{
	background-position:-472px -57px;
	width:91px;
}
*html #head .logo h1{
	background-image:none;
	color:#000000;
	margin:0;
	padding:0;
	text-indent:0;
	width:217px;
	height:40px;
	display:block;
}
#head .logo h1{
	background-image:none;
	color:#000000;
	margin:0;
	padding:0;
	text-indent:0;
}
#navi1 h1{
	background-image:none;
	color:#000000;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-indent:0;
}
#navis h1{
	background-image:none;
	color:#000000;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-indent:0;
}

/* ナビ下部タグ */

#navi {
background-image: url("../img/head_bar.gif");
background-repeat: no-repeat;
width: 830px;
height: 29px;
margin: 0px 0px 10px 20px;
padding: 1px 0px 0px 1px;
}


/* フッター */

#foot {
	background-image:url(/img/header.0.2.png);
	background-position:0 -228px;
	background-repeat:no-repeat;
	height:57px;
	margin-top:10px;
	padding:15px 0 0;
	text-align:center;
	width:980px;
	clear: both;
}
#foot .menu {
margin: 0px 0px 15px 0px;
font-size: 10px;
}
#foot .menu a {
font-size: 10px;
}

/* ------------------------------------------------------------------------
	liScroll style declarations
------------------------------------------------------------------------- */
.headline {
	width:681px;
	margin-bottom:10px;
	height: 31px;
	line-height: 33px;
	font-weight: bold;
	background-image:url(/img/news.gif);
}
.tickercontainer { /* the outer div with the black border */
	display: inline;
	float: left;
	width: 575px;
	height: 23px;
	margin-left:90px;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 10px;
	width: 575px;
	height:13px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 472px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
	color:#000;
}

