/* CSS Document */

/*-----------------------------------すべての要素を初期化*/
/*  
Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
Code licensed under the BSD License:  
http://developer.yahoo.net/yui/license.txt  
version: 0.10.0  
*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
html { height: 100%; margin-bottom: 1px; }
table{border-collapse:collapse;border-spacing:0;}  
fieldset,img{border:0;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}  
caption {text-align:left;}
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; }
input,textarea,select { *font-size: 100%; }
input { _margin: -1px 0; }  
sup,sub { vertical-align: baseline; position: relative; }
sup { top: -4px }
sub { top: 4px }
th { vertical-align: top; font-weight: normal; text-align: left; }
td { vertical-align: top; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
q:before,q:after{content:'';}
hr { display: none;}
/*-----------------------------------clearfixハック*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/*-----------------------------------回り込み解除*/
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}
/*-----------------------------------基本セッティング*/
body{ font:12px "ＭＳ Ｐゴシック", "Osaka",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color: #333; }
a{ outline : 0 ;}
a {	color: #0A51A1; text-decoration: none; }
a:hover { color: #0A51A1; text-decoration: underline; }
td,th,li,p { line-height: 1.5; }
strong,em { font-weight: bold; }
/*-----------------------------------マージン*/
.marT2 { margin-top: 2px; }
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marB10 { margin-bottom: 10px; }
.marR10 { margin-right: 10px; }
.marL5 { margin-left: 5px; }
.marL10 { margin-left: 10px; }
.marL20 { margin-left: 20px; }
.padL10 {padding-left: 10px; }
/*-----------------------------------線*/
.bdr { border: 1px solid #999; }
.bdrTop { border-top: 1px solid #fff; }
.bdrTop02 { border-top: 2px dotted #999; }
/*-----------------------------------テキスト位置*/
.fRight { float: right;}
.fLeft { float: left;}
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.center { text-align: center; }
.middle {vertical-align: middle; }
.bottom {vertical-align: bottom; }

/********************************************************************/
/* body */
body {
	background: url(image/body_bk.gif) repeat-y center;
}
/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: 860px;
	height: 140px;
	position: relative;
	background: url(image/header.gif) no-repeat;
}

/* ヘッダー下ライン */
#bline {
	height: 0px;
}

/********************************************************************/
/* キャッチコピー */
#copy {
}

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 358px;
	height: 82px;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
}

/********************************************************************/
/* ヘッダー　サブナビゲーション */
.subnavi {
	position: absolute;
	top: 20px;
	left: 420px;
}

/* リンク色 */
.subnavi a {
	color:#333;
	text-decoration: none;
}
.subnavi A:hover {
	color:#333;
	text-decoration: underline;
}
.searchinput {
}
/* ご利用案内アイコン　
※アイコンサイズ横16px×縦16px */
.subicon01 {
	background: url(image/icn.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
	height: 16px;
}
/* お問い合わせアイコン　
※アイコンサイズ横16px×縦16px */
.subicon02 {
	background: url(image/icn.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
	height: 16px;
}
.subnavi {
	display: none;
}
/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	padding: 0 0 0 15px;
	margin: 5px 0px;
	background: url(image/icn.gif) no-repeat left center;
}
.subicon03 a{
	color: #333;
}
/* 画面を閉じるアイコン　
※アイコンサイズ横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: auto;
	margin: 0px 0px 5px 0px;
}

/* 中央用枠160 */
.center_box {
	width: 490px;
	margin: 0px 0px 20px 0;
}

/********************************************************************/
/* 左領域 */

/* 左上オリジナルナビゲーションボタン */
#lifuNav ul{
	margin: 0 0 5px 0;
}
#lifuNav li {
	display:block;
	text-indent: -9999px;
	list-style-type: none;
}
#lifuNav li a{
	display:block;
	width:160px;
	text-decoration: none;
	height:40px;
}
#lifuNav li#navTop a{ background: url(image/lifu_nav.gif) no-repeat 0px 0px; }
#lifuNav li#navTop a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px 0px; }
#lifuNav li#navShop a{ background: url(image/lifu_nav.gif) no-repeat 0px -40px; }
#lifuNav li#navShop a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -40px; }
#lifuNav li#navCampaign a{ background: url(image/lifu_nav.gif) no-repeat 0px -80px; }
#lifuNav li#navCampaign a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -80px; }
#lifuNav li#navMenu a{ background: url(image/lifu_nav.gif) no-repeat 0px -120px; }
#lifuNav li#navMenu a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -120px; }
#lifuNav li#navStaff a{ background: url(image/lifu_nav.gif) no-repeat 0px -160px; }
#lifuNav li#navStaff a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -160px; }
#lifuNav li#navBlog a{ background: url(image/lifu_nav.gif) no-repeat 0px -200px; }
#lifuNav li#navBlog a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -200px; }
#lifuNav li#navRecruit a{ background: url(image/lifu_nav.gif) no-repeat 0px -240px; }
#lifuNav li#navRecruit a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -240px; }
#lifuNav li#navInquirysalon a{ background: url(image/lifu_nav.gif) no-repeat 0px -280px; }
#lifuNav li#navInquirysalon a:hover{ background: url(image/lifu_nav.gif) no-repeat -160px -280px; }

