/* 基本レイアウト */


html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体） */


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }

/* ページレイアウト */


body {
    width: 1050px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 1.0em;
    color: #333;
    background: url(img/bg.gif) repeat-x #fff;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
}


/* ヘッダー（レイアウト） */


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 1010px;
    _width: 1030px;
    height: 80px;
    text-align: left;
    background: url(img/head.gif) no-repeat center #fff ;
}


/* ヘッダー（サイトタイトル） */


#header h1
{
    margin: 0;
    width: 760px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 9px; left: 78px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 780px;
    height: 200px;
    background: url(img/bbg.gif) ;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 20px 0px 10px 160px;
    _padding: 30px 5px 10px 160px;
    width: 620px;
    _width: 780px;
    height: 170px;
    _height: 200px;
    background: url(img/banner.jpg) no-repeat left;
}

#banner h2 {
    width: 580px;
    color: #333;
    text-align: right;
    margin-bottom: 10px;
    font-size: 18px;
    position:absolute; top: 0;
}

#banner p
{
    margin: 0 ;
    padding: 0;
    width: 420px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #333;
    text-align: left;
    letter-spacing: 0;
    background: none ;
    position:absolute; top: 50px; left: 350px;
}


/* メインコンテンツ全体 基本レイアウト*/


#container
{
    position: relative;
    width: 1010px;
    _width: 1030px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    background: url(img/bbg.gif) #fff;
}


#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分） */


#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 780px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 10px 0 0;
    background: url(img/2.jpg)  no-repeat left ;
}


/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat top right;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 40px;
    padding: 20px 5px 10px 10px;
    font-size: 2.0em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #ffcc00;
    background: url(img/hm.gif) no-repeat top right;
    letter-spacing: 0.4em;
    color: #cc0000;
}


.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0 5px;
    line-height: 1.25;
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #dcdcdc;
    color: #336699;
}


.header3 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 20px;
    padding: 20px 5px 10px 10px;
    font-size: 1.0em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #ffcc00;
    letter-spacing: 0.4em;
    color: #cc0000;
}

.header a, .header2 a  { text-decoration: none; }



.more
{
 text-align: right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1050px;
    height: 570px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
}


#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 30px 0 0;
    color: #666;
    font-size: 0.9em;
    background: url(img/foot.gif) bottom left no-repeat;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

/* サイドメニュー内部 */


#side ul
{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #ff0000;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(img/li.gif) ;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(img/lih.gif) ;
}



#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}

#side li.sidetitle a
{
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}

#side li.sidetitle a:hover
{
    background: url(img/sth.gif) ;
    border-left: none;
}



.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


#side p
{
    margin: 10px 0;
    padding: 0;
}


.center { text-align: center; }


