/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 860px;
 	background-color: #fff;       
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: auto;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* ヘッダー下ライン */
#bline {
	width: 860px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* キャッチコピー
MacIE以外のブラウザ用の指定に注意 */
#copy {
	width: 470px;
	height: 35px;
	margin: 15px 0px 0px 0px;
	position: absolute;
    top: -90px;
	/*MacIE以外のブラウザ用\*/
    top: 5px;
    /**/
	padding: 0px 200px 5px 0px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	z-index: 3;
}

/* リンク色 */
#copy A:link {
    font-size: 10px;
}

#copy A:active {
    font-size: 10px;
}

#copy A:visited {
	font-size: 10px;
}

#copy A:hover {
	font-size: 10px;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoplogo {
	width: 160px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	top: -65px;
	/*MacIE以外のブラウザ用\*/
    top: 30px;
    /**/
	z-index: 2;
}

/* ショップロゴテキストの場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoptext {
	width: 360px;
	margin: 15px 0px 0px 0px;
	position: absolute;
	top: -65px;
	/*MacIE以外のブラウザ用\*/
    top: 30px;
    /**/
	z-index: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* リンク色 */
.shoptext A:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:active {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.shoptext A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

/********************************************************************/
/* サブナビゲーション
MacIE以外のブラウザ用の指定に注意 */
.subnavi {
	width: 400px;
	height: 85px;
	background-image: url(img/copy_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 5px 480px;
	margin: 10px 0px 0px;
	font-size: 11px;
	position: absolute;
	top: -120px;
	/*MacIE以外のブラウザ用\*/
    top: -10px;
    /**/
	z-index: 1;
	color: #333333;
}

/* リンク文字サイズ */
.subnavi A:link,
.subnavi A:active,
.subnavi A:visited,
.subnavi A:hover {
    font-size: 10px;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0px 0px 15px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	background-color: #D3D3D3;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #333333;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #FFF;
font-weight : bold;
display : block;
width : 100%;
height : 100%;
}
.mcategory A:visited {
	color: #FFF;
display : block;
width : 100%;
height : 100%;
font-weight : bold;
}
.mcategory A:hover {
	color: #E0FFFF;
display : block;
width : 100%;
height : 100%;
font-weight : bold;
text-decoration : none;
}
.mcategory A:active {
	color: #7FFFD4;
display : block;
width : 100%;
height : 100%;
font-weight : bold;
text-decoration : none;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #333333;
}

/* リンク色 */
.pickup_category_list A:link {
	color: #333333;
}

.pickup_category_list A:active {
	color: #333333;
}

.pickup_category_list A:visited {
	color: #333333;
}

.pickup_category_list A:hover {
	color: #333333;
}
/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* リンク色 */
.navi A{
display : block;
width : 100%;
height : 100%;
}
.navi A:link {
    color: #FFFFFF;
}
.navi A:visited {
    color: #FFFFFF;
}
.navi A:hover {
    color: #F0E68C;
text-decoration : none;
}
.navi A:active {
    color: yellow;
}

/* ショップ通信 */
.shop {
	width: auto;
	height: 23px;
	margin: 0px 0px 3px;
	padding: 7px 0px 0px 15px;
	background-image: url(image/menu_bg01.gif);
}

/* 店長日記 */
.diary {
	width: auto;
	height: 23px;
	margin: 0px 0px 3px;
	padding: 7px 0px 0px 15px;
	background-image: url(image/menu_bg01.gif);
}

/* リンク集 */
.link {
	width: auto;
	height: 23px;
	margin: 0px 0px 3px;
	padding: 7px 0px 0px 15px;
	background-image: url(image/menu_bg01.gif);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 23px;
	margin: 0px 0px 3px;
	padding: 7px 0px 0px 15px;
	background-image: url(image/menu_bg01.gif);
}

/* フリー */
.free_menu {
	width: auto;
	height: 23px;
	margin: 0px 0px 3px;
	padding: 7px 0px 0px 15px;
	background-image: url(image/menu_bg01.gif);
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 25px;
	margin: 0px 0px 3px;
	padding: 10px 0px 0px 15px;
	background-image: url(img/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}

.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #D3D3D3;
	margin: 0px;
	padding: 0px 0px 5px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #333333;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	border: 1px solid #E0DFE3;
	margin: 5px;
	padding: 5px;
	font-size: 10px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 160px;
	padding: 0px 0px 0px;
	margin: 0px;
background-color : #D3D3D3;
}

/* 中央td */
#centertd {
    width: 520px;
	padding: 0px 10px 15px 10px;
	margin: 0px;
}

/* 右td */
#righttd {
    width: 160px;
background-color : #F5F5F5;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

/* 内部ページtd */
#pagetd {
	background-color: #FFFFFF;
}

