@charset "UTF-8";

/* Zbgpcss
//////////////////////////////////////////////////////////////////// */
*{
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

/* Structure
-------------------------------------------------------------------- */
body{
/*	color:#000000; */
	line-height:1.5;
	text-align:center;
}

div#wrapper {
	font-size:75%;
	text-align:left;
	width:920px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;
}

h1, h2,h3,h4,h5,h6,strong {
	font-weight:bold;
}

/* Hypertext
-------------------------------------------------------------------- */
a:link {
/*	color:dimgray; */
	color:#696969;
}

a:hover {
	color:red;
}

a:visited {
	color:blue;
}

p a:visited {
	color:blue;
}

a:active {
	color:blue;
}

/* LIST
-------------------------------------------------------------------- */
ul,ol{
	list-style:none;
}

/* Tables
-------------------------------------------------------------------- */
table,th,td{
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	text-align:left;
}

/* Image
-------------------------------------------------------------------- */
img {
	vertical-align:bottom;
	border:0;
}

/* Font
-------------------------------------------------------------------- */
strong {
	font-weight:bold;
}

optgroup {
	font-weight:bold;
	font-style:italic;
}

/* Other
-------------------------------------------------------------------- */
label {
	cursor:pointer;
}

/* clearfix
-------------------------------------------------------------------- */
.clearfix{
	overflow:hidden;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

/*\*/
* html .clearfix{
	height:1em;
	overflow:visible;
}
/**/

/* Common
//////////////////////////////////////////////////////////////////// */

body {
	margin:0px;
	text-align:center;
	padding:0px;
}


a:link {
	color:#696969;
}

a:hover {
	color:#ff0000;
}

a:visited {
	color:#0000ff;
}

p a:visited {
	color:#0000ff;
}

a:active {
	color:#0000ff;
}

form {
	margin:0;
}

/* =====================================================================
       TopPage
===================================================================== */

/* header
//////////////////////////////////////////////////////////////////// */
div#header {
	width:920px;
	background:url(images/title_bg.gif) repeat-x top;
	text-align:left;
	color:#fff;
}

div#header #header_top {
	padding:4px 10px 0 10px;
	height:23px;
}

div#header #header_top h1 {
	float:left;
}

div#header #header_top ul {
	float:right;
}

div#header #header_top ul li {
	display:inline;
}

div#header #header_top ul li a {
	color:#fff;
	text-decoration:none;
}

div#header #header_top ul li a:hover {
	text-decoration:underline;
}

div#menu-bar {
	background-color:#000;	
	padding:3px 10px;
}

div#menu-bar ul {
	height:30px;
}

div#menu-bar ul li {
	float:left;
	width:145px;
	height:30px;
	padding-right:6px;
	text-indent:-9999px;
}

div#menu-bar ul li.end {
	padding-right:0;
}

div#menu-bar ul li a {
	display:block;
	width:145px;
	height:30px;
	background-image:url(images/gmenu.gif);
}

div#menu-bar ul li.gmenu_i-satei a {
	background-position:0 0;
}

div#menu-bar ul li.gmenu_i-satei a:hover {
	background-position:0 30px;
}

div#menu-bar ul li.gmenu_document a {
	background-position:-151px 0;
}

div#menu-bar ul li.gmenu_document a:hover {
	background-position:-151px 30px;
}

div#menu-bar ul li.gmenu_point a {
	background-position:-302px 0;
}

div#menu-bar ul li.gmenu_point a:hover {
	background-position:-302px 30px;
}

div#menu-bar ul li.gmenu_different a {
	background-position:-453px 0;
}

div#menu-bar ul li.gmenu_different a:hover {
	background-position:-453px 30px;
}

div#menu-bar ul li.gmenu_companylist a {
	background-position:-604px 0;
}

div#menu-bar ul li.gmenu_companylist a:hover {
	background-position:-604px 30px;
}

div#menu-bar ul li.gmenu_faq a {
	background-position:-755px 0;
}

div#menu-bar ul li.gmenu_faq a:hover {
	background-position:-755px 30px;
}

/* contents-m
//////////////////////////////////////////////////////////////////// */
div#contents-m {
	width:900px;
	padding:0 10px;
}

div#main {
	float:left;
	width:600px;
	padding-bottom:23px;
}

div#sidebar {
	float:right;
	width:296px;
}

/* mainVisual
//////////////////////////////////////////////////////////////////// */
div.mainVisual {
	position:relative;
	width:600px;
	height:415px;
/*	background:url(images/banner-2_bg.jpg) no-repeat left top; */
	background:url(images/banner-2_bg.png) no-repeat left top;
	margin-bottom:25px;
	margin-top:3px;
	margin-left:-5px;
	padding-top:4px;
	padding-left:10px;
	font-weight:bold;
}