#index #lifuNav li#navTop a{ background: url(image/lifu_nav.gif) no-repeat -160px 0px; }
#free_page_1 #lifuNav li#navShop a{ background: url(image/lifu_nav.gif) no-repeat -160px -40px; }
#free_page_2 #lifuNav li#navCampaign a{ background: url(image/lifu_nav.gif) no-repeat -160px -80px; }
#free_page_3 #lifuNav li#navMenu a{ background: url(image/lifu_nav.gif) no-repeat -160px -120px; }
#free_page_4 #lifuNav li#navStaff a{ background: url(image/lifu_nav.gif) no-repeat -160px -160px; }
.diary_page_body #lifuNav li#navBlog a{ background: url(image/lifu_nav.gif) no-repeat -160px -200px; }
#free_page_5 #lifuNav li#navRecruit a{ background: url(image/lifu_nav.gif) no-repeat -160px -240px; }
#free_page_7 #lifuNav li#navInquirysalon a{ background: url(image/lifu_nav.gif) no-repeat -160px -280px; }
.inquiry_page_body li#navInquiryshop a{ background: url(image/btn_shop.gif) no-repeat 0 -35px; }

#btnOnline {
	display:block;
	text-indent: -9999px;
	list-style-type: none;
}
#btnOnline a{
	display:block;
	width:150px;
	height:60px;
	margin: 5px 5px 0 5px;
	text-decoration: none;
	background: url(image/btn_online.gif) no-repeat 0 0;
}
#btnOnline a:hover{
	background: url(image/btn_online.gif) no-repeat 0 -60px;
}

#navInquiryshop {
	display:block;
	text-indent: -9999px;
	list-style-type: none;
}
#navInquiryshop a{ 	
	display:block;
	width:150px;
	height:35px;
	margin: 5px;
	text-decoration: none;
background: url(image/btn_shop.gif) no-repeat 0px 0px; }
#navInquiryshop a:hover{ background: url(image/btn_shop.gif) no-repeat 0 -35px; }

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	background: url(image/title_bk.gif) repeat-x;
	width: 148px;
	height: 21px;
	margin: 0 5px;
	padding-top: 3px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.category_title h3 {
	font-weight:bold;
}
/* カテゴリ一覧部分 */
.category_list {
	width: 150px;
	margin: 0 5px;
	padding: 5px 0px 5px;
	background-color:#fff;
}
.category_list ul{
	margin: 0 0 0 25px;
}
.category_list ul ul{
	margin: 0 0 0 15px;
}
.category_list li {
	line-height: 1.0;
	margin: 0 0 7px 0;
	list-style-image: url(image/icn.gif);
}
.category_list a{
	color: #333;
}
/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	text-decoration: none;
}
.mcategory A:hover {
	text-decoration: underline;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	background: url(image/title_bk.gif) repeat-x;
	width: 148px;
	height: 21px;
	margin: 0 5px;
	padding-top: 3px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.pickup_category_title h3{
	font-weight: bold;
}
/* 内容 */
.pickup_category_list {
	width: 150px;
	margin: 0 5px;
	padding: 5px 0px 5px;
	background-color:#fff;
}
.pickup_category_list li {
	line-height: 1.0;
	margin: 0 0 7px 25px;
	list-style-image: url(image/icn.gif);
}
.pickup_category_list a{
	color: #333;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 
↓このテンプレートはナビゲーション部分の画像をマウスオーバーで変更
させています。
変更させない場合は、下記.navi A:link?A:hover設定をcolorのみにし
各コメントショップ通信?ビッダーズオークションを
左記のように記載して下さい /* ショップ通信 */
/********************************************************************/
.navi A:link,
.navi A:active,
.navi A:visited {
	background-color: #34a02c;
    width: 148px;
	height: 21px;
	margin: 0 5px 5px 5px;
	padding: 3px 0 0 0;
	text-align: center;
	display: block;
	color: #fff;
	border: 1px solid #fff;
}
.navi A:hover {
}
/********************************************************************/
.free_menu A:link,
.free_menu A:active,
.free_menu A:visited {
	background-color: #34a02c;
    width: 148px;
	height: 21px;
	margin: 0 5px 5px 5px;
	padding: 3px 0 0 0;
	text-align: center;
	display: block;
	color: #fff;
	border: 1px solid #fff;
}

.free_menu A:hover {
}
.yahoo A:link,
.rakuten A:link,
.bidders A:link {
	background-color: #34a02c;
    width: 148px;
	height: 21px;
	margin: 0 5px 5px 5px;
	padding: 3px 0 0 0;
	text-align: center;
	display: block;
	color: #fff;
	border: 1px solid #fff;
}

.yahoo A:hover,
.rakuten A:hover,
.bidders A:hover {
}
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title h3{
	background: url(image/title_bk.gif) repeat-x;
	width: 148px;
	height: 21px;
	margin: 0 5px;
	padding-top: 3px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	margin: 148px;
	margin: 0 5px;
	padding: 0px 0px 11px 0;
	background-color:#fff;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	height: 20px;
	margin: 0 10px;
	padding: 5px 5px 5px 14px;
	background: url(image/icn.gif) no-repeat left center;
	border-bottom: 1px dotted #ccc;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	margin: 0px;
	padding: 5px 10px;
	font-size: 11px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
	background-color:#fff;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
}

/* 左td */
#lefttd {
    width: 160px;
	background-color :#C8E8B9;
}

/* 中央td */
#centertd {
    width: 490px;
	padding: 0 10px;
}

