@charset "utf-8";
/* CSS Document */

/*========================================
　　共通
========================================*/

body {
    font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height: 180%;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child + html body {
    font-size: 75%;
}

* {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

p {
    margin: 0 0 2.0em;
}

ul, li {
    list-style: none;
}

a:link {
    color: #45310C;
}

a:visited {
    color: #45310C;
}

a:hover {
    color: #9F7953;
}

a:active {
    color: #9F7953;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/*　float要素を解除
----------------------------------------*/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

/*========================================
　　ヘッダー
========================================*/

#header {
    padding: 0 0 10px;
    background: url(../img/common/bg01.jpg);
}

#header #headerH1 {
    background: url(../img/common/bg02.jpg) left top;
}

#header #headerH1 h1 {
    width: 950px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 20px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: right;
}

#header #headerMenu {
    width: 950px;
    margin: 0px auto;
    padding: 10px 0 0;
}

#header #headerMenu div.left {
    padding: 5px 0 0;
}

#header #headerMenu div.right {
    width: 410px;
}

#header #headerMenu div.right a {
    text-decoration: none;
}

#header #headerMenu div.right ul {
    float: left;
    padding: 5px 0 0;
}

#header #headerMenu div.right ul li {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 0 0 30px;
}

#header #headerMenu div.right ul li.company {
    background: url(../img/common/header/company.gif) 0 2px no-repeat;
}

#header #headerMenu div.right ul li.assess {
    background: url(../img/common/header/assess.gif) 0 2px no-repeat;
}

/*========================================
　　タイトル画像
========================================*/

#title {
    clear: both;
    background: url(../img/common/header/title_bg.gif) left top;
}

#title div.title {
    width: 950px;
    margin: 0 auto;
}

#title div.h2 {
    background: url(../img/common/bg02.jpg) left top;
}

#title div.h2 h2 {
    width: 950px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 100;
    line-height: 30px;
    background: url(../img/common/header/h2.gif) right top no-repeat;
}

/*========================================
　　コンテンツ
========================================*/

#container {
    clear: both;
    font-size: inherit;
    width: 950px;
    margin: 0 auto;
}

img.subtitle {
    clear: both;
}

* > /**/ sup {
    vertical-align: text-top;
    line-height: 4px;
}

p.pankuzu {
    font-size: 10px;
    line-height: 30px;
    margin: 0;
}

/*========================================
　　メイン
========================================*/

#container #content {
    width: 740px;
    float: left;
}

#container #content #pankuzu p {
    font-size: 10px;
    line-height: 36px;
    margin: 0;
}

/*========================================
　　サイド
========================================*/

#side {
    width: 210px;
    float: right;
}

/*　リンク
----------------------------------------*/

#sideLink {
    margin: 0 0 30px;
    background: url(../img/common/bg01.jpg) left top;
}

#sideLink ul {
    _zoom: 1;
    overflow: hidden;
}

#sideLink ul li {
    margin: -1px 0 0;
    padding: 10px 0 0 10px;
    background: url(../img/common/dot.gif) left top repeat-x;
}

#sideLink ul li a {
    display: block;
    background: url(../img/common/icon01.gif) 0 5px no-repeat;
    text-decoration: none;
}

#sideLink ul li a span {
    margin: 0 0 0 20px;
    font-size: 12px;
    line-height: 18px;
}

#sideLink ul li a img {
    border: #DDDDDD 1px solid;
}

#sideLink ul li a:hover img {
    border: #659800 1px solid;
}

#sideLink ul li p {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 5px 10px 20px;
}

#sideLink ul li p b {
    letter-spacing: -1px;
}

/*　更新履歴
----------------------------------------*/

#sideFeed {
    padding: 0 0 30px;
}

#feed {
    background: url(../img/common/bg01.jpg) left top;
}

#sideFeed dl dt {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0 0 10px;
}

#sideFeed dl dt span {
    display: block;
    width: 70px;
    padding: 0 0 0 10px;
    font-weight: bold;
    color: #FFFFFF;
    background: #659800;
}

#sideFeed dl dd {
    line-height: 150%;
    padding: 0 10px 10px;
    _background: url(../img/common/dot.gif) left bottom repeat-x;
}

#sideFeed dl dd + dt {
    background: url(../img/common/dot.gif) left top repeat-x;
}

/*　ポータルサイト　リンク
----------------------------------------*/

#sideLinkPortal {
    margin: 0 0 20px;
    padding: 15px 0 20px 10px;
    background: url(../img/common/bg01.jpg) left top;
}

#sideLinkPortal div {
    font-size: 10px;
    line-height: 12px;
}

#sideLinkPortal div ul {
    padding: 20px 0 10px;
}

#sideLinkPortal div ul li {
    float: left;
    padding: 0 5px 5px 0;
}

#sideLinkPortal div li a img {
    border: #DDDDDD 1px solid;
}

#sideLinkPortal div li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #FFFFFF;
    border: #EEEEEE 1px solid;
}

/*　エリア・ブランドから検索
----------------------------------------*/

#sideAreaSearch,
#sideBrandSearch {
    clear: both;
    margin: 0 0 30px;
    background: url(../img/common/bg01.jpg) left top;
}

#sideAreaSearch ul,
#sideBrandSearch ul {
    _zoom: 1;
    overflow: hidden;
}

#sideAreaSearch ul li,
#sideBrandSearch ul li {
    font-size: 12px;
}

#sideAreaSearch ul li a,
#sideBrandSearch ul li a {
    display: block;
    width: 185px;
    height: 35px;
    line-height: 35px;
    margin: -2px 0 0;
    background: url(../img/common/side/button_of.jpg) left top no-repeat;
    text-decoration: none;
    padding: 0 0 0 30px;
}

#sideAreaSearch ul li a:hover,
#sideBrandSearch ul li a:hover {
    background: url(../img/common/side/button_ov.jpg) left top no-repeat;
}

/*　会員登録・査定バナー
----------------------------------------*/

#sideBanner div {
    padding: 0 0 20px;
}

/*========================================
　　フッター
========================================*/

#footer {
    clear: both;
    background: url(../img/common/bg01.jpg) left top;
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 18px;
}

#footer #footerPagetop {
    background: url(../img/common/bg02.jpg) left top;
}

#footer #footerPagetop div {
    width: 950px;
    margin: 0 auto;
    padding: 9px 0 0;
    text-align: right;
    height: 21px;
}

#footer #footerMenu {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0 0;
}

#footer #footerMenu div.left {
    width: 400px;
}

#footer #footerMenu div.left p {
    margin: 0;
    padding: 5px 0 0;
}

#footer #footerMenu div.right {
    width: 510px;
}

#footer #footerMenu div.right div.clearfix {
    float: right;
    height: 40px;
    padding: 0 0 15px;
}

#footer #footerMenu div.right div.clearfix div {
    float: right;
    padding: 7px 0 0;
}

#footer #footerMenu div.right ul {
    clear: both;
}

#footer #footerMenu div.right ul li {
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 30px 2px 20px;
    background: url(../img/common/icon01.gif) 0 4px no-repeat;
}

#footer #footerMenu div.right ul li a {
    text-decoration: none;
}

#footer #footerMenu div.clear {
    padding: 20px 0 0;
}

#footer #footerMenu div.clear ul li {
    width: 158px;
    float: left;
    font-size: 11px;
    line-height: 20px;
}

#footer p.clear {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0 0;
    clear: both;
    font-size: 10px;
    line-height: 12px;
}

#footer p.clear span {
    color: #999999;
}

#footer p.clear span a {
    color: #999999;
}

#footer p.clear span a:hover {
    color: #777777;
}