#popup #pagetd {
	padding: 5px 0px 0px;
}

#popup #container {
    position: absolute;
	top: 0px;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
#column2 .welcome_top {
	width: auto;
	background-image: url(img/welcome_top_bg.gif);
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}

/* 大枠中 */
#column2 .welcome_middle {
	width: auto;
	
	margin: 0px;
	padding: 5px 10px 0px;
}

/* 大枠下 */
#column2 .welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/welcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

#righttd .welcome_top {
	background-image: url(img/welcome_top_bg_s.gif);
}

#righttd .welcome_bottom {
	background-image: url(img/welcome_bottom_bg_s.gif);
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
#column2 .whatnew_top{
/*	width: 480px;*/
	width: 630px;
	height: 25px;
background-image: url(image/top2_title_news.jpg);
	margin: 0px;
	padding: 10px 0px 0px 40px;
	font-size: 14px;
	font-weight: bold;
color:#fff;
}

#column2 .whatnew_middle ul {
width : 520px;
    padding: 0px;
list-style: none;
}

#column2 .whatnew_middle li {
    border-bottom: 1px solid #E0DFE3;
    font-size: 12px;
	padding: 10px 5px;
	margin-bottom: 1px;
}

/* リンク色 */
#column2 .whatnew_middle li A:link {
	margin-left: 5px;
	font-weight: normal;
}

#column2 .whatnew_middle li A:active {
	margin-left: 5px;
	font-weight: normal;
}

#column2 .whatnew_middle li A:visited {
	margin-left: 5px;
	font-weight: normal;
}

#column2 .whatnew_middle li A:hover {
	margin-left: 5px;
	font-weight: normal;
}

/* 大枠下 */
#column2 .whatnew_bottom {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上
※縦画像を入れた際一部レイアウトが崩れる場合があります */

/* 大枠上
※背景画像横490px、縦は設定、空白は高さ指定 */
#column2 .style1_top {
/*width: 480px;*/
	width: 630px;
	height: 25px;
	background-image: url(image/top2_title_bg2.jpg);
	margin: 0px;
	padding: 10px 0px 0px 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
#column2 .style1_middle {
	width: 500px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
#column2 .style1_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/welcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/* コピー */
#column2 .style1_copy {
	width: auto;
	margin: 0px 0px 10px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
#column2 .style1_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
#column2 .style1_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
#column2 .style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
#column2 .style1_table {
	width: 458px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
#column2 .style1_text {
	width: auto;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 商品名 */
.item_name {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

/* 価格 */
.price {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #584641;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #584641;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #666666;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
#column2 .style2_top {
/*width: 480px;*/
width: 630px;
height: 25px;
background-image: url(image/top2_title_bg2.jpg);
margin: 0px;
	padding: 10px 0px 0px 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
#column2 .style2_middle {
	width: 480px;
	background-color: #FFFFFF;
	
	margin: 0px;
	padding: 9px;
}

/* 大枠下 */
#column2 .style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/welcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
#column2 .style2_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
#column2 .style2_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
#column2 .style2_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
#column2 .style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
#column2 .style2_table {
	width: 458px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
#column2 .style2_text {
	width: auto;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 2-5位テーブル */
#column2 .style2_rank_table {
	width: 458px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
#column2 .style2_rank_table td {
    width: 114px;
}

