/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 93px;
	/*MacIE以外のブラウザ用\*/
	margin-top: 83px;
    /**/
}


/********************************************************************/
/* キャッチコピー */
#copy {
	width: 400px;
	height: 30px;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	position: absolute;
	top: -130px;
	/*MacIE以外のブラウザ用\*/
    top: 0px;
    /**/
	z-index: 1;
	font-size: x-small;
}

/* リンク */
#copy A:link {
	font-size: x-small;
}

#copy A:active {
	font-size: x-small;
}

#copy A:visited {
	font-size: x-small;
}

#copy A:hover {
	font-size: x-small;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 350px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	top: -80px;
	/*MacIE以外のブラウザ用\*/
    top: 40px;
    /**/
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 340px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	top: -80px;
	/*MacIE以外のブラウザ用\*/
    top: 50px;
    /**/
}

/********************************************************************/
/* サブナビゲーション */
.subnavi {
	text-align:right;
	width: 490px;
	padding: 45px 5px 5px 340px;
	margin: 0px;
	position: absolute;
	top: -130px;
	/*MacIE以外のブラウザ用\*/
    top: 0px;
    /**/
	font-size: medium;
}

/* リンク */
.subnavi A:link {
	font-size: medium;
}

.subnavi A:active {
	font-size: medium;
}

.subnavi A:visited {
	font-size: medium;
}

.subnavi A:hover {
	font-size: medium;
} 

/* ご利用案内アイコン　
※アイコンサイズ横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;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: auto;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	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;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0px 0px 30px;
}

/********************************************************************/
/**** 左領域 ****/

/* 自由記入欄4　カテゴリリスト写真入りbtn */
#category_listb {
    width:160px;
	margin:7px 0 30px 0;
	padding:0;
}

#category_listb ul {
	margin:0 0 0 -25px;
	list-style-type:none;
}

#category_listb li {
    width:160px;
	height:39px;
	margin:0;
	padding:0;
}

#category_listb a{
    width:160px;
	height:40px;
	text-indent:-9999px;
	text-decoration: none;
	background: url(image/css_image/category_lb.jpg) no-repeat;
	display: block;
}

#c_lb1 a { background-position:0px 0px;}
#c_lb2 a { background-position:0px -40px;}
#c_lb3 a { background-position:0px -80px;}
#c_lb4 a { background-position:0px -120px;}
#c_lb5 a { background-position:0px -160px;}
#c_lb6 a { background-position:0px -200px;}
#c_lb7 a { background-position:0px -240px;}
#c_lb8 a { background-position:0px -280px;}
#c_lb9 a { background-position:0px -320px;}
#c_lb10 a { background-position:0px -360px;}
#c_lb11 a { background-position:0px -400px;}

#category_listb a:hover {
    width:160px;
	height:40px;
	text-decoration: none;
	background: url(image/css_image/category_lb-o.jpg) no-repeat;
}

#c_lb1 a:hover { background-position:0px 0px;}
#c_lb2 a:hover { background-position:0px -40px;}
#c_lb3 a:hover { background-position:0px -80px;}
#c_lb4 a:hover { background-position:0px -120px;}
#c_lb5 a:hover { background-position:0px -160px;}
#c_lb6 a:hover { background-position:0px -200px;}
#c_lb7 a:hover { background-position:0px -240px;}
#c_lb8 a:hover { background-position:0px -280px;}
#c_lb9 a:hover { background-position:0px -320px;}
#c_lb10 a:hover { background-position:0px -360px;}
#c_lb11 a:hover { background-position:0px -400px;}


/* タイトル（「用途から探す」）　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
    background: url(image/css_image/p_category_bg.gif) no-repeat top;
	padding: 13px 0 0 10px;
	margin:0 0 -2px 0;
	height:30px;
}

/* 内容 */
.pickup_category_list {
    width:160px;
	overflow: hidden;
	margin:0;
	padding:0 0 9px 0;
	background: url(image/css_image/menu_bg01_end.gif) no-repeat bottom;
}

.pickup_category_list ul {
	line-height:18px;
	list-style:none;
	overflow: hidden;
	margin:0;
	padding:0;
}

.pickup_category_list li {
    list-style:none;
	margin:0;
	padding:0;
}

.pickup_category_list A:link {
	font-size:90%;
	width:135px;
	color:#66564A;
	display: block;
	margin:0;
	padding:2px 0 2px 25px;
	background:url(image/css_image/menulist_bg01.gif) no-repeat;
}

.pickup_category_list A:active {
	font-size:90%;
	width:135px;
	color:#66564A;
	display: block;
	margin:0;
	padding:2px 0 2px 25px;
	background:url(image/css_image/menulist_bg01.gif) no-repeat;
}

.pickup_category_list A:visited {
	font-size:90%;
	width:135px;
	color:#66564A;
	display: block;
	margin:0;
	padding:2px 0 2px 25px;
	background:url(image/css_image/menulist_bg01.gif) no-repeat;
}

.pickup_category_list A:hover {
	font-size:90%;
	text-decoration: none;
	color: #883939;
	width:135px;
	margin:0;
	padding:2px 0 2px 25px;
	background:url(image/css_image/menulist_bg01_o.gif) no-repeat;
}