.b {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

.more
{
 text-align: right;
 background: url(img/more2.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }

.btn {
    text-align: center;
    margin: 0 auto 15px 130px; 
}
.btn a {
    display: block;
    height: 70px;
    width: 570px;
    _margin: 0 auto 15px;
    background: url(img/btn1.gif) no-repeat #ff0000;
    text-decoration: none;
    color: #fff;
}

.btn a:hover {
    display: block;
    height: 70px;
    width: 570px;
    background: url(img/btn2.gif) no-repeat #ff9900;
}

.btn span {
    display: block;
    line-height: 70px;
    width: 570px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.6em;
    text-align: center;
}


.af-center {text-align: center;}




/*============================================================パンくずリスト*/
h2 {
	font-size: 11px; /*フォントサイズ*/
	text-align: left; /*左揃え*/
	margin-left: 10px; /*左端からの距離*/
}

h2 a{ /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}

h2 a:hover { /*マウスの上にカーソルがある時*/
	text-decoration: underline; /*アンダーライン有り*/
}



/*======================================================商品名表示：カート部位*/
h3{
	font-size: 17px; /*フォントサイズ*/
	font-weight: bold; /*太文字*/
	line-height: 140%; /*行間*/
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: left; /*左揃え*/
}



/*======================================================見出し下の2色ライン*/
.line { /*下層アンダーライン*/
	border-bottom: solid 4px; /*下線：線種・太さ*/
	margin: 20px;
}
.line_text { /*上層アンダーライン*/
	border-bottom: solid 4px; /*下線：線種・太さ*/
	padding-left: 30px; /*文字位置*/
	margin: 0px;
	font-weight:bold; /*太文字*/
	text-align: left; /*左揃え*/
}



/*==========================================================カート表示部分*/
.col { /*左側*/
	height: 420px; /*高さ*/
	width: 320px; /*横幅*/
	float: left; /*回り込み：左寄せ*/
	text-align: center; /*センター揃え*/
	margin-top: 10px; /*上余白*/
	margin-left: 20px; /*左余白*/
	margin-bottom: 30px; /*下余白*/
}
.col2 { /*右側*/
	height: 420px; /*高さ*/
	width: 440px; /*横幅*/
	padding: 0px 0px;
	float: left; /*回り込み：左寄せ*/
	overflow: auto; /*スクロール表示：自動*/
	margin-bottom: 30px; /*下余白*/
	scrollbar-base-color:#f5f5dc; /*スクロールバーの色*/

}
.waku img { /*カート部分の商品画像*/
	border: 1px solid; /*画像周りの枠線：太さ・線種*/
	margin-bottom: 10px; /*下余白*/
}



/*===============================================================商品説明文*/
.spec img { /*説明文を回り込みさせている商品画像*/
	float: left;
	margin-top: 5px; /*上余白*/
	margin-bottom: 20px; /*下余白*/
	margin-right: 30px; /*右余白*/
	margin-left: 30px; /*左余白*/
}
.spec p { /*商品説明文の文字設定*/
	margin: 0px 80px 70px 70px;
	text-align: left;
}



/*===================================================ヘッダー下：横並びメニュー*/
.menubar {
	width: 1000px; /*横幅：(左右のpadding)pxで指定*/
	top: 10px; /*ヘッダー画像の高さを指定*/
	left: 0px;
	display: block;
    padding: 5px 5px; /*文字周りの余白：上下・左右*/
	border-top: solid 5px; /*境界線の線種・太さ*/
}

.menubar p {
    font-size: 15px;
    line-height: 10px;
	text-align: right; /*右寄せ*/
}

.menubar a { /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}
.menubar a:hover { /*マウスの上にカーソルがある時*/
	text-decoration: underline; /*アンダーライン有り*/
}



/*============================================================コピーライト*/
.address {
	font-style: normal; /*英数字の斜体をクリアー*/
	text-align:center; /*センター揃え*/
	padding: 2px;
	margin: 15px 0px 0px 0px;
	clear: both;
}
.address a { /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}
.address a:hover { /*マウスの上にカーソルがある時*/
	text-decoration: underline; /*アンダーラインあり*/
}



/*===========================================================テキスト設定*/
p { /*全体的な設定*/
	margin:0px;
	padding:0px;
}

/*-------------------------------------商品スペック・関連商品タグなどの文字設定*/
.text{
	margin: 0px 80px 70px 70px;
	text-align: left; /*左揃え*/
	clear: both;
}

/*-------------------------------------カート部分：300px画像下の小さい文字*/
.small {
	text-align: center; /*センター揃え*/
}

/*-------------------------------------在庫状況などの表示*/
.ss li {
	font-size: 12px; /*フォントサイズ*/
	text-align: left; /*左揃え*/
	line-height: 120%; /*行間*/
	list-style-position: inside; /*リスト記号の位置*/
	list-style-type: none; /*リスト記号：表示無し*/
	margin-left: 55px;
}

/*--------------------------------------希望小売値段表示*/
.kouri {
	text-decoration: line-through; /*打ち消し線*/
	margin: 0px;
}

/*--------------------------------------％オフ表示*/
.off {
	font-weight: bold; /*太文字*/
	margin: 0px;
}

/*--------------------------------------税抜き値段表示*/
.nedan {
	font-weight: bold; /*太文字*/
	margin: 0px;
}

/*--------------------------------------税込値段表示*/
.zeikomi { /*各カラーCSSが優先*/
	color: #696969; /*文字色*/
	font-size: 16px; /*フォントサイズ*/
}



/*============================================インフォメーションのデザイン*/

/*インフォメーション内の文字設定*/
.info_text{
	margin: 0px 30px 60px 10px;
	text-align: left; 
}

/*代引き手数料表横の文字設定*/
.info_left2 {
	float: left;
	width: 20em;
	margin: 0px 10px 60px 10px;
	text-align: left;
}

/*インフォメーション左枠コラム*/
.info_col {
	width: 540px;
	padding: 0px;
	float: left;
	margin: 10px 20px 50px 20px;
}

/*インフォメーション右枠コラム*/
.info_col2 {
	width: 440px;
	padding: 0px;
	float: left;
	margin: 10px 0px 50px 0px;
}

/*インフォメーション左側の見出し*/
.info_left {
	text-align: center; /*センター揃え*/
	margin: 0px 20px 30px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
}

/*インフォメーション右側の見出し*/
.info_right {
	text-align: center; /*センター揃え*/
	margin: 0px 0px 30px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
}

/*---------------------------------------代引き手数料テーブル*/
table.daibiki{
	border: solid 1px #330000; /*外枠：線種・太さ・色*/
	margin-bottom: 60px;
	margin-left: 300px;
	border-collapse: collapse;
}

th { /*項目見出し*/
	text-align: center; /*センター揃え*/
	padding: 2px; /*文字周り余白*//
	border-right: solid 1px #330000; /*右線：線種・太さ・色*/
	border-left: solid 1px #330000; /*左線：線種・太さ・色*/
	border-bottom: solid 1px #330000; /*下線：線種・太さ・色*/
}

th.amo { /*amount:総計額*/
	font-weight: normal; /*太文字なし*/
	text-align: center; /*センター揃え*/
	padding: 5px; /*文字周りの余白*/
	border-right:solid 1px #330000; /*右線：線種・太さ・色*/
}

td.com { /*Commission：手数料*/
	text-align:right; /*右揃え*/
	padding: 5px; /*文字周りの余白*/
	border-bottom:solid 1px #330000; /*下線：線種・太さ・色*/
}

caption { /*テーブルの題名：各カラーCSSが優先*/
	font-weight: bold; /*太文字*/
}

/*-----------------------------------------販売者概要表示のテーブル*/
table.info{
	margin-left: 20px;
	border-collapse: collapse;
	font-weight: normal; /*太文字なし*/

}

th.info { /*「【】」表示項目*/
	text-align: right; /*右揃え*/
	padding: 5px; /*文字周りの余白*/
	background-color: #fff;/*背景色*/
	border: 0px; /*枠線なし*/
}

td.info { /*販売者概要の内容*/
	text-align:left; /*左揃え*/
	padding: 5px; /*文字周りの余白*/
	background-color: #fff; /*背景色*/
}



/*=============================================================クリアー設定*/
.clear {
	clear: both;
}



/*==========================================================センター揃え設定*/
.center {
	text-align: center;
}



/*============================================TOPページ：タグリストのデザイン*/

#list ul { /*リスト全体*/
	margin: 20px 500px 70px 70px; /*余白：上・右・下・左*/
	padding-left: 10px; 
	text-align: left; /*左揃え*/
}

#list ul a{ /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}

#list ul a:hover{ /*マウスがのっている時*/
	font-weight: bold; /*太文字*/
}