/* 2-5位セル */
#column2 .style2_rank {
	width: auto;
	margin: 0px 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 12px;
	padding: 0px;
}

/* 2-5位説明 */
#column2 .style2_rank_text {
	width: auto;
	margin: 8px 8px;
	padding: 8px 0px 0px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 12px;
	width: auto;
	padding-left: 0px;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 12px;
	color: #000000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #5d0000;
	padding: 10px 5px 5px;
	margin-top: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 23px;
}

/* 説明 */
.style3_text {
	width: auto;
	margin: 8px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0px 5px 0px 5px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 23px;
	background-image: url(image/menu_bg01.gif);
	margin: 0px;
	padding: 7px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/right_box_bg.gif);
	margin: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* コメント */
.tcom {
    width: 135px;
	border: 1px solid #E0DFE3;
	margin: 5px 0px 0px;
	padding: 5px;
	font-size: 10px;
	clear: both;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px;
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 630px;
	height: 35px;
background: url(image/page_title_bg.gif) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 第二階層中 */
.pmiddle {
	width: 660px;
	background-color: #FFFFFF;
	border-left: 1px solid #E0DFE3;
	border-right: 1px solid #E0DFE3;
	margin: 0px;
	padding: 10px 4px 10px;
}

/* 第二階層下 */
.pbottom {
	width: 660px;
	height: 35px;
	background-image: url(img/page_bottom_bg.gif);
	margin: 0px;
	padding: 0px 5px 0px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	margin: 0px;
	padding: 10px 5px 5px;
	border-top: 1px solid #E0DFE3;
	color: #E0DFE3;
}

.item_bot_box2 {
	margin: 5px 0px;
	padding: 10px 5px;
	border-top: 1px solid #E0DFE3;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	height: auto;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding: 9px 0px 5px 25px;
	font-size: 14px;
	float: left;
	color: #000000;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 330px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
}

/* 商品数 */
.list_count {
	width: auto;
	border-top: 1px solid #E0DFE3;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 5px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 10px;
	padding: 10px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 25px;
	background-image: url(image/page_title_bg02.gif);
	margin: 10px 0px 5px;
	padding: 10px 0px 0px 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 詳細説明 */
.detail_sub_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 618px;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
text-align : center;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
}

/*商品の別の写真サムネイルテーブル*/
table#otherimg{
width : 600px;
margin : 0 auto 0 10px;
font-size : 12px;
clear : both;
}

table#otherimg tr td{
padding : 5px;
text-align : center;
}



/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: 600px;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 25px;
	background-image: url(img/sub_menu_bg03.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 25px;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
    border-bottom: 1px solid #E0DFE3;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 25px;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
    border-bottom: 1px solid #E0DFE3;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 598px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 598px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 598px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 5px 40px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
    color: #000000;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
	border-bottom: 1px solid #E0DFE3;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
    background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #A39FAC;
}

.cart_step_2 {
	width: auto;
    background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #A39FAC;
}

.cart_step_3 {
	width: auto;
    background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #A39FAC;
}

.cart_step_4 {
	width: auto;
    background-color: #F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #A39FAC;
}

.cart_step_1_check {
	width: auto;
    background-color: #C69F9F;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_2_check {
	width: auto;
    background-color: #C69F9F;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_3_check {
	width: auto;
    background-color: #C69F9F;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_4_check {
	width: auto;
    background-color: #C69F9F;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 610px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#666666;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#F5F5F5;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
}

