* {
margin: 0;
border: 0;
padding: 0;
background-color: transparent;
color: #666666;
font-size: 14px;
line-height: 20px;
}

body {
background-color: #000090;
background-image: url();
background-repeat: no-repeat;
}

img {
border: 0;
}

.mobile {
display: none;
}

.clear {
clear: both;
}

a {
font-size: 14px;
text-decoration: none;
line-height: 20px;
}
a:link, a:active, a:visited {
color: #0000ff;
}
a:hover {
color: #000033;
}

/* ===== レイアウト ===== */

#contents {
margin: 0 auto;
width: 930px;
height: 100%;
background-image: url(img/half_gray_70.png);
background-repeat: repeat;
}

#header {
margin-bottom: 0;
width: 930px;
height: 140px;
background-image: url(img/header.png);
background-repeat: no-repeat;
background-position: center bottom;
}

#leftmenu {
float: left;
margin-left: 5px;
padding-top: 7px;
width: 170px;
height: 100%;
}

#rightmenu {
float: right;
margin-right: 6px;
padding-top: 7px;
width: 140px;
height: 100%;
}

#main {
margin-bottom: 5px;
margin-left: 180px;
width: 600px;
height: 100%;
}

#copyright {
width: 930px;
height: 18px;
background-color: #000055;
text-align: center;
color: #999999;
font-size: 12px;
line-height: 18px;
}

/* ===== ／レイアウト ===== */

/* ===== HEADER ===== */

#header p {
float: right;
margin-top: 10px;
color: #333333;
font-weight: bold;
}

/* ===== ／HEADER ===== */

/* ===== LEFTMENU ===== */

/* === メニューリスト === */

.menulist {
width: 100%;
height: 100%;
}

