﻿/*価格表示　大対応　/BookList.aspx　*/
.price1
{
    color: #990000;
    font-size: small;
}
/*価格表示　小対応　/CartCondition.aspx　*/
.price2
{
    color: #990000;
    font-size: x-small;
}
/*著者名　/BookList.aspx　*/
.writer
{
    color: #3333cc;
    font-size: x-small;
}
/*作品名　/BookList.aspx/CartCondition.aspx　*/
.pub_Name
{
    font-family: osaka,MS Pゴシック,verdana,arial,helvetica,sans-serif;
    font-size: large;
    font-weight: bolder;
    width: 200px;
}
/*副題　/BookList.aspx　*/
.sub_Name
{
    font-size: small;
}
/*出版社　/BookList.aspx　*/
.publisher
{
    width: 149px;
    font-weight: bolder;
}
/*サイトタイトル　/Default.master　*/
.site_title
{
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    color: #404040;
    font-size: 45px;
}
/*body内 本文・説明文(大)　/Booksearch.aspx/BookList.aspx/CartCondition.aspx　*/
.small1
{
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    font-size: small;
}
/*body内 本文・説明文(小)　/BookList.aspx　*/
.small2
{
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    font-size: x-small;
}
/*buttonｺﾝﾄﾛｰﾙ　/全画面　*/
.button
{
    font-family: osaka, 'MS Pゴシック' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 110px;
    color: #555555;
    text-align: center;
}
/*検索ワード・強調ワード　/Booksearch.aspx/CartCondition.aspx　*/
.sel_Word
{
    font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

/*金銭合計強調　/CartCondition.aspx　*/
.total
{
    background-color: Aqua;
}

/* 管理画面テーブルレイアウト：緑基調 */
TABLE.tblGreen
{
    font-size: smaller;
    background-color: #006600;
}
TABLE.tblGreen TH
{
    background-color: #c7ecb5;
}
TABLE.tblGreen TD
{
    background-color: #ffffff;
}
TABLE.tblGreen TD.tdCaption
{
    background-color: #c7ecb5;
}
TABLE.tblGreen TD.tdHeader
{
    background-color: #c7ecb5;
    font-weight: bold;
}
/* 管理画面テーブルレイアウト：赤基調 */
TABLE.tblRed
{
    font-size: smaller;
    background-color: #660000;
}
TABLE.tblRed TH
{
    background-color: #ECB5B5;
}
TABLE.tblRed TD
{
    background-color: #FFFFFF;
}
TABLE.tblRed TD.tdCaption
{
    background-color: #ECB5B5;
}
TABLE.tblRed TD.tdHeader
{
    background-color: #ECB5B5;
    font-weight: bold;
}
/* インターネット側画面テーブルレイアウト：青基調 ショッピングカートで使用 */
TABLE.tblShoppingCart TH
{
    background-color: #000084;
    border-style: solid;
    border-width: 1px;
    border-color: #F5F5F5;
    font-weight: bold;
    color: white;
}
TABLE.tblPublishers TD.DefaultRow
{
    background-color: White;
}
TABLE.tblPublishers TD.AlterNatingRow
{
    background-color: #dcdcdc;
}
TABLE.tblBooks
{
    border-style: solid;
    border-width: 1px;
    border-color: #F5F5F5;
}
TABLE.tblBooks TH
{
    font-weight: bold;
}
/*
TABLE.tblBlue TD
{
    background-color: #ffffff;
}
TABLE.tblBlue TD.tdCaption
{
    background-color: #eeeecc;
}
TABLE.tblBlue TD.tdHeader
{
    background-color: #eeeecc;
    font-weight: bold;
}
*/
/* インターネット側画面テーブルレイアウト：茶基調 アカウントサービスで使用 */
TABLE.tblBrown
{
    background-color: #333300;
}
TABLE.tblBrown TH
{
    background-color: #eeeecc;
}
TABLE.tblBrown TD
{
    background-color: #ffffff;
}
TABLE.tblBrown TD.tdCaption
{
    background-color: #eeeecc;
}
TABLE.tblBrown TD.tdHeader
{
    background-color: #eeeecc;
    font-weight: bold;
}
BODY.Default
{
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(../../Images/bk_001.gif);
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-repeat: repeat-x;
    background-color: #e8e8e8;
}
form
{
    margin: 0px;
    padding: 0px;
}
.ShippingNotes
{
	font-weight: bold;
}

