@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: small;
	line-height: 150%;
	background-color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: none;
}
a{
	text-decoration: none;
}
#waku {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-bottom: 20px;
	background-image: url(../img/waku_back.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#head {
	background-image: url(../img/top_header_img.jpg);
	background-repeat: no-repeat;
	height: 190px;
}
#waku #head h1 {
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-left: 5px;
}
#head p {
	width: 230px;
	float: right;
	margin-top: 30px;
}
#menu {
	width: 908px;
	background-color: #333;
	margin-left: 20px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	color:#FFF;
	margin-top: 5px;
	padding: 1px;
}


ul.menu li{
	float:left;
	width:150px;
	height:30px;
	background-color: #333;
	font-weight:bold;
	line-height:30px;
	position: relative;
}
.menu li .act {
	color: #333;
	font-weight:bold;
	background-image: url(../img/menu_back_hover.gif);
	background-repeat: no-repeat;
}
ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../img/menu_back.gif);
	background-repeat: no-repeat;
}
ul.menu li a:hover{
	color: #333;
	background-image: url(../img/menu_back_hover.gif);
}
ul.menu li ul.sub{
	position:absolute;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

#main {
	padding-right: 20px;
	padding-left: 20px;
}
#left {
	float: left;
	width: 350px;
	color: #333;
	line-height: 150%;
}
#left .box {
	border: thick solid #999;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#right {
	float: right;
	width: 220px;
}
#right .usedcar {
	border: thick solid #999;
	margin-bottom: 10px;
	font-family: 'Orbitron';
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right .usedcar a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#right .usedcar p a{
	color: #666;
}
#right .usedcar p a:hover {
	color: #333;
	text-decoration: underline;
}
#right #auction {
	border: thick solid #999;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #333;
	margin-top: 10px;
}
#right #auction h3 {
	background-color: #999;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#right #auction h4 {
	margin-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #036;
	font-weight: bold;
}
#right #auction p {
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#footer {
	margin-top: 20px;
	clear: both;
	background-color: #000;
}
#footer address {
	color: #CCCCCC;
	text-align: center;
	margin-right: 15px;
	padding: 10px;
}
div:after {
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