/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* ショップ通信 */
.shop {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* 店長日記 */
.diary {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* リンク集 */
.link {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* 掲示板 */
.bbs {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* フリー */
.free_menu {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* yahooオークション */
.yahoo {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* 楽天オークション */
.rakuten {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	margin: 0px 0px 1px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #DDDBC8;
	background-image: url(img/menu_bg02.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	background-position: top left;
}

/* オークションリンク文字サイズ */
.yahoo A:link { font-size: x-small;}
.yahoo A:active { font-size: x-small;}
.yahoo A:visited { font-size: x-small;}
.yahoo A:hover { font-size: x-small;}
.rakuten A:link { font-size: x-small;}
.rakuten A:active { font-size: x-small;}
.rakuten A:visited { font-size: x-small;}
.rakuten A:hover { font-size: x-small;}
.bidders A:link { font-size: x-small;}
.bidders A:active { font-size: x-small;}
.bidders A:visited { font-size: x-small;}
.bidders A:hover { font-size: x-small;}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	background: #F7F3F0;
	border: #D5C2B3 solid 1px;
	padding: 3px 0px 2px 5px;
	font-size: medium;
	font-weight: bold;
}

/* カートの中身大枠 */
.shopc_list {
    border-left: 1px solid #E6E4D7;
	padding: 5px 0px 5px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	padding: 5px 5px 5px 30px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* カートの中身商品リスト */
.shopc_in {
	padding: 5px;
	font-size: x-small;
	border-bottom: 1px solid #E7E5D9;
}

/* レジに行く */
.shopc_go { padding: 5px;}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {

}

/* 左td */
#lefttd {
    width: 160px;
	padding: 0px;
}

/* 中央td */
#centertd {
    width: 500px;
	padding: 20px 15px 0px 20px;
}

/* 右td */
#righttd {
    width: 160px;	
	padding: 20px 0px 15px 0px;
}

/* 内部ページtd */
#pagetd {
	padding: 180px 0px 0px 0px;
}

/* ポップアップ用padding消去 */
#popup #pagetd {
	padding: 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 {
    background-image: url(img/welcome_bg.gif);
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {width:100%;}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
    background-image: url(img/welcome_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 10px 10px 10px;
	color: #193F06;
}

/* 大枠中 */
.welcome_middle {
	padding: 10px;
    background-image: url(img/welcome_middle_bg.gif);
}

/* 大枠下 */
.welcome_bottom {
    height: 15px;
	background-repeat: no-repeat;
    background-image: url(img/welcome_bottom_bg.gif);
	padding: 0px;
	margin: 0px;

}

#righttd .welcome_top {
    background-image: url(img/welcome_bg.gif);
	background-repeat: repeat;
	border-top: 1px solid #E1E0CE;
	border-left: 1px solid #E1E0CE;
	border-right: 1px solid #E1E0CE;
}

#righttd .welcome_middle {
    background-image: url(img/welcome_bg.gif);
	border-left: 1px solid #E1E0CE;
	border-right: 1px solid #E1E0CE;    
}

#righttd .welcome_bottom {
    background-image: url(img/welcome_bg.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #E1E0CE;
}

/* 写真 */
.photo_welcome {
	margin: 0px 10px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
    background: url(image/css_image/top_title_bg01.gif) repeat-x;
	padding: 6px 0px 6px 10px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.whatnew_middle {
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px;
}

/* 日付サイズ */
.whatnew_middle li {
    border-bottom: 1px solid #E6E4D7;
	padding: 2px 0px;
}

/* 大枠下 */
.whatnew_bottom {

}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
    background: url(image/css_image/top_title_bg01.gif) repeat-x;
	padding: 6px 0px 6px 10px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.style1_middle {
	padding: 5px;
	border: 1px solid #E6E4D7;
	margin-top: 1px;
}

/* 大枠下 */
.style1_bottom {

}

/* コピー */
.style1_copy {	
	margin: 0px 0px 5px;
	padding: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 10px 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    background-color: #F1F0E7;
    border: 1px solid #E6E4D7;
	padding: 10px;
}

/* 各テーブル枠下 */
.style1_table_bottom {

}

/* テーブル */
.style1_table {
	width: 466px;
}

/* 写真 */
.style1_photo {
	margin: 0px 50px 0px 0px;
}

/* 説明 */
.style1_text {
	margin: 0px;
	padding: 5px 8px;
	font-size: x-small;
	color: #666666;
}

/* 商品名 */
.item_name {
	font-size: medium;
	color: #7E3E3E;
	font-weight: bold;
}

/* 価格 */
.price {
	font-size: x-small;
	color: #8B3A3A;
}

/* 価格大 */
.priceb {
	font-size: small;
	color: #8B3A3A;
}

/* 在庫ありなし */
.stock {
	color: #666666;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
     background: url(image/css_image/top_title_bg01.gif) repeat-x;
	padding: 6px 0px 6px 10px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.style2_middle {
	padding: 5px;
	border: 1px solid #E6E4D7;
	margin-top: 1px;
}

/* 大枠下 */
.style2_bottom {

}

/*　コピー　*/
.style2_copy {
	margin: 0px 0px 5px;
	padding: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    background-color: #F1F0E7;
    border: 1px solid #E6E4D7;
	padding: 10px;
}

/* 各テーブル枠下 */
.style2_table_bottom {

}

/* テーブル */
.style2_table {
	width: 466px;
}

/* 写真 */
.style2_photo {
	margin: 0px 5px 0px 0px;
}

/* 説明 */
.style2_text {
	margin: 0px;
	padding: 5px 8px;
	font-size: x-small;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 466px;
	padding: 0px;
}

/* 2-5位テーブルの各td */
.style2_rank_table td {
    width: 116px;
}

/* 2-5位セル */
.style2_rank {
	margin: 0px 1px;
	padding: 5px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 12px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	margin: 0px 8px;
	padding: 5px 0px;
	font-size: x-small;
}

/* 1位テキスト */
.rank1 {
	font-size: small;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: small;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	background: #F7F3F0;
	border: #D5C2B3 solid 1px;
	padding: 3px 0px 2px 5px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.style3_middle {
    padding: 5px 10px 5px 15px;
    border-left: 1px solid #E6E4D7;
}

/* 大枠下 */
.style3_bottom {

}

/* コピー */
.style3_copy {
	padding: 5px;
	text-align: center;
}

/* テーブル */
.style3_table {
    background-color: #F1F0E7;
    border: 1px solid #E6E4D7;
	padding: 10px 5px 5px;
	margin-bottom: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 5px 0px;
	padding: 0px 20px;
}

/* 説明 */
.style3_text {
	padding: 5px;
	font-size: x-small;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	background: #F7F3F0;
	border: #D5C2B3 solid 1px;
	padding: 3px 0px 2px 5px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.melmaga_middle {
    padding: 5px 10px 5px 15px;
    border-left: 1px solid #E6E4D7;
}

/* 大枠下 */
.melmaga_bottom {

}

/* 内容 */
.mdata {
	font-size: x-small;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	background: #F7F3F0;
	border: #D5C2B3 solid 1px;
	padding: 3px 0px 2px 5px;
	font-size: medium;
	font-weight: bold;
}

/* 大枠中 */
.tdiary_middle {
    padding: 5px 10px 5px 15px;
    border-left: 1px solid #E6E4D7;
}

/* 大枠下 */
.tdiary_bottom {

}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	float: left;
	width: 140px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	font-size: 85%;}

/* プロフィールタイトル */
.ttitle {
	color: #000000;
	padding: 0px; /*←変更*/
	color: #663300; /*←変更*/
}
/* コメント */
.tcom {
	margin: 5px 0px 0px;
	padding: 5px;
	font-size: x-small;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
	width: auto;
	color: #999999;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
    background: url(image/css_image/top_title_bg01.gif) repeat-x;
	padding: 6px 0px 6px 10px;
	font-size: medium;
	font-weight: bold;
	color:#535252;
}

/* 第二階層中 */
.pmiddle {
	width: 670px;
	border-left: 1px solid #E6E4D7;
	padding: 5px 0px;
}

/* 第二階層下 */
.pbottom {

}

#popup .pbottom {
	padding: 15px 10px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	padding: 5px;
	border-top: 1px solid #E0DFE3;
}

.item_bot_box2 {
	padding: 10px 5px;
	border-top: 1px solid #E0DFE3;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	height:24px;
	background: url(image/css_image/icn_stick.gif) no-repeat left;
	padding: 5px 0 0 17px;
	margin: 4px 0 4px 20px;
	font-size: medium;
	font-weight:bold;
	letter-spacing: 2px;
	border-bottom: #D5C2B3 solid 1px;
	float:left;
	color:#5F5F5F;
}

/* ソート */
.list_soat {
	width: 300px;
	padding: 0 0 0 15px;
	margin-top:15px;
	float:right;
}

/* 商品数 */
.list_count {
    border-top: 1px solid #E6E4D7;
	margin: 10px;
	padding: 5px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
	margin: 10px 10px 5px;
}

/* 各テーブル枠中 */
.list_table_middle {
	margin: 0px 10px;
	padding: 5px;
	background-color: #F1F0E7;
	border: 1px solid #E6E4D7;
}

/* 各テーブル枠下 */
.list_table_bottom {

}

/* 商品一覧テーブル */
.list_item_table {

}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	padding: 10px;
	margin: 10px;
}

/* テーブル枠下 */
.detail_table_bottom {

}

/* 商品詳細テーブル */
.detail_item_table {
    width: 618px;
	margin: 0px;
	padding: 0px;
}

.detail_item_table img {
	border:none;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	border: 1px solid #E6E4D7;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-size: small;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	margin: 50px 0px 5px 0px;
    background: url(image/css_image/detail_sub_title.gif) no-repeat;
	padding: 10px 0px 0 25px;
	height:40px;
	color: #5F5F5F;
	font-size: 110%;
	font-weight: bold;/*←※注意！変更090303*/
}

/* 詳細説明 */
.detail_sub_table {
    width: 100%;
}

/* 他の写真 */
.detail_sub_table02 {
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	border: 1px solid #E6E4D7;
	padding: 10px;
}

/* 他の写真サブセル */
.sub_item {
	border: 1px solid #E6E4D7;
	margin: 0px 5px 5px;
	padding: 10px;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 210px;
}

/* 他の商品写真 */
.sub_item_photo {
	margin: 5px 15px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	background: url(image/css_image/detail_sub_title.gif) no-repeat;
	padding: 10px 0px 10px 25px;
	margin: 10px 20px 0px;
	height:40px;
	color: #5F5F5F;
	font-weight: bold;
}


/* 内部ページの中 */
.page_table_middle {
	margin: 0px 20px;
	padding: 10px;
	vertical-align:middle;
}

.page_table_middle img {
	border:none;
	vertical-align:middle;
}

/* 内部ページの下 */
.page_table_bottom {

}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	background: url(image/css_image/top_title_bg01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F0EFE7;
	padding: 15px 0px 10px 5px;
	margin: 10px 20px 0px;
	font-size: medium;
	color: #333333;
}

/* 内部ページの中 */
.page_table2_middle {
    border-left: 1px solid #E6E4D7;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {

}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	background: url(image/css_image/top_title_bg01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F0EFE7;
	padding: 15px 0px 10px 5px;
	margin: 10px 20px 0px;
	font-size: medium;
	color: #333333;
}

/* 内部ページの中 */
.page_table3_middle {
    border-left: 1px solid #E6E4D7;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {

}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	background: url(image/css_image/detail_sub_title.gif) no-repeat;
	margin: 50px 0px 5px 0px;
	padding: 12px 0px 0 25px;
	font-weight:bold;
	height:40px;
	color: #5F5F5F;
	clear:both;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	font-size: 110%;
	font-weight: bold;
	clear:both;
	color: #5F5F5F;
	margin:0 0 10px 5px;
	padding:6px 0 0 22px;
	height:20px;
	background: url(image/css_image/h4brown.gif) no-repeat left;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 600px ;
}


/**** ご利用案内ページ ****/

/* 「送料について」小見出し */
.h5_help-freight {
	font-size:110%;
	color:#003399;
	margin-top:20px;
	vertical-align:middle;
}


/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 600px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 600px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
    border: 1px solid #E6E4D7;
	background-color: #F1F0E7;
	margin: 5px;
	padding: 10px;
}

.point_box2 {
	margin: 0px 5px 10px 5px;
	padding: 5px;
}

.point_box3 {
    border: 1px solid #E6E4D7;
	background-color: #F1F0E7;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

/* エラーボックス */
.error_box {
	background-color: #CC3300;
	margin: 5px 40px 0px;
	padding: 10px;
	color: #FFFFFF;
}

/* エラーテキスト */
.error_text {
    color: #FFFFFF;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	border-bottom: 1px solid #E0DFE3;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: x-small;
}

/* カートステップテーブル */
.cart_step_table {
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
    background-color: #E7E5D9;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
	font-size: 12px;
}

.cart_step_2 {
    background-color: #E7E5D9;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
	font-size: 12px;
}

.cart_step_3 {
    background-color: #E7E5D9;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
	font-size: 12px;
}

.cart_step_4 {
    background-color: #E7E5D9;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #999999;
	font-size: 12px;
}

.cart_step_1_check {
    background-color: #993300;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

.cart_step_2_check {
    background-color: #993300;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

.cart_step_3_check {
    background-color: #993300;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

.cart_step_4_check {
    background-color: #993300;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

/* 内容確認用テキスト */
.bottom_check {
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color: #78624E;
	border-top: 1px solid #F5F4EE;
	border-left: 1px solid #F5F4EE;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#E7E5D9;
	border-top: 1px solid #F5F4EE;
	border-left: 1px solid #F5F4EE;
	padding: 5px;
}

.td_color3 {
    background-color:#CDD9A6;
	border-top: 1px solid #F5F4EE;
	border-left: 1px solid #F5F4EE;
	padding: 5px;
}


/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	background: url(image/css_image/top_title_bg01.gif) repeat-x top left;
	margin: 10px 20px 0px;
	padding: 5px 5px 5px 10px;
	font-size: medium;
	font-weight: bold;
	color:#5F5F5F;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
    border-left: 1px solid #E6E4D7;
	margin: 0px 20px;
	padding: 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {

}

/* テーブル */
.tdiary_news_table {

}

/* テキスト部分 */
.tdiary_news_text {
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	padding: 0px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #F1F0E7;
	border-top: 1px solid #F5F4EE;
	border-left: 1px solid #F5F4EE;
	padding: 5px;
	font-weight: bold;
}

/* td右 */
.td_link_shop2 {
	padding: 1px;
	background-color: #F1F0E7;
	border-top: 1px solid #F5F4EE;
	border-left: 1px solid #F5F4EE;
}

/* 大枠 */
.link_shop {
    margin: 10px;
	padding: 10px;
}

/* テーブル */
.link_shop_table {

}

/* ショップタイトル項目 */
.shop_title {
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 5px;
	padding: 8px 0px 8px 25px;
	font-size: medium;
}

/* リンクタイトル項目 */
.link_title {
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	padding: 0px 10px 15px 10px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 0 10px 10px 0;
	font-size: x-small;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 10px 15px 10px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	margin: 20px 20px 0px;
}

/* 大枠中 */
.bbs_table_middle {
    border: 1px solid #E7E5D9;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	margin: 0px 20px 20px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
    background-color: #993300;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color: #E7E5D9;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color: #E7E5D9;
	padding: 5px;
}

/* テキスト */
.bbs_text {
    background-color: #F1F0E7;
    border: 1px solid #E6E4D7;
	margin: 10px 5px 10px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	border-bottom: 1px solid #E6E4D7;
    text-align: right;
	margin: 10px 10px 0px;
	padding: 5px;
	color: #666633;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(image/css_image/form.gif);
	color: #FFFFFF;
}

.detail_item_text .item_bot_box .bot_b input {
    height: 30px;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image: url(image/css_image/bg_linen.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	word-break: break-all;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #5A5A5A;
	line-height: 140%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

A:link {
	text-decoration: none;
	font-size: small;
	color: #593E33;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	font-size: small;
	color: #593E33;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	font-size: small;
	color: #593E33;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-size: small;
	color: #CE4E00;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
}

h3 {
	font-size: small;
	color: #535353;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	list-style-image: url(img/icon04.gif);
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	list-style-image: url(img/icon04.gif);
}

li {
	margin: 2px 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
}

.clear-both_s {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
	font-weight: bold;
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-size: medium;
}

/* パンクズ現ページ */
.thispage {
	color: #7E3E3E;
	font-weight: bold;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: medium;
}

/* サイズ小用 */
.text-11 {
	font-size: x-small;
}

/* サイズ大用 */
.text-14 {
	font-size: medium;
}

/* ショップロゴ用 */
.text-18 {
	font-size: large;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #993300;
}

/************ オーガニックランドでの変更ここから ************/

/*******左エリア*******/
/*フリーページ用メニュー*/
#freemenu {
    list-style-type:none;
    width:145px;
    margin:0;
    padding:0;
}
#freemenu li {
    width:145px;
    height:33px;
    margin:3px;
}
#freemenu a {
    width:145px;
    height:33px;
    text-indent:-9999px;
    text-decoration: none;
    background:url(image/css_image/btn_freemenu.gif) no-repeat;
    display: block;
}

#menu1 a {
    background-position:0px 0px;
}
#menu2 a {
    background-position:0px -33px;
}
#menu3 a {
    background-position:0px -66px;
}


#freemenu a:hover {
  text-decoration: none;
  background: url(image/css_image/btn_freemenu.gif) no-repeat;
}


#menu1 a:hover {
    background-position:-145px 0px;
}
#menu2 a:hover {
    background-position:-145px -33px;
}
#menu3 a:hover {
    background-position:-145px -66px;
}

