@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;  /* ページの背景色 */
    color: #000000;             /* 全体の文字色 */
    font-size: 12px;            /* 全体の文字サイズ */
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}
/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
    width: 99%;     /* ページの幅 */
    margin: 0 auto; /* センタリング */
}

#containerInner {
    width: 100%;
}
/*----------------*/
/* --- ヘッダ --- */
/*----------------*/
#header {
    padding: 0;
    float: left;
    width: 100%;
    margin-right: -160px;
}

/* ロゴ */
#logo_puente {
    float: left;
    width: 160px;
    height: 60px;
    background: url(/img/ttl_site_puente.gif) no-repeat;
}
#logo_puente a {
    width: 160px;
    height: 60px;
    display: block;
    text-indent: -9999px;
}
#logo_square {
    float: left;
    width: 160px;
    height: 60px;
    background: url(/img/ttl_site_square.gif) no-repeat;
}
#logo_square a {
    width: 160px;
    height: 60px;
    display: block;
    text-indent: -9999px;
}
#catch {
    float: left;
    padding: 5px;
    width: 380px;
    height: 50px;
}
#banner {
    float: left;
    margin: 0 0 0 10px;
}

#button {
    float: right;
    width: 120px;
    margin: 5px 0 0 0;
    text-align: center;
}

/*----------------------*/
/* --- メインカラム --- */
/*----------------------*/
#content {
    float: left;
    margin: 10px 0 10px 0;
    width: 100%;
    margin-right: -160px;
}
#contentInner {
    margin-left: 190px;
    margin-right: 170px;
/*    background-color: #CCFFCC; /* フッタの背景色 */
}

/* --- ナビゲーション --- */
#left {
    float: left;
    width: 180px;
    margin-right: -180px;
    background-color: #fff;
}

.menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 24px;
    background: url(/img/ttl_left.gif) no-repeat top left; /* フッタの背景色 */
    line-height: 24px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

/* 検索窓 */
#search {
    width: 100%;
    border: #006 1px solid;
    margin-bottom: 10px;
}
#search th {
    font-weight: normal;
    white-space: nowrap;
    width: 30%;
}

/* カテゴリ */
#category {
    width: 100%;
    border: #006 1px solid;
}
#category th {
    height: 20px;
    background-color: #ccf;
}
#category td {
    height: 16px;
    background: url(/img/line.gif) repeat-x bottom;
}
#category .noline {
    background: none;
}
#category a {
    width: 100%;
    height: 16px;
    background: url(/img/mark.gif) no-repeat;
    text-indent: 15px;
    display: block;
}

/* --- サブナビゲーション --- */
#right {
    float: left;
    width: 160px; /* 右サイドバーの幅 */
    margin: 10px 0 10px 0;
    padding: 0;
    background-color: #fff;
}

.rightMenu,
.rightCart {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 24px;
    background: url(/img/ttl_right2.gif) no-repeat top left; /* フッタの背景色 */
    line-height: 24px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.rightCart {
    background: url(/img/ttl_right1.gif) no-repeat top left; /* フッタの背景色 */
}

/* カート */
#mini_cart {
    border: #f00 1px solid;
    margin-bottom: 10px;
}
#min_cart th {
    height: 20px;
    background-color: #fcc;
}
#min_cart td {
    width: 100%;
    height: 16px;
    background: url(/img/line.gif) repeat-x bottom;
}
#min_cart .noline {
    background: none;
}
#min_cart a {
    width: 100%;
    display: block;
}

/* Amazon情報 */
#info {
    width: 100%;
    border: #006 1px solid;
}
#info th {
    height: 20px;
    background-color: #ccf;
}
#info td {
    height: 16px;
    background: url(/img/line.gif) repeat-x bottom;
}
#info .noline {
    background: none;
}
#info a {
    width: 100%;
    height: 16px;
    background: url(/img/mark.gif) no-repeat;
    text-indent: 15px;
    display: block;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.textL {
    text-align: left;
}
.textC {
    text-align: center;
}
.textR {
    text-align: right;
}

/* --- フッタ --- */
#footer {
    clear: both;
    width: 99%;
    padding: 6px;
    text-align: right;
    background-color: #ffe080;
}

/* パンくず */
.topicpath {
    height: 22px;
    background: #00F;
    background: url(/img/ttl_title2.gif);
    border: 1px solid #CCCCCC;
    padding: 0px;
    text-align: left;
    margin-bottom: 5px;
}
.topicpath h3 {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FFF;
    display: block;
    line-height: 20px;
    text-indent: 6px;
    font-size: 12px;
    font-weight: bold;
}