/* 右td */
#righttd {
    width: 180px;
	padding: 0 0 10px 0;
	margin: 0px;
}

/* 内部ページtd */
#pagetd {
	width: 700px;
	background-color: #fff;
}

/* 写真影 */
.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;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
	font-size: small;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490p
x、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	height: 27px;
	margin: 0px;
	padding: 2px 0 0 27px;
	color: #fff;
	font-weight: bold;
	background: url(image/title_bk02.gif) no-repeat top left;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	margin: 0px;
	padding: 5px 10px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#righttd .welcome_top {
	background: url(image/title_bk03.gif) no-repeat top;
	width: 180px;
	height: 33px;
	padding: 10px 0 0 0;
	margin: 0px 5px;
	text-align: center;
}
#righttd .welcome_top .text-bold-b {
	font-weight: bold;
	color: #333;
}
#righttd .welcome_middle {
	width: 178px;
	padding: 0;
	margin: 0 5px;
	border-left: 1px solid #c7e5c4;
	border-right: 1px solid #c7e5c4;
}
#righttd .welcome_middle .text-bold-b {
	font-size: small;
	font-weight: bold;
}
#righttd .welcome_bottom {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	background:url(image/style03_btm.gif) no-repeat;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	height: 27px;
	margin: 0px;
	padding: 2px 0 0 27px;
	color: #fff;
	font-weight: bold;
	background: url(image/title_bk02.gif) no-repeat top left;
}

/* 大枠中 */
.whatnew_middle {
	width: auto;
	margin: 0px;
	padding: 5px 10px;
}

/* 日付サイズ */
.whatnew_middle ul {
	margin: 0px;
	padding: 0px;
}
.whatnew_middle li {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	list-style-type: disc;
	list-style-position: inside;
}

/* リンクサイズ、空白 */
.whatnew_middle li A:link,
.whatnew_middle li A:active,
.whatnew_middle li A:visited,
.whatnew_middle li A:hover {
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#righttd .whatnew_top {
	background: url(image/title_bk03.gif) no-repeat top;
	width: 180px;
	height: 33px;
	padding: 10px 0 0 0;
	margin: 0px 5px;
	text-align: center;
	color: #333;
}
#righttd .whatnew_middle ul {
	margin: 0px 5px;
	padding: 0px;
}
#righttd .whatnew_middle {
	width: 178px;
	padding: 0;
	margin: 0 5px;
	border-left: 1px solid #c7e5c4;
	border-right: 1px solid #c7e5c4;
}
#righttd .whatnew_middle .text-bold-b {
	font-size: small;
	font-weight: bold;
}
#righttd .whatnew_bottom {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	background:url(image/style03_btm.gif) no-repeat;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 27px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 27px;
	color: #fff;
	font-weight: bold;
	background: url(image/title_bk02.gif) no-repeat top left;
}