/*******トップページ右エリア*******/
/*「農業基礎講座」メニュー*/
#lecroom {
    list-style-type:none;
    width:140px;
	margin:0;
	padding:0;
}
#lecroom li {
    width:140px;
	margin:0;
	padding:0;
}

#lecroom a {
	display: block;
	font-size:90%;
	color:#605349;
	line-height:120%;
	width:140px;
	margin:0;
	padding:7px 0 3px 20px;
	background:url(image/css_image/lecroom_list_bg.gif) no-repeat;
}
    
#lecroom a:hover {
	text-decoration: none;
	font-size:90%;
	color: #903737;
	line-height:120%;
	width:140px;
	margin:0;
	padding:7px 0 3px 20px;
	background:url(image/css_image/lecroom_list_o.gif) no-repeat;
}

/*******トップページ中央エリア*******/

/*特集記事*/
div.box_special {
	width:100%;
	padding-top:5px;
	line-height:105%;
	background:#DCCFBF;
}

div.box_special hr {
	border:none;
	margin:5px 0 10px 0;
	clear:both;
}

div.box_special a:link {
	text-decoration: none;
	color: #6633FF;
	font-weight:bold;
	font-size:110%;
}

div.box_special a:active {
	text-decoration: none;
	color: #6633FF;
	font-weight:bold;
	font-size:110%;
}