/* ページャー */
.pager {
    height: 42px;
    background: #00F;
    background: url(/img/ttl_title3.gif);
    border: 1px solid #CCCCCC;
    padding: 0px;
    text-align: left;
    margin-bottom: 5px;
}
.pager h3 {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    border: 1px solid #FFF;
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}

/* メインタイトル */
.mainTitle {
    background: url(/img/ttl_ranking.gif);
    height: 28px;
    border: 1px solid #FF9900;
    border-left: 5px solid #FF9900;
    line-height: 28px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
}

.ranking {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.rankingTitle {
    width: 50%;
    height: 22px;
    background: #00F;
    background: url(/img/ttl_title1.gif);
    border: 1px solid #FF9900;
    padding: 0px;
    text-align: left;
}
.rankingTitle a {
    border: 1px solid #FFF;
    display: block;
    line-height: 20px;
    text-indent: 6px;
    font-weight: bold;
}

.rankingImage,
.rankingImageLast {
    padding: 5px;
    background: #FFF url(/img/line.gif) repeat-x bottom;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #FF9900;
    text-align: center;
}
.rankingImageLast {
    background: #FFF;
    border-bottom: 1px solid #FF9900;
}
.rankingItem,
.rankingItemLast {
    padding: 4px;
    background: #FFF url(/img/line.gif) repeat-x bottom;
    border-top: none;
    border-right: 1px solid #FF9900;
}
.rankingItemLast {
    background: #FFF;
    border-bottom: 1px solid #FF9900;
}
.separator {
    height: 10px;
}

/* 商品詳細 */
.productTitle {
    height: 22px;
    background: #00F;
    background: url(/img/ttl_title1.gif);
    border: 1px solid #FF9900;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

.product {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
}
.product td {
    padding: 0px;
}
.productTitle h2 {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FFF;
    display: block;
    line-height: 20px;
    text-indent: 6px;
    font-size: 12px;
    font-weight: bold;
}

.productImage {
    width: 25%;
    padding: 5px;
    background: #FFF;
    border-top: none;
    border-left: 1px solid #FF9900;
    text-align: center;
}

.line_b {
    border-bottom: 1px solid #FF9900;
}

.line_t {
    border-top: 1px solid #FF9900;
}

.productData {
    width: 75%;
    background: #FFF;
    border-left: 1px solid #FF9900;
    border-right: 1px solid #FF9900;
    vertical-align: top;
}
.productDetail {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
}
.productDetail th,
.productDetail td {
    padding: 5px;
    border-bottom: 1px solid #FF9900;
}
.productDetail th {
    width: 25%;
    background: #FFDD99;
    border-right: 1px solid #FF9900;
    text-align: center;
}
.productDetail td {
    background: #FFF;
}

.productInfo {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
}

/* 商品情報項目 */
.itemTH {
    padding: 5px;
    width: 25%;
    background: #FFDD99;
    border-top: none;
    border-left: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
    text-align: center;
}
/* 商品情報値 */
.itemTD {
    padding: 5px;
    background: #FFF;
    border: 1px solid #FF9900;
    border-top: none;
}

.lineTH {
    padding: 5px;
    background: #FFDD99;
    border-top: none;
    border-left: 1px solid #FF9900;
    border-right: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
    text-align: left;
}
.lineTD {
    padding: 5px;
    background: #FFF;
    border: 1px solid #FF9900;
    border-top: none;
    text-align: left;
}

.noline_b {
    border-bottom: none;
}

.noline_t {
    border-top: none;
}

.line_r {
    border-right: 1px solid #FF9900;
}

.redBold {
    color: #F00;
    font-weight: bold;
}
.noneBorderBottom {
    border-bottom: none;
}

.adult {
    color: #F00;
    font-weight: bold;
}

.required {
    margin-top: 4px;
    color: #F00;
}

.err_msg {
    display: block;
    margin-top: 4px;
    color: #F00;
    font-weight: bold;
}

.button {
    background: url(/img/btn_back.gif) no-repeat scroll 0 0;
    width: 128px;
    height: 24px;
	border:medium none;
    padding: 5px;
    color: #003399;
    cursor: pointer;
    font-weight: bold;
}

.mini_button {
    background: url(/img/btn_back2.gif) no-repeat scroll 0 0;
    width: 40px;
    height: 24px;
	border:medium none;
    padding: 5px;
    color: #003399;
    cursor: pointer;
    font-weight: bold;
}

h1 {
    margin: 2px 2px;
    font-size: 12px;
}


ul.right {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.right li {
    margin: 0;
    padding: 0 0 10px 0;
}
