/*-------------------任意設定-----------------------*/

/* 背景色 */
.bgcolor {
    background: #FFF2B5;
}

/* baseの背景 */
#main {
    background:#727272 url('../images/bg.gif');
    height: auto;
    padding-bottom: 40px;
}

/*headerテキスト色*/
div#header h1 {
    color:#000;
}

div#header h2 {
    color:#000;
}

/* headerタイトル背景色 */
.ttlbgcolor {
    background-color: #FDA502;
}

/* 基本文字色 */
body {
    color: #ffffff;
    font-family: sans_serif;
    text-align: center;
    font-size: 12px;
    height: 100%;
}

body.bgcolor {
    width:780px;
    margin:0 auto;
    background:#FFF2B5 url(../images/baseshadow.png) center 0 repeat-y;
}

* html body.bgcolor {
     background:#FFF2B5;
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ubike.ne.jp/hps/tpl/0135/images/baseshadow.png',sizingMethod="scale");
}

*:first-child+html body.bgcolor {
     background:#FFF2B5;
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ubike.ne.jp/hps/tpl/0135/images/baseshadow.png',sizingMethod="scale");
}

/* コンテンツ内リンク文字*/
#main a {
    color:#ffffff;
    text-decoration:none;
}
#main a:hover {
    color:#C8C6C6;
    text-decoration:none;
}

/* ナビボタン下リンクカラー */
#main ul.navicolor li {
    background-color: #FDA502;
    color: #DFDFDF;
}
#main ul.navicolor a {
    color: #DFDFDF;
}
#main ul.navicolor a:hover {
    background-color: #ffea3a;
    color: #AFAFAF;
}

/* コンテンツタイトル*/
.mcolor {
    display: inline;
    width: 6px;
    margin: 0 3px 1px 0;
    background-color: #FDA502;
}

/* トップページ新着情報文字色*/
.fcolor {
    color: #FEB301;
}

/* 各ブロック背景色（flashの背景の所とか） */
.common_frame {
    border-top:1px solid #222;
    border-left:1px solid #222;
    border-right:1px solid #555;
    border-bottom:1px solid #555;
    background-color:#3C3C3C;
    text-align: left;
}

/* footer背景 */
#footer {
    clear:both;
    height: 26px;
    width: 760px;
    background: url(../images/footer_bg.gif) repeat-x;
    position: absolute;
    left:0;
    bottom: 0;
}


#footertxt{
    color:#ccc;
    text-align: center;
    padding-top: 5px;
}

/*aboutページボーダー色*/
.about_bd {
     border-bottom: 1px solid #666; 
}

.bd {
     border:1px solid #666;
}

/*aboutページアクセス方法thテキスト色*/
.access_txt {
     color: #fff;
     padding-left: 10px;
}

/*contactページborder色*/
.contact_bd {
     border-bottom: 1px solid #666;
      border-top: 1px solid #666;
      padding: 10px 0;
}

/*在庫リスト*/
img.stockimg {
     padding: 0;
     margin: 5px 0 0;
     border-right:1px solid #333;
     border-bottom:1px solid #333;
     border-left:1px solid #888;
     border-top:1px solid #888;
     cursor:pointer;
}

/*在庫詳細ページ*/
.fcolor2 {
     color: #ccc;
}

table.info {
     width:720px;
     margin-left:20px;
}

/* safari \*/
html:\66irst-child table.info {
     width:720px;
     margin-left:20px;
}

/* end */
* html table.info {
     width:740px;
     margin-left:0;
}

*:first-child+html table.info {
     width:740px;
     margin-left:0;
}
/*-------------------------------------------------*/