div.box_special a:visited {
	text-decoration: none;
	color: #6633FF;
	font-weight:bold;
	font-size:110%;
}

div.box_special a:hover {
	text-decoration: none;
	color: #3300FF;
	font-weight:bold;
	font-size:110%;
}

div.box_special-left {
	float:left;
	width:275px;
	margin:0 0 5px 5px;
	padding:5px 5px 0 5px;
	background:#FFFFFF;
}
div.box_special-right {
	float:right;
	width:210px;
}

/* 見出し */
.page_sub_top_12 {
	font-size: 115%;
	color: #7E3E3E;
	font-weight: bold;
}

/*本文 テキスト */
.text_main {
	margin-left: 20px;
}

/* 下線 */
.text-ul {
	text-decoration: underline;
}

/* 赤字 */
.text-red {
	color: #cc0000;
}
.text-red_bold {
	color: #cc0000;
	font-weight: bold;
}

/* 青字 */
.text-blue {
	color: #486BC6;
}
.text-blue_bold {
	color: #486BC6;
	font-weight: bold;
}

/* 緑字 */
.text-green {
	color: #385C1A;
}
.text-green_bold {
	color: #385C1A;
	font-weight: bold;
}

/* 茶字 */
.text-brown {
	color: #7E3E3E;
}
.text-brown_bold {
	color: #7E3E3E;
	font-weight: bold;
}