div.mainVisual .top-start-satei-contents .selectbox p span {
	margin-right:5px;
	font-weight:bold;
}

div.top-start-satei-contents {
	position:relative;
	height:180px;
	margin:0;
	padding:0;
}

div.top-start-satei-contents .selectbox {
	height:75px;
	margin-top:60px;
	background:url(images/satei-start.png) no-repeat 0 0;
}

div.top-start-satei-contents .selectbox p {
	padding:40px 0px 0px 20px;
}

div.top-start-satei-contents div.satei-btn {
	position:absolute;
	top:0;
	left:300px;
	width:285px;
	height:179px;
	margin:0;
}

div.satei-btn-end {
	position:relative;
	margin:0;
	padding:0;
}

div.satei-btn-end .top-start-satei-contents {
	height:94px;
	margin-left:12px;
	background:url(images/satei-start.png) no-repeat left top;
}

div.satei-btn-end div.satei-btn {
	position:absolute;
	top:40px;
	left:298px;
 	margin:0;
}

div.satei-btn-end div.selectbox {
	margin-top:0;
}

div.satei-btn a {
	display:block;
	width:285px;
	height:179px;
}

div.satei-btn a:hover {
}

div.topbox {
	margin-bottom:15px;
	width:600px!important;
}

div.topbox h2 {
	margin-bottom:10px;
}

div.topbox.about-satei {
	margin-top:10px;
	margin-bottom:0;
	width:582px;
}

div.topbox .topbox-contents {
	margin-bottom:40px;
}

div.topbox .list-box {
	width:600px;
}

div.company-list p {
	font-size:10pt;
}

div.topbox .list-box .company-list {
	float:left;
	width:162px;
	height:123px;
	margin-right:4px;
	margin-bottom:3px;
	padding:0 15px;
	background:url(images/company-list-bg.gif) no-repeat left top;
}

div.topbox .list-box .company-list img {
	margin:19px 14px 5px 14px;
}

div.topbox-contents  h3 , div.list-box h3 {
	width:582px;
	margin-bottom:20px;
	background:url(images/mark03.gif) no-repeat 8px 5px;
	border-bottom:1px dotted #999;
	font-weight:normal;
	font-size:140%;
	text-indent:25px;
}

div.topbox-contents h2.title {
	width:300px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

div.topbox-contents h4.caption {
	margin-left:7px;
	background:url(images/mark04.gif) no-repeat 0 1px;
	color:#CE0001;
	text-indent:20px;
	width:285px;
	margin-bottom:10px;
	float:left;
}


/* スタイルシートの指定に順番がある */
/* a:link ・・・リンクの状態 */
/* a:visited ・・・クリック済みのの状態 */
/* a:hover ・・・触れたときの状態 */
/* a:active ・・・クリックしたときの状態 */

div.topbox-contents a:link ,div.topbox-contents a:visited ,div.topbox-contents a:hover ,div.topbox-contents a:active{
	color:#CE0001;
	font-weight:bold;
	text-decoration:none;
}

div.topbox p.comment {
	text-align:right;
	margin-right:15px;
}
/* バイク買取店 */
div.topbox.map h2 {
	clear:both;
}

div.topbox.map h3 {
	clear:both;
	width:582px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
/*	font-weight:normal; */
	font-size:120%;
	text-indent:15px;
}

div.topbox.map h4 {
	margin-bottom:0px;
	margin-left:15px;
	background:url(images/mark04.gif) no-repeat 0 3px;
	font-weight:normal;
	font-size:120%;
	text-indent:20px;
	float:left;
	vertical-align:bottom;
	width:250px;
}

div.topbox.map p {
	margin-bottom:4px;
	margin-right:15px;
	font-weight:normal;
	text-indent:20px;
	float:right;
	width:300px;
}

div.topbox.map p.pagetop {
	text-align:right;
}

div.topbox-contents h3.end , div.list-box h3 end {
	margin-bottom:40px;
}

div.topbox.about-satei h4 {
	margin-bottom:14px;
	margin-left:7px;
	background:url(images/mark04.gif) no-repeat 0 1px;
	color:#CE0001;
	text-indent:20px;
}

div.topbox.about-satei p {
	margin-left:26px;
}

div.topbox.about-satei p.satei-txt {
	width:560px;
	margin-bottom:22px;
}

div.topbox-contents.satei-btn-end img {
	margin-bottom:6px;
	margin-left:15px;
}

div.topbox.about-satei .osusume {
	margin-bottom:20px;
}

div.topbox.about-satei h4.about-sate-osusume {
	float:left;
	width:260px;
}

div.selectbox p {
	font-size:10pt;
}

div.satei-btn-end .top-start-satei-contents .selectbox p {
	margin:0;
}

/* sidebar
//////////////////////////////////////////////////////////////////// */
div#sidebar {
	margin-top:12px;
}