#list li { /*リスト内容*/
	margin: 0;
	padding: 10px 0px 0px 2px;
}



/*===========================================================画像のデザイン*/

/*--------------------------------商品説明下に載せる画像一覧*/
div.photo {
	text-align: center; /*センター揃え*/
}
/*--------------------------------画像リンクの設定*/
a img{
	border-style: none; /*リンク線なし*/
}
/*--------------------------------感想や携帯のアイコン画像*/
img.icon {
	vertical-align: middle; /*文字と高さを揃える*/
}



/*=================================================「上へ戻る」デザイン */

p.ue { /*全体のデザイン*/
	text-align: right; /*右揃え*/
	margin-right: 30px; /*右余白*/
	margin-top: 10px; /*上余白*/
}

p.ue a { /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}

p.ue a:hover { /*マウスがのっている時*/
	text-decoration: underline; /*アンダーライン有り*/
}


/*=====================================================下段の案内メニュー*/
.riyou {
	font-weight: normal; /*太文字なし*/
	text-align: center; /*センター揃え*/
	margin-top: 20px; /*上余白*/
}
.riyou a { /*リンク設定*/
	text-decoration: none; /*アンダーラインなし(有りは「underline」に変更)*/
}
.riyou a:hover {
	text-decoration: underline; /*アンダーライン有り*/
}