/* オレン字 */
.text-orange {
	color: #FF6600;
}

.text-orange_bold {
	color: #FF6600;
	font-weight: bold;
}

/* テキストインデント */
.text-indent35 {
	margin-left: 35px;
}

/* テキスト中央揃え */
.text-center {
	text-align: center;
}

/* テキスト右揃え */
.text-right {
	text-align: right;
}

/* テキストサイズ85% */
.text-85per {
	font-size: 85%;
}


/* テキストサイズ90% */
.text-90per {
	font-size: 90%;
}

/* テキストサイズ110% */
.text-110per {
	font-size: 110%;
}

/* テキストサイズ120% */
.text-120per {
	font-size: 120%;
}


/* ボタン表示テキスト */
.text-btn-bg {
	background: url(image/css_image/top_title_bg01.gif);
	padding:3px;
}

.text-btn {
	background: url(image/css_image/icn_arrow.gif) left top no-repeat;
	height:18px;
	padding:0 0 0 20px;
}

/* 商品ページ本文大枠 */
.detail_item_text0 {
	width: auto;
	margin: 0;
	padding: 10px;
	font-size: small;
	line-height: 160%;
}

/* 肥料登録番号*/
.registered{
	width:80%;
	margin:10px auto 10px auto;
	padding:5px;
	background-color: #EBFECB;
	color: #326703;
	text-align:center;
	font-size:110%;
}

/* 表見出し */
caption {
	padding-bottom: 10px;
}

/* 送料table */
.table_souryou{
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #CCCC99;
}

/* tableセル */
.point_box_12 {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
}
.point_box_13 {
	width: auto;
	background-color: #EDE8E3;
	border: 1px solid #CCCC99;
}
.point_box_14 {
	width: auto;
	background-color: #dfffce;
	border: 1px solid #CCCC99;
}
.point_box_15 {
	width: auto;
	background-color: #f5ffd2;
	border: 1px solid #CCCC99;
}
.point_box_17 {
	width: auto;
	background-color: #FFFFCC;
	border: 1px solid #CCCC99;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	line-height: 140%;
}

/* 「IPMとは？」のtable */
.what-ipm_table {
	border:none;
}

.what-ipm_table th {
	font-size:105%;
	font-weight:bold;
}

.box_color01 {
	background-color:#CCCCCC;
}
.box_color02 {
	background-color:#FFFF99;
}
.box_color03 {
	background-color:#FFCC66;
}
.box_color04 {
	background-color:#FFCC99;
}
.box_color05 {
	background-color:#FFFFCC;
}
.box_color06 {
	background-color:#FDF1C0;
}
.box_color07 {
	background-color:#FFEED1;
}

/* 左余白 */
.pad_30 {
	padding-left: 30px;
}

/* フリーページの全体外枠 */
.page_table_middle_01 {
	width: auto;
	margin: 0px 20px;
	padding: 10px;
}

/* リスト大文字ボールド */
.list_14pxb {
	font-weight:bold;
	font-size:110%;
	line-height: 140%;
}

/* リスト装飾*/
.list_greendot {
	list-style-position: outside;
	list-style-image: url(image/icn_dot_green.gif);
	list-style-type: none;
}
.list_orangedot {
	list-style-position: outside;
	list-style-image: url(image/icn_dot_orange.gif);
	list-style-type: none;
}