div#sidebar .sidebox {
	margin-bottom:32px;
}

div#sidebar .sidebox.point h2,
div#sidebar .sidebox.point h3 {
}

div#sidebar .sidebox.point h3 {
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:1px dotted #000;
	text-align:right;
}

div#sidebar .sidebox.point p {
	margin-bottom:20px;
}

div#sidebar .sidebox.osusume {
	text-align:center;
}

div#sidebar .sidebox.osusume .osusumebox {
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:13px;
	border:3px double #a9a9a9;
	background-color:#f5f5f5;
}

div#sidebar .sidebox.osusume .osusumebox a {
	font-size:94%;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike {
	width:217px;
	margin-top:3px;
	margin-bottom:20px;
	margin-left:5px;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike img {
	float:left;
	width:70px;
	border:2px inset #5d5d5d;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike p,
div#sidebar .sidebox.osusume .osusumebox a {
	font-weight:bold;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike p {
	float:right;
	width:132px;
	margin:0;
	padding-left:8px;
	text-align:left;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike p.osusume-bike {
	margin-top:2px;
	margin-bottom:18px;
	color:#fff;
	background-color:#cc0000;
}

div#sidebar .sidebox.osusume .osusumebox .osusume-bike p.osusume-bike-kakaku {
	font-size:94%;
}

/* 新着情報 */
div#sidebar .sidebox.news .newsbox {
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:13px;
	border:3px double #a9a9a9;
	background-color:#f5f5f5;
}
div#sidebar .sidebox.news .newsbox a {
	font-size:94%;
}
div#sidebar .sidebox.news.newsbox .img {
	overflow:auto;
	height:100px;
}
div#sidebar .sidebox.news.newsbox li {
	padding-left:5px;
}
/* footer
//////////////////////////////////////////////////////////////////// */
div#footer {
	margin:0 5px;
	padding-top:15px;
	border-top:1px solid #999999;
	font-size:92%;
	text-align:center;
	line-height:1.6;
}

div#footer p.copyright {
	margin-top:10px;
	color:#ce0001;
}

div#footer p a {
	text-decoration:none;
}

div#footer p a:hover {
	text-decoration:underline;
}

/* パンくず */

#pan-kuzu {
	font-size:9pt;
	text-align:left;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	font-family:sans-serif;
}

#pan-kuzu p {	
	margin: 0px;
}

/* 広告ページ用
//////////////////////////////////////////////////////////////////// */
.main-advert-contents  h3.advert-title {
	width:420px;
	background:none;
	border-top:1px dotted green;
	border-bottom:1px dotted green;
	border-left:1px dotted green;
	border-right:1px dotted green;
	font-weight:bold;
	font-size:120%;
	color:green;
	text-indent:5px;
	margin-bottom:10px;
}

#main-adverd-bottom  h3.advert-title-large {
	width:590px;
	background:none;
	border-top:1px dotted green;
	border-bottom:1px dotted green;
	border-left:1px dotted green;
	border-right:1px dotted green;
	font-weight:bold;
	font-size:120%;
	color:green;
	text-indent:5px;
	margin-bottom:10px;
}

.main-advert-contents div.advert-contents {
	margin-left:10px;
}

div.advert-contents  h1.title {
	background:url(images/mark-arrow.gif) no-repeat;
	text-indent:12px;
}

div.advert-contents  h1.title2 {
}

div.advert-contents  h1.title3 {
	background:url(images/mark-arrow.gif) no-repeat;
	text-indent:12px;
	border-bottom:1px dotted green;
}

div.advert-contents  p.list {
	margin-left:12px;
	margin-bottom:10px;
}

div.advert-contents  p.nb {
	color:red;
}

div.advert-contents  div.advert-subcontents {
	margin-left:10px;
}

div.advert-contents  h1.subtitle {
	color:green;
}

table.advert-money {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding:0px;
	border: 2px solid black;
	border-collapse: collapse;
	background-color:white;
}

table.advert-money th {
	padding:3px;
	border:2px solid black;
	font-size: 9pt;
	font-weight:normal;
	text-align:center;
}

table.advert-money td {
	padding:3px;
	border-right:2px solid black;
	border-bottom:1px solid black;
	text-align: center;
	font-size: 10pt;
}

table.advert-unit {
	width:300px;
}

table.advert-unit td {
	text-align: right;
	font-size: 10pt;
}

table.advert-banner {
}

table.advert-banner td {
	padding:4px;
	width:280px;
	text-align: left;
}