/*=================================================names.htmlで使う商品一覧*/
#itiran { /*1商品の表示コラム*/
	margin: 0px 0px 15px 15px;
	float: left;
	width: 170px; /*横幅*/
	height: 280px; /*高さ*/
	overflow: auto; /*スクロール表示：自動*/
}
#itiran img { /*商品画像*/
	text-align: center; /*センター揃え*/
	margin-top: 0px; /*上余白*/
	margin-bottom: 10px; /*下余白*/
}

#itiran h3 { /*商品名表示*/
	text-align: center; /*センター揃え*/
	margin: 5px; /*文字周りの余白*/
	line-height: 120%; /*行間*/
}

#itiran h3 a:hover { /*マウスがのっている時*/
	font-weight: normal; /*太文字なし*/
	color: #622d18; /*文字色*/
	background-color: #fff799; /*背景色*/
}

#itiran p { /*価格表示*/
	text-align: center; /*センター揃え*/
	margin: 0px; /*文字周りの余白*/
}



/*=================================================「ランキング表示」で使用*/
table.rank { /*テーブル全体のデザイン*/
	width: 90%; /*横幅*/
	_width:85%;
	margin-right: auto; /*余白：自動*/
	margin-left: auto; /*余白：自動*/
	border-collapse: collapse;
/*	text-align: right; /*右揃え*/
	empty-cells: show; /*空白セルの指定*/
}

th.rank { /*リストの見出しデザイン*/
	text-align: center; /*センター揃え*/
	padding: 5px; /*文字周りの余白*/
}

.rank td { /*商品名*/
	font-size: 12px;
	text-align: left; /*左揃え*/
	vertical-align: middle; 
	padding-left: 6px;
}

td.price { /*値段表示*/
	text-align: right; /*右揃え*/
	padding-right: 6px;
}

.rank img { /*画像周りの余白*/
	padding: 5px;
}

.ranking{ /*ランキング表の順位表示*/
	background: #fff;
	margin-left: 20px;
	margin-right: auto;
	line-height: 1.5em;
}



/*==========================================「tagx.html」で使用される前ページ*/
.pre {
	float:left;
	margin-left: 40px;
}

.pre a { /*リンク設定*/
	text-decoration: underline; /*アンダーライン有り*/
}



/*==========================================「tagx.html」で使用される次ページ*/
.next {
	float:right;
	margin-right: 40px;
}

.next a { /*リンク設定*/
	text-decoration: underline; /*アンダーライン有り*/
}



/*==========================================「tagx.html」で使用されるソートリンク*/
.sort {
	margin-top: 15px;
	text-align: center;
}



/*==========================================検索結果で使用されるページリンク*/
.pager {
	margin-top: 15px;
	text-align: center;
}