.list_beigedot {
	list-style-position: outside;
	list-style-image: url(image/icn_dot_beige-s.jpg);
	list-style-type: none;
	vertical-align:middle;
}

/* リスト行間あける */
.list_line10px li {
	margin-bottom:10px;
}

/* em強調　ボールド黒 */
em.em_01 {
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-size:105%;
}

/* img 表示用 */
img.img_01 {
	float:right;
	border: 1px solid #666666;
	margin:0px 0px 10px 10px;
}
img.img_02 {
	border: 1px solid #666666;
	margin:0px 0px 10px 50px;
}
img.img_03 {
	float:left;
	margin:0px 5px 5px 5px;
}
img.img_04 {
	float:left;
	margin:5px 5px 15px 5px;
}

/*** 送料・有機許容資材マーク表示用 *** /
/* 左右ボックス */
div.icnbox_left {
	float:left;
	width:265px;
	padding:0;
	text-align:center;
	border-top:#999999 dotted 1px;
	border-bottom:#999999 dotted 1px;
}

div.icnbox_right {
	float:right;
	width:315px;
	padding-left:10px;
	border: #E0E0E0 1px solid;
}

/* 左右ボックス（右ボックス幅広） */
div.icnbox-wide_left {
	float:left;
	width:180px;
	padding:10px 0 0 10px;
	text-align:center;
}

div.icnbox-wide_right {
	float:right;
	width:400px;
}

/* ボックス内区切り線 */
.line-dot {
	border:#999999 dotted 0.5px;
	margin:5px 0 5px 0;
}

/******* ワンポイントアイコン（小）*******/
/* 基本テキスト */
.mark_detail_01 {
	margin:10px 0px 10px 0px;
 	font-size:87%;
}
/* 通常便・直送 */
.mark_detail_03 {
	vertical-align:top;
	color: #0F819D;
}
/* 送料込 */
.mark_detail_04 {
	vertical-align:top;
	color: #07389c;
}
/* セット販売 */
.mark_detail_05 {
	vertical-align:top;
	color: #006633;
}
/* 都道府県選択 */
.mark_detail_07 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
	border-left:1px dotted #959595;
	border-top:1px dotted #959595;
	border-right:1px dotted #6a6a6a;
	border-bottom:1px dotted #6a6a6a;
	background-color:#ffffff;
}
/* 代引き可 */
.mark_detail_09 {
	vertical-align:top;
	color: #990099;
}
/* 代引き不可・時間指定不可 */
.mark_detail_10 {
	vertical-align:top;
	color: #404040;
}

/******* ワンポイントアイコン（new）*******/

/* 送料込み */
.icn1pt-postage {
	background:url(image/css_image/1pt-postage.gif) no-repeat left #DDEEFF;
	vertical-align:middle;
	height:25px;
	padding:5px 0 0 85px;
	color: #3C2C89;
	font-weight:bold;
	margin:0;
}

/* 送料一律 */
.icn1pt-carriageflat {
	background:url(image/css_image/1pt-carriageflat.gif) no-repeat left #DDEEFF;
	vertical-align:middle;
	height:25px;
	padding:5px 0 0 85px;
	color: #07389c;
	font-weight:bold;
	margin:0;
}

/* 送料込み・一律詳細文 */
.icn1pt-postage_read {
	background:#DDEEFF;
	margin:0;
	padding:0 0 3px 25px;
}

/* セット販売 */
.icn1pt-set {
	background:url(image/css_image/1pt-set.gif) no-repeat left top #FFFFD9;
	vertical-align:middle;
	height:25px;
	padding:5px 0 0 85px;
	color: #FF4D00;
	font-weight:bold;
	margin:20px 0 0 0;
}

/* セット販売詳細文 */
.icn1pt-set_read {
	background:#FFFFD9;
	margin:0;
	padding:0 0 3px 25px;
}

/* ポイントなし */
.icn1pt-point0 {
	background:url(image/css_image/1pt-point0.gif) no-repeat left top;
	vertical-align:middle;
	height:25px;
	padding:5px 0 0 85px;
	margin:20px 0 0 0;
}

/* 注意事項 */
.icn1pt-chui {
	background:url(image/css_image/1pt_chui.gif) no-repeat left;
	vertical-align:middle;
	height:20px;
	color: #07389c;
	margin:5px 0 0 15px;
	padding:2px 0 0 22px;
}

/* テキスト */
.icn1pt-text {
	vertical-align:middle;
	color: #666666;
	margin:0 0 0 25px;
}

/* 囲み枠 */
.icn1pt_edged {
	margin:0 10px 10px 0;
	padding:3px;
	font-size:87%;
	border:1px dotted #959595;
}

/******* 送料補足（new）*******/

/* 送料一律 */
.freight-flat {
	background:url(image/icn-carriageflat.gif) no-repeat left #E8E8FF;
	vertical-align:middle;
	height:25px;
	padding:5px 0 0 65px;
	color: #330099;
	font-weight:bold;
	margin:20px 0 0 0;
}

/* 送料一律詳細文 */
.freight-flat_read {
	background:#E8E8FF;
	margin:0;
	padding:0 0 3px 25px;
	color:#1A1146;
}

/* 送料込み */
.postage {
background:url(image/icn-postage.gif) no-repeat left #E8FFF5;
vertical-align:middle;
height:25px;
padding:5px 0 0 65px;
color: #006666;
font-weight:bold;
margin:20px 0 0 0;
}

/* 送料込み詳細文 */
.postage_read {
background:#E8FFF5;
margin:0;
padding:0 0 3px 25px;
color: #003333;
}



/* 注意マーク付きテキスト */
.mark_attention {
	background:url(image/icn_chui-s.gif) no-repeat left top;
	font-size:90%;
	color: #990000;
	line-height:130%;
	margin:-5px 5px -5px 20px;
	text-indent:40px;
}