/* 大枠中 枠線はぶくと488pxがコンテンツ　左空白10pxで478px */
.style1_middle {
	margin: 0px;
	margin: 0px;
	padding: 0px;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px 0px 5px 0;
}
/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 0px;
    padding: 0px;
}

/* 各テーブル枠中　枠線2px　マージン右10px　コンテンツ490px */
.style1_table_middle {
    width: auto;
	margin: 0 0 10px 0;
	padding: 0px;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
}
/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 488px;
	margin: 0px;
	padding: 0px;
}
/* これ以降Mac IE 5のみに適用される \*//*/
.style1_table {
	width: 488px;s
	margin: 0px;
	padding: 0px;
}
/* これ以降Mac IE 5以外にも適用される */
/* 写真 商品説明の長さにより高さは変更してください　*/
.style1_photo {
	width: 80px;
	height: auto;
	margin: 0px 0 10px 0px;
	padding: 10px 10px 0px 10px;
}
.cart_table .style1_photo {
	height: auto;
	border-left: 0px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細内写真 */
.list_item_table .style1_photo {
	height: auto;
	padding: 0px;
	border-left: 0px;
}

/* 商品詳細内写真 */
.detail_item_table .style1_photo {
	height: auto;
	border-left: 0px;
	margin: 0;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* トップ用 */
.style1_middle .style1_text {
}

/* トップ用 2個並びの一覧　テキストエリア */
.style1_middle .style1_table_middle .style1_table .style1_text {
    width: auto;
	margin: 0px;
	padding: 5px 10px 5px 0px;
}

/* トップ用 4個並びの設定 */
.style1_middle .layout_list .style1_table_middle {
    width: auto;
	margin: 0 10px 10px 0;
	padding: 0px;
    float: none;
}
.style1_middle .layout_list .style1_table_middle table{
    float: none;
	width: 465px;
	margin: 0;
	padding: 0;
}
.style1_middle .layout_list .style1_table_middle td{
	width: 116px;
	padding: 10px 0 0 0;
}
.style1_middle .layout_list .style1_table_middle td .box_padding {
	padding: 0px;
}
.style1_middle .layout_list .style1_table_middle td .style1_text {
	width: 106px;
	margin: 0;
	padding: 5px;
	font-size: 10px;
}
.member_price{
	border-bottom: 1px dotted #ccc;
}

/* トップ用 在庫ありなしの下のライン */
.style1_middle .layout_list .style1_table_middle td .member_price{
	border-bottom: none
}

/* 商品名 */
.item_name {
	font-size: 15px;
	font-weight: bold;
}

/* 価格 */
.price {
	font-size: 10px;
	color: #ff0000;
	padding: 0px 0px 7px;
}
/* 価格大 */
.priceb {
	color: #ff0000;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #4E4E4E;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 27px;
	margin: 0px;
	padding: 2px 0 0 27px;
	color: #fff;
	font-weight: bold;
	background: url(image/title_bk02.gif) no-repeat top left;
}

/* 大枠中 */
.style2_middle {
	width: auto;
	margin: 0px;
	padding: 5px 10px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: small;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px 0px;
    padding: 0px; 
}

/* 各テーブル枠中 */
.style2_table_middle {
	width: 455px;/* 20070501autoから変更 */
	margin: 0px 0px 10px 0;
	padding: 5px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 455px;
	margin: 0px ;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: 80px;
	margin: 0px 5px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: 345px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	font-size: x-small;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: auto;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 113px;
}

/* 2-5位セル */
.style2_rank {
    width: 103px;
	margin: 0px;
	padding: 5px;
	font-size: x-small;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: 93px;
	margin: 0px;
	padding: 5px;
	font-size: x-small;
}

/* 1位テキスト */
.rank1 {
	width: 20px;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	background-color: #ff0000;
	font-size: x-small;
	color: #fff;
}

/* 2-5位テキスト */
.rank2-5 {
	width: 20px;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	background-color: #34a02c;
	font-size: x-small;
	color: #fff;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	background: url(image/title_bk03.gif) no-repeat top;
	width: 180px;
	height: 43px;
	margin: 0px 5px;
	text-align: center;
}
.style3_top h3{
	padding-top: 10px;
	font-weight: bold;
}

/* 大枠中 */
.style3_middle {
	width: 178px;
	padding: 0;
	margin: 0 5px;
	border-left: 1px solid #c7e5c4;
	border-right: 1px solid #c7e5c4;
}

/* 大枠下 */
.style3_bottom {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	background:url(image/style03_btm.gif) no-repeat;
}

/* コピー */
.style3_copy {
	width: 168px;
	margin: 0px;
	padding: 5px;
	font-size: x-small;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	padding: 0 15px;
	margin: 5px 0px 0px 0px;
}

/* 写真（幅176px） */
.style3_photo {
	width: 80px;
	margin: 5px 0px 5px 34px;
}

/* 説明 */
.style3_text {
	width: auto;
	margin: 0px;
	padding: 5px 0;
	font-size: x-small;
}
.style3_text a{
	color: #333;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	background: url(image/title_bk03.gif) no-repeat top;
	width: 180px;
	height: 43px;
	margin: 0px 5px;
	text-align: center;
}
.melmaga_top h3{
	padding-top: 10px;
	font-weight: bold;
}

/* 大枠中 */
.melmaga_middle {
	width: 178px;
	padding: 0;
	margin: 0 5px;
	border-left: 1px solid #c7e5c4;
	border-right: 1px solid #c7e5c4;
}

/* 大枠下 */
.melmaga_bottom {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	background:url(image/style03_btm.gif) no-repeat;
}

/* 内容 */
.mdata {
	font-size: x-small;
	line-height: 140%;
	margin: 0px 10px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	background: url(image/title_bk03.gif) no-repeat top;
	width: 180px;
	height: 43px;
	margin: 0px 5px;
	text-align: center;
}
.tdiary_top h3{
	padding-top: 10px;
	font-weight: bold;
}

/* 大枠中 */
.tdiary_middle {
	width: 178px;
	padding: 0;
	margin: 0 5px;
	border-left: 1px solid #c7e5c4;
	border-right: 1px solid #c7e5c4;
}

/* 大枠下 */
.tdiary_bottom {
	width: 180px;
	height: 30px;
	margin: 0 5px;
	background:url(image/style03_btm.gif) no-repeat;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 106px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font-size: x-small;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	color: #478558;
}

/* コメント */
.tcom {
	margin: 5px 0px 0px;
	padding: 5px 5px 5px 10px;
	font-size: x-small;
	border-top: 1px solid #A3C2AC;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 680px;
	margin: 0px;
	padding: 0px 10px 15px 10px;
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
}

/* 第二階層タイトル 
※背景画像横678px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: auto;
	height: 27px;
	margin: 0px;
	padding: 2px 0 0 27px;
	color: #fff;
	font-weight: bold;
	background: url(image/title_bk02.gif) no-repeat top left;
}

/* 第二階層中 */
.pmiddle {
	width: 680px;
	margin: 0px;
	padding: 10px 0px;
}

/* 第二階層下 */
.pbottom {
	margin: 0px;
	padding: 0px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	margin: 0px;
	padding: 5px;
	border-top: 1px dotted #B0CEB1;
	color: #ffffff;
}

.item_bot_box2 {
	margin: 0px 0px;
	padding: 10px 5px;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	height: auto;
	width: 430px;
	float: left;
	background: url(image/icn.gif) no-repeat center left;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	padding: 7px 0px 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #478558;
}

/* ソート */
.list_soat {
	float: right;
	width: 200px;
	padding: 0 0 0 0;
	font-size: small;
}

/* 商品数 */
.list_count {
	width: auto;
	margin: 0px 10px 5px;
	padding: 0;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 5px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	margin: 0px 10px;
	padding: 5px;
}

.list_table_middle .style1_text {
    margin: 0px;
}
.list_table_middle .style1_text .member_price{
	border-bottom: none;
}
/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 645px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横658px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 0px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	padding: 0 10px;
	margin: 0px;
}

/* テーブル枠下 */
.detail_table_bottom {
	padding: 0px;
	margin: 0px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 655px;
	margin: 0 0 10px 0;
	padding: 0px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
}
.detail_item_table .style1_photo {
	width: 250px;
	height: auto;
	margin: 0;
	padding: 10px 15px 10px 10px;
}
/* 商品詳細商品説明 幅385px */
.detail_item_text {
	width: auto;
	margin: 0px;
	padding: 10px;
	font-size: small;
	line-height: 160%;
}
/* 商品詳細サブタイトル 
※背景画像横658px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 15px;
	margin: 0 0 10px 0;
	background: url(image/page_title_bg.gif) no-repeat top #34a02c;
	padding: 7px 5px 7px 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}

/* 詳細説明 */
.detail_sub_table {
	width: 658px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 655px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
}

/* これ以降Mac IE 5のみに適用される \*//*/
.detail_sub_table02 {
	width: 645px;
}
/* これ以降Mac IE 5以外にも適用される *//* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: small;
	line-height: 140%;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 2px solid #B2B2B2;
	border-bottom: 2px solid #B2B2B2;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: small;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle?pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 16px;
	background-color: #34a02c;
	padding: 7px 0px 7px 10px;
	margin: 10px 10px 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	_width: 636px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	margin: 0px 10px;
	padding: 10px;
}

/* 内部ページの下 */

.page_table_bottom {
	width: auto;
	margin: 0px 10px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 0px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 16px;
	background-color: #34a02c;
	padding: 7px 0px 7px 10px;
	margin: 10px 10px 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	margin: 0px 10px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	margin: 0px 10px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 0px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 16px;
	background: url(image/page_title_bg.gif) no-repeat top #34a02c;
	padding: 7px 0px 7px 10px;
	margin: 10px 10px 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	margin: 0px 10px;
	padding: 10px;
}
.page_table3_middle li{
	list-style-position: inside;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 10px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 0px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 20px;
	border-bottom: 1px dotted #34a02c;
	margin-bottom: 5px;
	padding: 8px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #478558;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 20px;
	border-bottom: 1px dotted #34a02c;
	margin-bottom: 5px;
	padding: 8px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #478558;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 636px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 635px;
	margin-bottom:5px;
}
/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合ボーダーも入れて638px */
.cart_table_bottom {
    width: 635px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #34a02c;
	margin: 5px 0 0px 0;
	padding: 10px;
	font-size: small;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: small;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	background-color: #DDEEDD;
    border: 1px solid #34a02c;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: small;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #34a02c;
	margin: 5px 40px 10px;
	padding: 10px;
	font-size: small;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
    color: #FF6600;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: small;
	line-height: 140%;
	border-bottom: 1px solid #34a02c;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin: 0 10px;
}
.cart_step_table td {
	width: 219px;
}
/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
	background-color:#C8E5AD;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #669933;
}