.td_color3 {
    background-color:#B6B3BB;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: 600px;
	height: 25px;
	background-image: url(image/sub_menu_bg01.gif);
	margin: 10px 20px 5px;
	padding: 10px 0px 0px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 20px 5px;
	padding: 0px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E0DFE3;
    border-right: 1px solid #E0DFE3;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	padding: 1px;
	border-bottom: 1px solid #E0DFE3;
}

/* 大枠 */
.link_shop {
    margin: 10px 5px 10px 5px;
	padding: 10px 10px 0px;
}

/* テーブル */
.link_shop_table {
	width: 628px;
	margin: 0px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 10px 0px 0px 25px;
	font-size: 14px;
	color: #000000;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 0px 15px 5px;
	font-size: 11px;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	margin: 5px 20px 0px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	margin: 0px 20px 5px;
	padding: 5px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
    background-color:#666666;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#F5F5F5;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#F5F5F5;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #E0DFE3;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
	color: #333333;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(image/bot_bg.gif);
	color: #FFFFFF;
font-size : 1.2em;
font-weight : bold;
}

/********************************************************************/

/* HTMLタグ要素 */
body {
        background-image: url(image/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	word-break: break-all;
	margin: 250px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

A:link {
	text-decoration: none;
	font-size: 12px;
	color: #191970;
	line-height: 140%;
}

A:active {
	text-decoration: none;
	font-size: 12px;
	color: red;
	line-height: 140%;
}

A:visited {
	text-decoration: none;
	font-size: 12px;
	color: #191970;
	line-height: 140%;
}

A:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #0000FF;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

li {
	padding: 1px;
	font-size: 12px;
	line-height: 140%;
}
dt{
font-weight : bold;
}
dd{
margin : 0 0 0 10px;
}
/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list ul li {
	list-style: none;
}

/* 親カテゴリ */
.category_list ul span {
    width: auto;
	display: block;
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
background-color : #708090;
color : #FFF;
	background-image: url(img/icon04.gif);
	border-top: 2px solid #F5F5F5;
border-right: 2px solid #696969;
border-bottom: 2px solid #696969;
border-left: 2px solid #F5F5F5;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ul空白 */
.category_list ul,
.pickup_category_list ul {
	padding: 0px 5px 0px 5px;
}

/* サブカテゴリ */
.category_list ul ul li {
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
	background-image: url(img/icon04.gif);
	border: 1px solid #E0DFE3;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}
.category_list ul ul li a{
display : block;
width : 100%;
height : 100%;
}
.category_list ul ul li a:link{
color : blue;
}
.category_list ul ul li a:visited{
color : blue;
}
.category_list ul ul li a:hover{
color : #6495ED;
text-decoration : none;
}
.category_list ul ul li a:active{
color : red;
text-decoration : none;
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
    width: auto;
	display: block;
	padding:5px 5px 5px 15px;
	margin: 0px 0px 3px;
	background-image: url(img/icon04.gif);
	border: 1px solid #E0DFE3;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/********************************************************************/
/* フォント */

/*TOPのバナー下テキストカラーの設定：グレー*/
p strong.fnt-gray{
font-weight:normal;
color:#a5a2a5;/*グレー*/
}
/* ボールド */
.text-bold {
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-size: 12px;
}

/* パンクズ現ページ */
.thispage {
	color: #000000;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 12px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #333333;
}
/* スペック表示用テーブル01*/
table.spec01{
width : 280px;
margin : 5px 0 15px 0;
border-collapse : collapse;
border : 1px solid gray;
}
table.spec01 tr th{
width : 25%;
text-align : center;
border-right : 1px dotted gray;
border-left : 1px dotted gray;
border-bottom: 2px solid gray;
background-color : #F0FFFF;
}
table.spec01 tr td{
text-align : center;
border: 1px dotted gray;
}
/* スペック表示用テーブル02*/
table.spec02{
width : 280px;
margin : 5px 0 15px 0;
border-collapse : collapse;
border : 1px solid gray;
}
table.spec02 tr th{
width : 33%;
text-align : center;
border-right : 1px dotted gray;
border-left : 1px dotted gray;
border-bottom: 2px solid gray;
background-color : #F0FFFF;
}
table.spec02 tr td{
text-align : center;
border: 1px dotted gray;
}
/* スペック表示用テーブル03*/
table.spec03{
width : 280px;
margin : 5px 0 15px 0;
border-collapse : collapse;
border : 1px solid gray;
}
table.spec03 tr th{
width : 20%;
text-align : center;
border-right : 1px dotted gray;
border-left : 1px dotted gray;
border-bottom: 2px solid gray;
background-color : #F0FFFF;
}
table.spec03 tr td{
text-align : center;
border: 1px dotted gray;
font-size : 10px;
}
/*回り込み表示*/
img.img-l{
float: left;
margin : 0 10px 5px 0;
}
img.img-r{
float: right;
margin : 0 0 5px 5px;
}
p.img-ctr{
text-align : center;
}
/*クリックで画像拡大のテキスト制御*/
.zoomtxt{
color : #FFF;
}
/*囲み枠*/
div.kkm01{
margin : 5px;
padding : 5px;
background-color : #E0FFFF;
}
/*テキスト右寄せ*/
p.name, p.readmore{
text-align : right;
}
.maintext{
font-size : 14px;
font-weight : bold;
}

/********************************************************************/
/* サマーキャンペーンアンケート設定 */
/********************************************************************/
/*  */

form#questionnaire{

}
form#questionnaire h2{
margin : 10px  20px;
clear : both;
}
form#questionnaire p{
margin : 10px 20px;
clear : both;
}
form#questionnaire dl{
margin : 30px 20px 20px 20px;;
}
form#questionnaire dl#item dd{
margin : 0;
width : 200px;
float : left;text-align : center;
}
form#questionnaire dl#input{

}
form#questionnaire dl#input dt{
width : 130px;
padding : 5px 0 5px 15px;
float : left;
background : url(http://www.guard1997.com/data/guard001/image/freepage07/sol.gif) no-repeat left center;
}
form#questionnaire dl#input dd{
padding : 5px 0 ;
}
form#questionnaire ul{
margin : 0;
margin : 10px 20px;
}
form#questionnaire ul#selectdesign li{
list-style : none;
width : 240px;
float : left;
margin : 0 20px 20px 0;
}
form#questionnaire span.hissu{
color : #3570AC;
font-size : 10px;
font-weight : normal;
}
/*左ｶﾗﾑﾊﾞﾅｰ  */
div#l-clmbnr img{
margin:0;
}
/*右ｶﾗﾑﾊﾞﾅｰ  */
div#r-clmbnr p{
margin:3px 0;
}
div#r-clmbnr p.shop_bnr{
margin:10px 0;
}
/****************************************************/
/*商品ページ内部設定*/
/****************************************************/
/*メイン画像*/
div#maintop{
margin:15px 0 0 0;
}
/*コーディネート欄／背景画像の設定*/
table#coord_table{
width:230px;
height:410px;
margin:15px 0 0 380px;
padding:0;
/*border:1px solid pink;*/
}
table#coord_table td{
width:230px;
virtual-align:text-top;
margin:0;
padding:10px 0 0 0;
/*border:1px solid pink;*/
}
table#coord_table img{
width:98px;
padding:5px 0 0 120px;
margin:0;
/*border:1px solid pink;*/
}