/* 区切り線 */
.line_nomal {margin:-3px 0 -3px 0; width:90%; text-align:left;}

.line_nomal-2 {margin:0; width:98%;}

/* 支払方法アイコン */
div.payment {
	width: 95%;
	margin: 3px 5px 10px 0;
	padding: 5px;
	background:#F2E8DA;
}

.payment_title {
	color: #3A322C;
	border-bottom:#3A322C solid 1px;
	border-left:#3A322C solid 7px;
	font-size:110%;
	font-weight:bold;
	margin:3px 5px 0 0;
	padding:0 0 3px 7px;
}

.payment_icn {
	margin:7px 0 0 25px;
}

.payment_icn1 {
	float:left;
	width:60px;
	margin:0 0 10px 0;
}

.payment_icn2 {
	float:left;
	width:120px;
	margin:0 0 10px 0;
}

.payment_icn3 {
	float:left;
	width:165px;
	margin:0 5px 0 0;
}



.payment_text-1 {
	margin:0 0 0 10px;
	color: #333333;
	font-size:105%;
	font-weight:bold;
}

.payment_text-2 {
	float:left;
	width:40%;
	margin:0;
	color: #2B6400;
	line-height:125%;
	font-size:120%;
	font-weight:bold;
}

.payment_text-3 {
	color: #333333;
	margin:0 0 0 25px;
	font-size:87%;
	clear:both;
}

.payment_text-4 {
	font-size:90%;
	letter-spacing:0.1em;
	color:#333333;
	clear:both;
	margin:0 0 0 10px;
}

.payment_text-4 img {
	border:none;
}


/****** その他　ボックス設定（テキスト中央揃え） *******/
/* 背景：ボルドー　文字色：白 */
.box_detail_01 {
	padding:5px;
	background-color: #800000;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
/* 背景：オレンジ　文字色：赤 */
.box_detail_05 {
	padding:5px;
	border: 1px solid #ffdf7d;
	background-color:#ffdf7d;
	font-weight:bold;
	color:#cc0000;
	text-align:center;
}
/* 背景：水色 */
.box_detail_12 {
	background-color:#e1f8ff;
	text-align:center;
	padding:5px;
	margin:0px;
}
/* 背景：ピンク */
.box_detail_13 {
	background-color:#ffeee6;
	text-align:center;
	padding:5px;
	margin:0px;
}
/* 背景：薄抹茶色　文字色：茶 */
.box_detail_14 {
	background-color:#dad985;
	width:100%;
	padding:5px;
	color: #663300;
	font-weight: bold;
}
/* 枠線のみ：茶色 */
.box_detail_17 {
	border:1px solid #8B7A65;
}
/* 背景：青　文字色：白 */
.inline_detail_03 {
	padding:4px;
	background-color:#0087b7;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

/* 左右ボックス */
.box_left {
	float: left;
	width: 290px;
}
.box_right {
	float: right;
	width: 290px;
}

/* その他　見出し用 */
h4.h4_green {
	color:#009966;
	font-weight:bold;
	font-size:110%;
	margin:5px 0 0 5px;
	padding: 3px 0 7px 30px;
	background: url(image/css_image/icn_faq_list.gif) no-repeat left;
}

h4.h4_brown {
	font-size: 110%;
	font-weight: bold;
	clear:both;
	color: #5F5F5F;
	margin:25px 0 15px 5px;
	padding:6px 0 0 22px;
	height:25px;
	background: url(image/css_image/h4brown.gif) no-repeat left;
}

h4.h4_fukidashi{
	font-size: 110%;
	font-weight: bold;
	clear:both;
	color:#FFFFFF;
	margin:-5px 0 -5px 5px;
	padding:15px 0 0 25px;
	height:60px;
	background: url(image/css_image/h4fukidashi.gif) no-repeat left;
}

h5.h5_green {
	font-size: 108%;
	font-weight: bold;
	clear:both;
	color: #578102;
	margin:20px 0 15px 5px;
	padding-bottom:2px;
	text-indent:11px;
	background: url(image/css_image/h5green.gif) no-repeat bottom left;
}

/* フリーページ用見出し */
h4.h4_freepage {
	font-size:140%;
	font-weight:bold;
	color:#006600;
	background:url(image/recommend/bg_h4.jpg) no-repeat left;
	padding-left:15px;
	height:30px;
}


/* 証明書ダウンロード */
.certificate_btn {
	margin:0 13px 0 0;
}
.certificate {
	text-align:center; 
	margin:-5px 0 0 50px;
	font-size:11px;
}



/* 規格表 */
table#pricelist {
	border: 1px solid #999999;
	font-size:95%;
	margin:0;
	width:100%;
}

table#pricelist th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #E8E8E8;
}
table#pricelist td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
}

/* 詳細エリア内テキスト */
.detail_text {
	width:280px;	
	margin: 0 0 3px 3px;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
}

/* ページ内項目別ナビ（「特長」「試験事例」など） */
#itemize ul {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	list-style-type: none;
	margin:0 0 70px 0;
	padding:0;
}

#itemize li {
	width: 120px;
	height: 30px;
	background: url(image/css_image/btn_itemize.gif) no-repeat left top;
	padding: 5px 0 0 25px;
	margin:0;
	display: inline-block;
	float:left;
}

#itemize a:link {
	text-decoration: none;
	color: #525252;
}

#itemize a:active {
	text-decoration: none;
	color: #525252;
}

#itemize a:visited {
	text-decoration: none;
	color: #525252;
}

/* ナビ小項目 */
#itemize-s ul {
	font-weight: bold;
	color: #3A5C18;
	margin:50px 0 30px 0;
}

#itemize-s li {
	height: 20px;
	line-height:80%;
	padding: 7px 0 0 13px;
	margin:0 0 0 10px;
	display: inline-block;
	background: url(image/css_image/icn_arrow-navi.gif) no-repeat left;
}