.cart_step_2 {
	width: auto;
	background-color:#C8E5AD;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #669933;
}

.cart_step_3 {
	width: auto;
	background-color:#C8E5AD;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #669933;
}

.cart_step_4 {
	width: auto;
	background-color:#C8E5AD;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #669933;
}

.cart_step_1_check {
	width: auto;
	background-color:#FFCC00;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #336600;
}

.cart_step_2_check {
	width: auto;
	background-color:#FFCC00;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #336600;
}

.cart_step_3_check {
	width: auto;
	background-color:#FFCC00;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #336600;
}

.cart_step_4_check {
	width: auto;
	background-color:#FFCC00;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #336600;
}

/* 内容確認用テキスト */
.bottom_check {
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#34a02c;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px;
}

.td_color3 {
    background-color:#C8E8B9;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 16px;
	background: url(image/page_title_bg.gif) no-repeat top #34a02c;
	padding: 7px 0px 7px 10px;
	margin: 10px 10px 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	margin: 0px 10px;
	padding: 0;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 646px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #C8E8B9;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* 大枠 */
.link_shop {
    margin: 10px;
	padding: 0px;
}

/* テーブル */
.link_shop_table {
	width: 655px;
	margin:0px;
	border-top: 1px solid #b2b2b2;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	padding: 5px 0px 0px 10px;
	font-size: 12px;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	padding: 5px 0px 0px 10px;
	font-size: 12px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 0 5px 0;
}


/********************************************************************/
/* フッター */
#footer {
	height: 20px;
	padding: 50px 10px 0 0;
	color:#34a02c;
	background: url(image/footer.gif) repeat-x top;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	background: url(image/bk.gif) repeat-y;
	line-height: 1;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_stop .bbs_table_top {
	width: auto;
	height: 16px;
	background: url(image/page_title_bg.gif) no-repeat top #34a02c;
	padding: 7px 0px 7px 10px;
	margin: 10px 10px 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.bbs_table_top {
	width: auto;
	height: 10px;
	background: none;
	padding: 0px;
	margin: 0px;
}
/* 大枠中 */
.bbs_table_middle {
	width: auto;
	border: 1px solid #34a02c;
	background-color: #DDEEDD;
	margin: 0px 25px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 658px;
	margin: 0px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 636px;
	margin: 10px 0 0 0;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
    background-color:#478558;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#34a02c;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 A:link {
	color: #FFFFFF;
}

.bbs_td_color2 A:active {
	color: #FFFFFF;
}

.bbs_td_color2 A:visited {
	color: #FFFFFF;
}

.bbs_td_color2 A:hover {
	color: #FFFFFF;
} 

.bbs_td_color3 {
    width: 30px;
    background-color:#34a02c;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFFF;
	background-image: url(img/text_bg_s.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 5px 10px 0px;
	padding: 5px;
	border-top: 0px solid #34a02c;
	border-bottom: 0px dotted #34a02c;
	color: #4E4E4E;
}
/********************************************************************/
/* カレンダー */

/* カレンダータイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.calendar_title {
	background: url(image/title_bk.gif) no-repeat top;
	width: 156px;
	height: 24px;
	margin: 0px;
	padding: 7px 0px 9px 0;
	text-align: center;
}

/* カートの中身大枠 */
.calendar_list {
	width: auto;
	margin: 0px;
	padding: 0px 0px 11px 0;
	background: url(image/sub_leftbk.gif) no-repeat bottom right;
	background-color:#fff;
}
/* カートの中身商品リスト */
.calendar_in {
	width: auto;
	margin: 0px;
	padding: 10px;
	font-size: x-small;
	background-color:#fff;
}

/********************************************************************/
/* 個人情報保護方針 */
.pmiddle_privacy {
	width: 658px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin: 0px;
	padding: 10px;
}
.pmiddle_privacy .table_fream {
    width: 658px ;
}
/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}
.bot_b_kensaku input {
    padding: 2px;
	margin-top: 5px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
}
.subnavi .bot_b input {
	margin: 0 0 0 5px;
}
.shopc_go .bot_b input {
    padding: 2px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #999;
}
.shopc_go .bot_b {
	text-align: center;
}
.form {
	width: 120px;
}
/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
	font-weight: bold;
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-weight: bold;
}

/* パンクズ現ページ */
.thispage {
	color: #478558;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: medium;
}

/* サイズ小用 */
.text-11 {
	font-size: x-small;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: large;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #DDEEDD;
}
/********************************************************************/
/* トップページ */
#indexBox{
	width: 875px;
	position: relative;
	margin: 0 auto;
	background: url(image/body_bk.gif) repeat-y;
}
#index #container {
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(image/top/header.jpg) no-repeat;
}
#index #header {
	width: 860px;
	height: 111px;
	position: relative;
	background: url(image/header.gif) no-repeat;
}
/* 左td */
#index #lefttd {
    width: 160px;
	padding-top: 29px;
	background: url(image/top/left_btm.jpg) no-repeat bottom;
}
/* メインエリア */
#indexMain {
	width: 700px;
	height: 120px;
	position: relative;
}
#indexMain p{
	position: absolute;
	width: 280px;
	top: 15px;
	left: 15px;
}
#indexMain ul{
	position: absolute;

	width: 394px;
	height:90px;
	top: 15px;
	left: 305px;
}
#indexMain li{
	display:block;
	float: left;
	text-indent: -9999px;
	list-style-type: none;
}
#indexMain li a{
	display:block;
	width:121px;
	height:90px;
	margin-right: 10px;
	text-decoration: none;
}
#indexMain li#nav01 a{ background: url(image/top/top_btn.gif) no-repeat 0px 0px; }
#indexMain li#nav01 a:hover{ background: url(image/top/top_btn.gif) no-repeat 0px -90px; }
#indexMain li#nav02 a{ background: url(image/top/top_btn.gif) no-repeat -131px 0px; }
#indexMain li#nav02 a:hover{ background: url(image/top/top_btn.gif) no-repeat -131px -90px; }
#indexMain li#nav03 a{ background: url(image/top/top_btn.gif) no-repeat -262px 0px; }
#indexMain li#nav03 a:hover{ background: url(image/top/top_btn.gif) no-repeat -262px -90px; }