.menulist_header {
width: 170px;
height: 30px;
background-image: url(img/menulist_header.png);
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.menulist_header h2 {
display: none;
}

.menulist_body {
width: 170px;
height: 100%;
background-image: none;
color: #666666;
font-size: 12px;
line-height: 16px;
}

.menulist_body ul {

}

.menulist_body ul li {
list-style-type: none;
display: block;
width: 170px;
height: 32px;
background-image: url(img/menulist_body.png);
background-repeat: no-repeat;
background-position: center;
color: #ff6600;
font-size: 13px;
font-weight: bold;
text-align: center;
line-height: 32px;
}

.menulist_body ul li a {
display: block;
width: 170px;
height: 32px;
background-image: url(img/menulist_body_2.png);
background-repeat: no-repeat;
background-position: center;
color: #ff6600;
font-size: 13px;
font-weight: bold;
text-align: center;
line-height: 32px;
}

.menulist_body a:hover {
background-image: none;
color: #ffffff;
}

.menulist_footer {
width: 170px;
height: 21px;
background-image: url(img/menulist_footer.png);
background-repeat: no-repeat;
background-position: center;
}

/* === ／メニューリスト === */

/* === サブトピック === */

.box_left {
width: 100%;
height: 100%;
}

.box_left_header {
width: 170px;
height: 30px;
background-image: url(img/leftmenu_box_header_2.png);
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.box_left_header h2 {
margin-top: 1px;
color: #333333;
font-size: 14px;
font-weight: bold;
line-height: 30px;
}

.box_left_body {
width: 170px;
height: 100%;
background-image: url(img/leftmenu_box_body.png);
background-repeat: repeat-y;
background-position: center;
color: #666666;
font-size: 12px;
line-height: 16px;
}

.box_left_body p {
margin: 5px 15px 0 15px;
color: #666666;
font-size: 12px;
line-height: 16px;
}

.box_left_footer {
width: 170px;
height: 15px;
background-image: url(img/leftmenu_box_footer.png);
background-repeat: no-repeat;
background-position: center;
}

/* === ／サブトピック === */

/* === 営業日案内カレンダー === */

table.calender {
table-layout: fixed;
margin-bottom: 3px;
margin-left: 3px;
width: 160px;
border: 1px solid transparent;
border-collapse: separate;
}
.calender th {
border: 1px solid #666666;
background-color: #dddddd;
color: #333333;
font-size: 12px;
font-weight: bold;
text-align: center;
line-height: 16px;
}
.calender td {
border: 1px solid #666666;
background-color: #ffffff;
width: 22px;
color: #333333;
font-size: 12px;
font-weight: bold;
text-align: center;
line-height: 14px;
}
td.sun {
border: 1px solid #aa3333;
background-color: #ffcccc;
color: #ff0000;
}
td.sat {
border: 1px solid #3333aa;
background-color: #ccccff;
color: #0000ff;
}
td.off {
border: 1px solid #333333;
background-color: #999999;
color: #333333;
}
td.empty {
border: 1px solid transparent;
background-color: transparent;
}

/* === ／営業日案内 === */

/* ===== ／LEFTMENU ===== */

/* ===== RIGHTMENU ===== */

/* === サブトピック === */

.box_right {
width: 100%;
height: 100%;
}

.box_right_header {
width: 140px;
height: 30px;
background-image: url(img/rightmenu_box_header_2.png);
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.box_right_header h2 {
margin-top: 1px;
color: #333333;
font-size: 14px;
font-weight: bold;
line-height: 30px;
}

.box_right_body {
width: 140px;
height: 100%;
background-image: url(img/rightmenu_box_body.png);
background-repeat: repeat-y;
background-position: center;
}

.box_right_body p {
margin: 5px 10px 0 10px;
font-size: 12px;
line-height: 16px;
}

.box_right_body ul {
margin: 0 10px 0 5px;
}

.box_right_body ul li {
list-style-type: none;
padding-left: 24px;
background-image: url(img/icon_question.png);
background-repeat: no-repeat;
background-position: 0 1px;
font-size: 12px;
line-height: 24px;
}

.box_right_body dl {
margin: 0 5px;
}

.box_right_body dl dt {
padding-left: 15px;
background-image: url(img/icon_triangle.png);
background-repeat: no-repeat;
background-position: 2px 5px;
color: #333333;
font-size: 12px;
font-weight: bold;
line-height: 20px;
}

.box_right_body dd {
margin-left: 10px;
font-size: 12px;
line-height: 18px;
}

div.qrcode {
margin-left: 18px;
width: 98px;
height: 98px;
background-image: url(img/qrcode98.gif);
background-repeat: no-repeat;
}

.box_right_body a {
font-size: 12px;
text-decoration: none;
line-height: 16px;
}

.box_right_footer {
width: 140px;
height: 15px;
background-image: url(img/rightmenu_box_footer.png);
background-repeat: no-repeat;
background-position: center;
}

/* === ／サブトピック === */

/* ===== ／RIGHTMENU ===== */

/* ===== MAIN ===== */

/* === Ｈ１　タイトル === */

.H1_information {
width: 600px;
height: 55px;
background-image: url(img/H1_information.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_aboutus {
width: 600px;
height: 55px;
background-image: url(img/H1_aboutus.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_briancrower {
width: 600px;
height: 55px;
background-image: url(img/H1_briancrower.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_campaign {
width: 600px;
height: 55px;
background-image: url(img/H1_campaign.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_contact {
width: 600px;
height: 55px;
background-image: url(img/H1_contact.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_customers {
width: 600px;
height: 55px;
background-image: url(img/H1_customers.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_democar {
width: 600px;
height: 55px;
background-image: url(img/H1_democar.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_link {
width: 600px;
height: 55px;
background-image: url(img/H1_link.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_original {
width: 600px;
height: 55px;
background-image: url(img/H1_original.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_sale {
width: 600px;
height: 55px;
background-image: url(img/H1_sale.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_setting {
width: 600px;
height: 55px;
background-image: url(img/H1_setting.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_sitemap {
width: 600px;
height: 55px;
background-image: url(img/H1_sitemap.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_ultraracing {
width: 600px;
height: 55px;
background-image: url(img/H1_ultraracing.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_usedcar {
width: 600px;
height: 55px;
background-image: url(img/H1_usedcar.png);
background-repeat: no-repeat;
background-position: center;
}
.H1_welcome {
width: 600px;
height: 55px;
background-image: url(img/H1_welcome.png);
background-repeat: no-repeat;
background-position: center;
}

#main h1 {
margin-left: 20px;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 55px;
}

/* === トピック === */

.topic {
width: 100%;
height: 100%;
}

.topic_header {
width: 600px;
height: 40px;
background-image: url(img/topic_header_bl.png);
background-repeat: no-repeat;
background-position: center;
}

.topic_header h2 {
margin-left: 20px;
color: #333333;
font-size: 16px;
font-weight: bold;
line-height: 40px;
}

.topic_header_notitle {
width: 600px;
height: 20px;
background-image: url(img/topic_header_notitle.png);
background-repeat: no-repeat;
background-position: center;
}

.topic_body {
width: 600px;
height: 100%;
padding-top: 5px;
background-image: url(img/topic_body.png);
background-repeat: repeat-y;
background-position: center;
}

/* トピック内Ｈ３ */

.topic_body h3 {
margin: 15px 0px 10px 30px;
border-bottom: 1px dotted #999999;
padding-left: 20px;
width: 510px;
height: 20px;
background-color: transparent;
background-image: url(img/icon_triangle.png);
background-repeat: no-repeat;
background-position: 5px 4px;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

/* トピック内Ｐ */

.topic_body p {
margin: 10px 30px 0 30px;
color: #666666;
font-size: 14px;
line-height: 20px;
}

/* トピック内ＤＬ */

.topic_body dl {
margin: 10px 50px 0 30px;
font-size: 14px;
line-height: 20px;

}

.topic_body dl dt {
margin-top: 5px;
padding-left: 17px;
background-image: url(img/icon_triangle.png);
background-repeat: no-repeat;
background-position: 2px 4px;
color: #666666;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}

.topic_body dd {
margin-left: 25px;
font-size: 14px;
line-height: 20px;
}

.topic_footer {
width: 600px;
height: 20px;
background-image: url(img/topic_footer.png);
background-repeat: no-repeat;
background-position: center;
}

/* === ／トピック === */

/* === 画像レイアウト === */

.titlephoto {
margin: 10px auto 0 auto;
width: 500px;
height: 100%;
}

.photo {
float: right;
margin: 0 20px 0px 15px;
}
.photo img {
margin-top: 5px;
}

/* === ／画像レイアウト === */

/* === 画面上リンク === */

a.pagetop {
display: block;
float: right;
margin: 3px 15px 3px 10px;
border: 1px solid #666666;
padding: 1px 2px 1px 2px;
color: #666666;
font-size: 10px;
line-height: 12px;
}
a.pagetop:link, a.pagetop:active, a.pagetop:visited {
border: 1px solid #666666;
color: #666666;
font-size: 10px;
line-height: 12px;
}
a.pagetop:hover {
border: 1px solid #333333;
color: #333333;
font-size: 10px;
line-height: 12px;
}

/* === ／画面上リンク === */

/* === 更新履歴 === */

.info dl {
   margin: 0 0 0 20px;
   padding: 5px;
   width: 540px;
}
.info dl dt {
   margin: 0;
   padding: 0;
   background-image: none;
   color: #666666;
   font-size: 14px;
   font-weight: bold;
   line-height: 20px;
}
.info dl dd {
   margin: -25px 0 15px 8.5em;
   border-left: 2px solid #999999;
   padding: 5px 10px 5px 10px;
   color: #666666;
   font-size: 14px;
   line-height: 20px;
}

/* === ／更新履歴 === */

/* ===== ／MAIN ===== */