#itemize-s a:link {
	color: #3A5C18;
}

#itemize-s a:hover {
	color: #507A21;
}

#itemize-s a:active {
	color: #507A21;
}

#itemize-s a:visited {
	color: #3A5C18;
}


/* 商品ページキャッチ部分 */
#catch-box {
	margin: 0px;
	padding: 15px 10px 10px 20px;
	width: 544px;
	border: 3px solid #B09F8D;
}

#catch-box h3 {
	font-size: 230%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 2px;
	line-height:120%;
	color: #FFFFFF;
	font-weight: bold;
}

#catch-box p {
	color: #FFFFFF;
	font-size:130%;
	letter-spacing: 1px;
	line-height:120%;
	margin:15px 5px 15px 5px;
}

#catch-box a:link {
	color: #FFFFFF;
	font-size:100%;
	text-decoration:underline;
}

#catch-box a:active {
	color: #FFFFFF;
	font-size:100%;
	text-decoration:underline;
}

#catch-box a:visited {
	color: #FFFFFF;
	font-size:100%;
	text-decoration:underline;
}



#catch-box.c-vege {
	background:url(image/css_image/bg_catch-vege.jpg);
	text-align:right;
}

#catch-box.c-cabbage {
	background:url(image/css_image/bg_catch-cabbage.jpg);
}

#catch-box.c-ichigo {
	background:url(image/css_image/bg_catch-ichigo.jpg);
}

#catch-box.c-purple {
	background:url(image/css_image/bg_catch-purple.jpg);
	text-align:right;
}

#catch-box.c-wood {
	background:url(image/css_image/bg_catch-wood.jpg);
}

#catch-box.c-shadow {
	background:url(image/css_image/bg_catch-shadow.jpg);
}

#catch-box.c-anim {
	background:url(image/css_image/bg_catch-anim.jpg);
}

#catch-box.c-trap {
	background:url(image/css_image/bg_catch-trap.jpg);
	text-align:right;
}

#catch-box.c-sky {
	background:url(image/css_image/bg_catch-sky.jpg);
	text-align:right;
}

#catch-box.c-water {
	background:url(image/css_image/bg_catch-water.jpg);
	text-align:right;
}


#catch-box.c-soil {
	background:url(image/css_image/bg_catch-soil.jpg);
}

#catch-box.c-soil2 {
	background:url(image/css_image/bg_catch-soil2.jpg);
}

#catch-box.c-course {
	background:url(image/css_image/bg_catch-course.jpg);
	text-align:right;
	color: ##412F23;
}


/********* FAQページ *********/
/* 商品ページに配置したリンクボタン */
.btn_faq {
	background: url(image/css_image/btn_faqlink.gif) no-repeat;
	text-align:left;
	height:30px;
	padding:5px 0 0 25px;
	margin:5px -5px 0 0;
}

.btn_faq a {
	font-size:11px;
	color: #006600;
}

.btn_question {
	margin:5px 0 0 5px;
}

.btn_question a img {
	border:none;
}

/* 見出し2 */
h2.faq_title {
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:10px;
	padding:7px 0 0 35px;
	height:40px;
	background: url(image/css_image/bg_faq_title.gif) no-repeat;
}

h3.faq_question {
	font-size: 110%;
	font-weight: bold;
	color: #D95700;
	background: url(image/css_image/icn_q.gif) no-repeat left top;
	padding: 3px 0 10px 40px;
	vertical-align: middle;
}

.faq_answer {
	padding: 0 0 0 40px;
	background: url(image/css_image/icn_a.gif) no-repeat left top;
}

.faq_pageback {
	text-align:right;
	font-size:90%;
	margin-bottom:0;
}

/* FAQインデックスページ */
#faq_table-index ul {
	font-weight: bold;
	margin:0;
	padding:0;
}

#faq_table-index li {
	line-height:130%;
	height:10px;
	margin:15px;
	list-style:url(image/css_image/icn_arrow-navi.gif) outside;
}

h2.faq_title_index {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:10px;
	padding:5px 0 0 35px;
	height:40px;
	background: url(image/css_image/bg_faqtitleindex.gif) no-repeat;
}

h3.faq_question_index {
	font-size: 100%;
	color: #D95700;
	background: url(image/css_image/icn_q_index.gif) no-repeat left top;
	padding: 0 0 10px 25px;
	line-height:110%;
	vertical-align: middle;
}

h3.faq_question_index a:active {
	text-decoration: underline;
} 

h3.faq_question_index a:hover {
	text-decoration:underline;
}

.faq_question_list p {
	font-size: 85%;
	background: url(image/css_image/icn_faq_list.gif) no-repeat left top;
	padding: 7px 0 0 30px;
	margin:0 0 -7px 0;
	height:30px;
	line-height:110%;
}

.pagetop {
	font-size: 85%;
	margin:15px 0 20px 0;
	text-align:right;
}


/********* 通信講座ページ *********/
#communicator-top {
	background:url(product/learning/bg_title.jpg) no-repeat;
	margin:0;
	padding:10px;"
}

.semitransparent {
	padding:10px;
	width:90%;
	margin:30px auto 20px auto;
	background:url(product/learning/bg_read.png);
}

.course1_lastsentence {
	background:url(product/learning/h4-04_img01.jpg) no-repeat;
	height:170px;
	padding:10px 0 0 220px;
	margin-top:0;
	line-height:190%;
	width:60%;
}

.course1_h4 {
	height:33px;
	padding:15px 0 0 15px;
	font-size:140%;
	letter-spacing:2px;
}

.course2_h4 {
	background:url(product/learning/h4-nomal.gif) no-repeat;
	height:33px;
	padding:15px 0 0 15px;
	font-size:140%;
	letter-spacing:2px;
}

.course2_h5 {
	color: #385C1A;
	font-weight: bold;
	font-size:110%;
	margin-left:15px;
}