#topaddress {
	width: 700px;
	height: 70px;
	background-color:#e5e5e5;
}
#topaddress p{
	padding: 10px 0 0 25px;
	line-height: 1.4;
}
#topcopy {
	width: 700px;
	height: 25px;
}
#topcopy p{
	padding: 5px 10px 0 0;
	color:#34a02c;
	text-align: right;
}
/********************************************************************/
/* フリーページ共通設定 */
#free_page_1 #header .subnavi,
#free_page_2 #header .subnavi,
#free_page_3 #header .subnavi,
#free_page_4 #header .subnavi,
.diary_page_body #header .subnavi,
#free_page_5 #header .subnavi,
#free_page_7 #header .subnavi {
	display: none;
}
#free_page_1 #pan,
#free_page_2 #pan,
#free_page_3 #pan,
#free_page_4 #pan,
.diary_page_body #pan,
#free_page_5 #pan,
#free_page_7 #pan {
	display: none;
}
#free_page_1 .category_title,
#free_page_2 .category_title,
#free_page_3 .category_title,
#free_page_4 .category_title,
.diary_page_body .category_title,
#free_page_5 .category_title,
#free_page_7 .category_title {
	display: none;
}
#free_page_1 .category_list,
#free_page_2 .category_list,
#free_page_3 .category_list,
#free_page_4 .category_list,
.diary_page_body .category_list,
#free_page_5 .category_list,
#free_page_7 .category_list {
	display: none;
}
#free_page_1 #lefttd .side_box,
#free_page_2 #lefttd .side_box,
#free_page_3 #lefttd .side_box,
#free_page_4 #lefttd .side_box,
.diary_page_body #lefttd .side_box,
#free_page_5 #lefttd .side_box,
#free_page_7 #lefttd .side_box {
	display: none;
}
#free_page_1 .member,
#free_page_2 .member,
#free_page_3 .member,
#free_page_4 .member,
.diary_page_body .member,
#free_page_5 .member,
#free_page_7 .member {
	display: none;
}
#free_page_1 .shopc_title,
#free_page_2 .shopc_title,
#free_page_3 .shopc_title,
#free_page_4 .shopc_title,
.diary_page_body .shopc_title,
#free_page_5 .shopc_title,
#free_page_7 .shopc_title {
	display: none;
}
#free_page_1 .shopc_list,
#free_page_2 .shopc_list,
#free_page_3 .shopc_list,
#free_page_4 .shopc_list,
.diary_page_body .shopc_list,
#free_page_5 .shopc_list,
#free_page_7 .shopc_list {
	display: none;
}
#free_page_1 .shop,
#free_page_2 .shop,
#free_page_3 .shop,
#free_page_4 .shop,
.diary_page_body .shop,
#free_page_5 .shop,
#free_page_7 .shop {
	display: none;
}
#free_page_7 #btnOnline,
#free_page_7 #navInquiryshop {
	display: none;
}