/*LS121ﾌｫﾝﾄｶﾗｰブルー*/
table#coord_table td strong.fnt-bule{
font-weight:normal;
color:#295dbd;/*ブルー*/
}
/*LS121の背景*/
div#coord_bk01{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/ls121/coord_main.jpg) no-repeat;
}
/*LS122背景*/
div#coord_bk02{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/ls122/coord_main.jpg) no-repeat;
}
/*ns127の背景*/
div#coord_bk03{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/ns127/coord_main.jpg) no-repeat;
}
/*p124の背景*/
div#coord_bk04{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/p124/coord_main.jpg) no-repeat;
}
/*st123の背景*/
div#coord_bk05{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/st123/coord_main.jpg) no-repeat;
}
/*zp125の背景*/
div#coord_bk06{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/zp125/coord_main.jpg) no-repeat;
}
/*zp126の背景*/
div#coord_bk07{
width:625px;
height:467px;
background:url(http://www.guard1997.com/data/guard001/product/apparel/zp126/coord_main.jpg) no-repeat;
}
/*各テーブルのmargin,paddingの設定*/
table.table-pdng{
margin:0;
padding:0;
}
table.table-pdng td{
width:auto;
padding:5px;
}
table.table-pdng th{
padding:0 0 5px 5px;
}
/*こだわりポイントの設定*/
table#tableguard{
width:591px;
height:484px;
padding:5px;
}
table#tableguard td{
padding:0 0 5px 0;
}
/*poitの説明*/
table#tableguard td.h166{
display:block;
width:305px;
height:135px;
virtual-align:top;
padding:5px;
}
table#tableguard td.h135{
height:135px;
padding:5px;
}
/*スタッフコメント欄／背景画像の設定*/
table#tableguard tr.staffcoment td{
width:625px;
height:132px;
margin:0;
padding:0;
background:url(http://www.guard1997.com/data/guard001/product/all/point_com.jpg) no-repeat;
}
/*スタッフコメントの設定*/
table#tableguard tr.staffcoment td strong{
display:block;
width:565px;
height:auto;
color:#FFFFFF;
font-weight:normal;
margin:40px 0 0 15px;
padding:0;
line-height:160%;
}
/*タイトルのmarginのTOP*/
p.prodactstitle{
margin:10px 0 0 0;
padding:0;
}
/*スペック表の設定*/
table#tablespec{
margin:10px 0 0 0;
padding:0;
border-collapse:collapse;
border:none;
}
table#tablespec th{
width:239px;
margin:0;
padding:0;
border-collapse:collapse;
border:none;
}
table#tablespec td{
margin:0;
padding:0 0 0 5px;
border-collapse:collapse;
border:1px solid #333;
}