.diary_page_body #pagetd {
	background: url(image/diary/title.jpg) no-repeat top;
	padding-top: 125px;
}

.membercoinput {
	display: none;
}
#feepageTitle {
	margin-bottom: 20px;
}
.diary_page_body #pagemain {
	width: 680px;
	margin: 0px;
	padding: 15px 10px;
}

.freeColor01 {
	color: #ff0000;
}
.prPrice {
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
}
.textarea {
	margin: 15px 10px;
}
.tableFree01 {
	width: 100%;
}
.tableFree01 th{
	padding: 5px 10px;
	border-bottom: 1px dotted #c0c0c0;
}
.tableFree01 th span{
	background:url(image/icn.gif) no-repeat left center;
	padding: 15px;
}
.tableFree01 td{
	padding: 5px 10px;
	border-bottom: 1px dotted #c0c0c0;
}
.tableFree02 {
	width: 100%;
}
.tableFree02 td span{
	background:url(image/icn.gif) no-repeat left center;
	padding: 15px;
}
.tableFree02 td{
	padding: 5px 0;
	border-bottom: 1px dotted #c0c0c0;
}
.list01 li {
	line-height: 1.0;
	margin: 0 0 7px 25px;
	list-style-image: url(image/icn.gif);
}
/********************************************************************/
/* フリーページメニュー＆price */
.menuComment {
	background-color: #999;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold
}
.menuCommentBox {
	width: 638px;
	border: 1px solid #999;
	padding: 10px;
}
/********************************************************************/
/* フリーページお問い合わせ */
#btnInquiry {
	display:block;
	float: left;
	text-indent: -9999px;
	list-style-type: none;
	margin: 30px 0 150px 205px;
} 
#btnInquiry a{
	display:block;
	width:250px;
	height:39px;
	text-decoration: none;
	background: url(image/inquiry/btn_inquiry.jpg) no-repeat 0px 0px;
}
#btnInquiry a:hover{ background: url(image/inquiry/btn_inquiry.jpg) no-repeat 0px -39px; }