/* Gallery styles */




#gallery{

	width:670px;

	/*width: 100%;*/

	overflow:hidden;

}




#slides{

	width:670px;

	/*width: 100%;*/

	height: 380px;

	overflow:hidden;

}




.slide{

	float:left;

}




#menu2{

	height:35px;

	padding: 5px;

	background-color: #F5F5F5;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	border-top: none;

	position: absolute;

	top: 275px;

	left: 20px;

}




#menu ul{

	margin:0px;

	padding:0px;

}




#menu li{

	width:130px;

	display:inline-block;

	list-style:none;

	height:35px;

	overflow:hidden;

	margin-right: 1px;

	margin-top: 1px;

}




#menu li.inact:hover{

	background-color: #000000;

}




#menu li.act,#menu li.act:hover{

	background-color: #000000;

}




#menu li a:hover,

#menu li.act a {

	cursor:default;

	display: block;

	width: 130px;

	height: 35px;

	background-position: left bottom;

	background-repeat: no-repeat;

	cursor: pointer;

}




#menu2 li a:hover img,

#menu2 li.act a img {

	visibility: hidden;

}




#menu2 li#menuItem01 a {

	background-image: url(../img/mainphoto/main_photo_01menu.jpg);

}




#menu2 li#menuItem02 a {

	background-image: url(../img/mainphoto/main_photo_02menu.jpg);

}




#menu2 li#menuItem03 a {

	background-image: url(../img/mainphoto/main_photo_03menu.jpg);

}




#menu2 li#menuItem04 a {

	background-image: url(../img/mainphoto/main_photo_04menu.jpg);

}













#menu2 li a{

	display:block;

	height:35px;

	padding-top:0px;

}




#menu2 a img{

	width: 130px;

	border:none;

}

