/* CSS Document */
/********************************************************************/

img {border:none;}

/********************************************************************/
/* 大外 */
#container {
	width: 920px;								/* サイズ変更 */
	background-color: #fff;
	font-size: 12px;
	margin: 0 auto 0 auto;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: auto;
	background-image: url(./image/header-bg.gif);			/*ダウン*/
	height: 65px;
	margin: 0px;
	padding: 10px;
}

/* ヘッダー下ライン */
#bline {
	width: 900px;								/* サイズ変更 */
	height: 5px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* キャッチコピー */

#copy {
	width: 915;									/* サイズ変更 */
	background-color: #fff;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #555;
	}

#copy:after {
	display: block;  
	clear: both;  
	height: 0px;  
	visibility: hidden;  
	content: "."; 
	}

#copy h1 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-right: 10px;
	}

#copy p {
	width: 50%;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	}

/* リンク色 */
#copy a:link {	
	font-size: 10px;
	color: #00a;
	}

#copy a:active {
	font-size: 10px;
	color: #00a;
	}

#copy a:visited {
	font-size: 10px;
	color: #00a;
	}

#copy a:hover {
	font-size: 10px;
	color: #00a;
	} 

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: 360px;
	float: left;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 350px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	float: left;
}

/********************************************************************/
/* サブナビゲーション */
.subnavi {
	width: 446px;
	border-bottom: 4px dotted #99CC66;
	padding: 10px;
	float: left;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(./image/icon01.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(./image/icon02.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(./image/icon03.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 210px;								/* サイズ変更 */
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 480px;								/* サイズ変更 */
	margin: 10px auto 10px auto;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg01.gif);			/*ダウン*/
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: bold;
	color: #336600;
}

/*　親カテゴリの色※特集も共通 */

	.mcategory A:link {
		color: #000;
	}

.mcategory A:link {
	color: #000;
}

.mcategory A:active {
	color: #000;
}

.mcategory A:visited {
	color: #000;
}

.mcategory A:hover {
	color: #777;
}


/* 090123編集　左メニュー用------------- */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.n_category_title {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg01.gif);			/*ダウン*/
}

/* カテゴリ一覧部分 */
.n_category_list {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color: #336600;
	line-height: 200%;
}
.n_category_list img {
	margin-top:5px;
}
.n_category_list span {
	margin-left: 5px;
}

/* 090123編集　左メニュー用　ここまで--- */


/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg01.gif);			/*ダウン*/
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: bold;
	color: #336600;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* ショップ通信 */
.shop {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* リンク設定 */

div.shop a:link {
	color: #000;
	text-decoration: none;
	}

div.shop a:active {
	color: #000;
	text-decoration: none;
	}

div.shop a:visited {
	color: #000;
	text-decoration: none;
	}

div.shop a:hover {
	color: #eb5e00;
	text-decoration: none;
	}

/* 店長日記 */
.diary {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* リンク集 */
.link {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* フリー */
.free_menu {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* リンク設定 */

div.free_menu a:link {
	color: #000;
	text-decoration: none;
	}

div.free_menu a:active {
	color: #000;
	text-decoration: none;
	}

div.free_menu a:visited {
	color: #000;
	text-decoration: none;
	}

div.free_menu a:hover {
	color: #eb5e00;
	text-decoration: none;
	}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 22px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 22px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px;
	padding: 5px 0px 0px 22px;
	background-image: url(./image/menu_bg02.gif);			/*ダウン*/
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}
.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 20px;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
	background-image: url(./image/menu_bg03.gif);		/*変更*/
}

.shopc_title h3 {
    color: #333;
    text-indent: 10px;
    font-size: 14px;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	border-bottom: 1px solid #CCCC99;
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
	background-image: url(img/cart.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #006600;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	background-color: #fff;
	border-bottom: 1px solid #CCCC99;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
	width: 220px;
	padding: 0px;
	margin: 0px;
	border-right: solid 5px #8cc220;
}

/* 中央td */
#centertd {
	width: 490px;
	padding: 0;
	margin: 0px;
}

/* 右td */
#righttd {
	width: 220px;
	padding: 5px 0 5px 0;
	margin: 0px;
	border-left: solid 5px #8cc220;
}

/* 内部ページtd */
#pagetd {
	background-color: #fff;
}

/* 右td ページリンク */
#righttd a:link {
	text-decoration: none;
	color: #339933;
	line-height: 140%;
	font-weight: bold;
	}

#righttd a:active {
	text-decoration: none;
	color: #339933;
	line-height: 140%;
	font-weight: bold;
	}

#righttd a:visited {
	text-decoration: none;
	color: #339933;
	line-height: 140%;
	font-weight: bold;
	}

#righttd a:hover {
	text-decoration: none;
	color: #5cbb2f;
	line-height: 140%;
	font-weight: bold;
	}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 1px solid #AEAE80;
	border-bottom: 1px solid #AEAE80;
	margin: 0px;
	padding: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 1px solid #AEAE80;
	border-bottom: 1px solid #AEAE80;
	margin: 0px;
	padding: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 1px solid #AEAE80;
	border-bottom: 1px solid #AEAE80;
	margin: 0px;
	padding: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 1px solid #AEAE80;
	border-bottom: 1px solid #AEAE80;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
	width: auto;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	background-color: #000;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}

/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	height: 25px;
	background-image: url(img/welcome_top_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 10px 5px 0px 15px;
	color: #339933;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-image: url(img/welcome_middle_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 5px 8px 5px 10px;
	color: #339933;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/welcome_bottom_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 0px;
}

#righttd .welcome_top {
	border-right: 5px solid #339933;
}

#righttd .welcome_bottom {
	border-right: 5px solid #339933;
}

#righttd .welcome_middle {
	border-right: 5px solid #339933;
	padding: 5px 5px 5px 10px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 5px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: 660px;
	height: 26px;
	background: url(./image/what_top_bg.gif) #8cc220 no-repeat center top;			/*ダウン*/
	margin: 0 auto;
	padding: 5px 0px 0px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* 大枠中 */
.whatnew_middle {
	width: 670px;
	background-color: #CCFF99;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	color: #006600;
	/*background: url(./image/what_middle_bg.gif) #fff repeat-y center;			/*ダウン*/
}

/* リンク色 */
div.whatnew_middle a:link {
	color: #333;
	text-decoration: none;
	}

div.whatnew_middle a:active {
	color: #333;
	text-decoration: none;
	}

div.whatnew_middle a:visited {
	color: #333;
	text-decoration: none;
	}

div.whatnew_middle a:hover {
	color: #e4007f;
	text-decoration: none;
	}

/* 大枠下 */
.whatnew_bottom {
	width: 660px;
	height:19px;
	background: url(./image/what_bottom_bg.gif) #8cc220 no-repeat center top;			/*ダウン*/
	margin: 0 auto;
	padding: 0px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 32px;
	background-image: url(img/top_title_bg01.gif);			/*ダウン*/
	margin: 0px;
	padding: 8px 0px 0px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 大枠中 */
.style1_middle {
	width: 480px;
	background-image: url(img/top_middle_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style1_bottom {
	width:auto;
	height: 15px;
	background-image: url(img/top_bottom_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px 0px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 5px 0px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	margin: 0px;
	padding: 5px;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 470px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	background-color: #fff;								/*変更#cf9*/
	margin: 0px;
	padding: 5px;
	font-size: 9px;								/*変更 24-02-02 10px*/
	border: solid 1px #e4007f;
}

/* 商品名 */
.item_name {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}

/* 価格 */
.price {
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	background-image: url(./image/info350.gif);			/* 変更 */
	background-repeat: no-repeat;
	background-position: top left;
	}

/* 在庫ありなし */
.stock {
	color: #339933;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 32px;
	background-image: url(img/top_title_bg01.gif);			/*ダウン*/
	margin: 0px;
	padding: 8px 0px 0px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 大枠中 */
.style2_middle {
	width: 480px;
	background-image: url(img/top_middle_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(img/top_bottom_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	margin: 0px;
	padding: 5px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 470px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	background-color: #000;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 470px;
	margin-top: 0px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 117px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	background-color: #fff;
	margin: 0px 1px 0px 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 10px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: 80px;
	margin: 0px 8px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
}

/* 1位テキスト */
.rank1 {
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding-left: 5px;
	color: #FF6600;
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 20px;
	background-image: url(./image/menu_bg03.gif);		/*変更*/
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
}

.style3_top h3 {
    color: #339933;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	height: 15px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
}

/* テーブル */
.style3_table {
	width: auto;
	background-color: #fff;
	margin-top: 5px;
	padding: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 27px;
}

/* 説明 */
.style3_text {
	width: auto;
	margin: 5px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 20px;
	background-image: url(./image/menu_bg01.gif);			/*ダウン*/
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-color: #fff;
	padding: 5px;
	margin: 0px;
	color: #339933;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	margin: 0px;
    padding: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 20px;
	background-image: url(./image/menu_bg01.gif);			/*ダウン*/
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 20px;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	background-color: #fff;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	color: #339933;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	margin: 0px;
    padding: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #006600;
}

/* コメント */
.tcom {
	margin: 0px;
	padding: 5px;
	background-color: #fff;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 687px;						/*サイズ変更670px*/
	margin: 0px;
	padding: 0px 15px 15px;
	/*border-top: solid 1px #f00;*/
	/*border-right: solid 1px #f00;*/
}

/* 第二階層パンクズ */
#pan {
	padding: 5px;
    width: auto;
}

/* リンク色 */
#pan a:link {
	color: #060;
}

#pan a:active {
	color: #006600;
}

#pan a:visited {
	color: #006600;
}

#pan a:hover {
	color: #e4007f;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 635px;
	height: 30px;
	background-image: url(./image/page_title_bg01.gif);			/*ダウン*/
	margin-top: 5px;
	padding: 10px 0px 0px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 第二階層中 */
.pmiddle {
	width: 660px;
	background-image: url(./image/page_middle_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 5px;
}

/* 第二階層下 */
.pbottom {
	width: 660px;
	height: 25px;
	background-image: url(./image/page_bottom_bg.gif);			/*ダウン*/
	margin: 0px;
	padding: 5px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	background-color: #E9FFD2;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #CCCCCC;
}

.item_bot_box2 {
	background-color: #e9ffd2;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #666666;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 250px;
	height: auto;
	background-image: url(img/icon_sub_title01.gif);			/*ダウン*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 9px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #339933;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 340px;
	padding: 7px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}

/* 商品数 */
.list_count {
	width: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #339933;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 0px 10px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	margin: 0px 10px 0px 10px;
	padding: 5px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 630px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	background-color: #e9ffd2;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	background-color: #e9ffd2;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	background-color: #e9ffd2;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 620px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
}

h2#product_name {
	text-align: left;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 25px;
	background-image: url(img/page_title_bg02.gif);			/*ダウン*/
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 詳細説明 */
.detail_sub_table {
	width: 620px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 620px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 5px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 206px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 21px 5px 20px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 17px;
	background-image: url(./image/sub_menu_bg_01.gif);			/*ダウン*/
	margin: 10px 20px 1px;
	padding: 8px 5px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #eb5e00;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #efefef;								/*変更#cf9*/
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	height: 10px;
	background-color: #fff;								/*変更#cf9*/
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 17px;
	background-image: url(./image/sub_menu_bg_01.gif);			/*ダウン*/
	margin: 10px 20px 1px;
	padding: 8px 5px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	height: 10px;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 17px;
	background-image: url(img/sub_menu_bg_03.gif);			/*ダウン*/
	margin: 10px 20px 1px;
	padding: 8px 5px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	height: 10px;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 28px;
	background-image: url(./image/icon_sub_title02.gif);			/*ダウン*/
	background-repeat: no-repeat;
	border-bottom: 1px dashed #339933;
	margin-bottom: 5px;
	padding: 9px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 28px;
	background-image: url(./image/icon_sub_title02.gif);			/*ダウン*/
	background-repeat: no-repeat;
	border-bottom: 1px dashed #339933;
	margin-bottom: 5px;
	padding: 9px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 595px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 595px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 595px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #fff;								/*変更#E9FFD2*/
	margin: 5px 5px 5px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
    background-color:#FF9900;
	margin: 5px 40px 0px 40px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
    color: #FFFFDD;
}

/* エラーテキスト */
.error_text {
    color: #FFFFFF;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	background-color: #FFFFFF;
	margin: 0px 0px 1px 5px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
}

/*----- カート内送料確認 -----*/

.shipping_check {
	width: 270px;
	padding: 10px;
	background-color: #fff;
	border: solid 2px #f00;
	}

.shipping_check li {
	font-size: 13px;
	color: #333;
	}

.shipping_check a:link {
	color: #e4007f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}

.shipping_check a:active {
	color: #e4007f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}

.shipping_check a:visited {
	color: #e4007f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}

.shipping_check a:hover {
	color: #eb5e00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
	background-color:#E9FFD2;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #83C045;
}

.cart_step_2 {
	width: auto;
	background-color:#E9FFD2;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #83C045;
}

.cart_step_3 {
	width: auto;
	background-color:#E9FFD2;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #83C045;
}

.cart_step_4 {
	width: auto;
	background-color:#E9FFD2;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #83C045;
}

.cart_step_1_check {
	width: auto;
    background-color:#FF9900;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_2_check {
	width: auto;
    background-color:#FF9900;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_3_check {
	width: auto;
    background-color:#FF9900;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.cart_step_4_check {
	width: auto;
    background-color:#FF9900;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 608px;
	border-bottom: 1px dashed #339933;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
	color: #339933;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#339933;
	border-top: 1px solid #e9ffd2;
	border-left: 1px solid #e9ffd2;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    background-color:#FFFFFF;
	border-top: 1px solid #e9ffd2;
	border-left: 1px solid #e9ffd2;
	padding: 5px;
}

.td_color3 {
    background-color:#E9FFD2;
	border-top: 1px solid #e9ffd2;
	border-left: 1px solid #e9ffd2;
	padding: 5px;
	color: #339933;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 17px;
	background-image: url(./image/sub_menu_bg_01.gif);			/*ダウン*/
	margin: 10px 20px 0px;
	padding: 8px 5px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	height: 10px;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
    background-color: #efefef;								/*変更#CCFF99*/
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
    background-color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}

/* 大枠 */
.link_shop {
	background-color: #fff;								/*変更#E9FFD2*/
    margin: 10px 5px 0px 5px;
	padding: 10px 10px 0px 10px;
}

/* テーブル */
.link_shop_table {
	width: 629px;
	background-color:#efefef;								/*変更#E9FFD2*/
	margin: 0px;
	padding: 10px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 28px;
	background-image: url(./image/icon_sub_title02.gif);			/*ダウン*/
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 9px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

/********************************************************************/
/* フッター */
#footer {
	background-image: url(./image/footer_bg.gif);			/*ダウン*/
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
	color: #006600;
}

#ochanoko A:link {
	color: #FFFFFF;
}

#ochanoko A:active {
	color: #FFFFFF;
}

#ochanoko A:visited {
	color: #FFFFFF;
}

#ochanoko A:hover {
	color: #FFFFFF;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
}

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	background-color: #e9ffd2;
	margin: 20px 20px 0px 20px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 0px 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	height: 10px;
	background-color: #e9ffd2;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

/* テーブル小 */
.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:#339933;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#E9FFD2;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#E9FFD2;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFFF;
	margin: 5px 5px 15px 5px;
	padding: 10px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px dashed #339933;
	border-bottom: 1px dashed #339933;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(img/bot_bg.gif);			/*ダウン*/
	font-weight: bold;
	color: #FFFFFF;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image: url(./image/bg.gif);			/*ダウン*/
	background-repeat: repeat-y;
	background-position: top center;
	word-break: break-all;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #920783;
	line-height: 140%;
	font-weight: bold;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #920783;
	line-height: 140%;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #920783;
	line-height: 140%;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #c53ab6;
	line-height: 140%;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	}

h2.cate {
	font-size: 12px;
	color: #FFFFEE;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

h3 {
	font-size: 12px;
	color: #FFFFEE;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 18px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding: 0 0 5px 0;
	list-style-image: url(./image/icon04.gif);			/*ダウン*/
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding: 0 0 5px 0;
	list-style-image: url(./image/icon04.gif);			/*ダウン*/
}

li {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
	font-weight: bold;
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-weight: bold;
	font-size: 14px;
}

/* パンクズ現ページ */
.thispage {
	color: #004600;
	font-weight: bold;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 14px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: 100%;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #FF6600;
}

/* 自由記入バナー用 */
.free_banner {
	margin: 0 0 10px 0;
}
.free_banner img {
	border:0;
}

/* ■■■■■■■■■■ */
/* ■  独自CSSエリア ■ */
/* ■■■■■■■■■■ */

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

/********************************************************************/
/*-----product-listページ用-----*/

div.thick_info {
	color: #005;
	border: 2px solid #99f;
	padding: 5px;
	}

div.another_link {
	text-align: center;
	margin-top: 10px;
	}

div.another_link input {
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background-color: #aaa;
	}

div.another_link input.this {
	color: #fff;
	cursor: default;
	background-color: #0a0;
	}

div.another_link span. {
	color: #fff;
	cursor: default;
	background-color: #333;
	}


/********************************************************************/

div.left_c_top {
	}

div.left_c_top h2 {
	background-color: #fff;
	width: 200px;
	height: 15px;
	display: block;
	font-size: 10px;
	}

/********************************************************************/

/*--------itemtable--------*/

	table.itemtable {
		width: 685px;
		margin: 0 auto 0 auto;
	}
	
	table.itemtable td {
		width: 50%;
		height: 160px;
		vertical-align: top;
		border: solid 1px #feafaa;
	}
	
	table.itemtable td:after {
		clear: both;
	}
	
	table.itemtable td img {
		display: block;
		float: left;
		width: 100px;
	}
	
	table.itemtable td p {
		float: left;
		margin: 0;
		margin-left: 6px;
		margin-left: 6px;
		width: 220px;
	}

/*--------上部 サイズ・注意書き--------*/

table.size {
	width: 590px;
	margin: 10px auto;
	}

table.size div {
	width: 304px;
	margin: 5px auto;
	background-color: #ffc;
	padding: 3px;
	}

/*--------レビュー--------*/

div.review {
	margin-top: 40px;
	margin-bottom: 40px;
	}

div.review iframe {
	margin:10px auto;
	border:solid 1px #ccc;
	}

/*--------工場一貫生産--------*/

table.koukou {
	width: 590px;
	margin: 10px auto;
	}

table.koukou td.photo {
	width: 345px;
	}

table.koukou div.text {
	width: 220px;
	margin: 0 auto;
	padding: 3px;
	border: solid 2px #ff0;
	}

/*--------その他の袋--------*/

div.another {
	width: 590px;
	margin: 10px auto;
	border: solid 2px #73c9f2;
	padding: 10px;
	}

/*----------------------------*/

div#dmpage {
	font-size: 18px;
	background-color: #fff;
	padding: 15px;
	line-height: 80%;
	}

div#dmpage ul {
	list-style: none;
	margin: 0;
	}

div#dmpage div.pagetitle {
	font-weight: bold;
	margin-top: 15px;
	background-color: #c7dc68;
	padding: 3px;
	}

div#dmpage div.h2 {
	font-weight: bold;
	margin-top: 15px;
	background-color: #b0f081;
	}

div#dmpage p.intext {
	text-indent: 10px;
	font-size: 0.8em;
	margin-left: 10px;
	letter-spacing: 0.1em;
	line-height: 130%;
	}
div#dmpage p.intext_bg {
	text-indent: 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 130%;
                background:#FFFF55;
	}

div#dmpage span.strong {
	color: #bc611e;
	font-weight: bold;
	}

div#dmpage table {
	border: 1px #ccc solid;
	font-size:0.8em;
	margin-top: 15px;
	}

div#dmpage table th {
	background-color: #b2f19d;
	}

table_font {
	font-size:12px;
	line-height: 130%;
	}

font_normal {
	font-size:15px;
	line-height: 130%;
	}

.font_white {
                color: #FFFFFF
                 }

/*□□□□□price_tableテーブル□□□□□*/

	table.price_table,
	table.fp_price_table {
		width: 640px;
		margin: 5px auto;
		border: solid 1px #8cc220;
		background-color: #fff;
		border-collapse: collapse;
	}

	table.price_table caption {
		font-size: 16px;
		color: #fff;
		background-color: #a00;
		font-weight: bold;
		padding: 3px;
	}

	table.price_table th,
	table.fp_price_table th {
		font-size: 14px;
		padding-top: 5px;
		color: #666;
	}

	table.price_table td,
	table.fp_price_table td {
		font-size: 14px;
		padding: 4px;
		background-color: #fff;
		border: solid 1px #8cc220;
	}

	table.price_table td.model,
	table.fp_price_table td.model {
		width: 170px;
		font-size: 15px;
		font-weight: bold;
	}

	table.price_table td.size {
		width: 190px;
		padding-left: 15px;
	}

	table.price_table td.price1000,
	table.fp_price_table td.price1000 {
		width: 90px;
		text-align: center;
	}

	table.price_table td.price100,
	table.fp_price_table td.price100 {
		width: 90px;
		text-align: center;
	}

	table.price_table td.jump,
	table.fp_price_table td.jump {
		font-size: 12px;
		width: 100px;
		text-align: center;
	}

	table.price_table td.model a,
	table.fp_price_table td.model a {
		color: #eb5e00;
		font-weight: bold;
		text-decoration: underline;
	}

	table.price_table td.model a:hover,
	table.fp_price_table td.model a:hover {
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}

	table.price_table span.prices,
	table.fp_price_table span.prices {
		font-size: 10px;
		color: #333;
		font-weight: normal;
	}

/*□□□□□fp_price_tableテーブル□□□□□*/

	table.fp_price_table caption {
		font-size: 16px;
		color: #fff;
		background-color: #00a;
		font-weight: bold;
		padding: 3px;
	}

	table.fp_price_table td.size {
		width: 160px;
		font-size: 12px;
		padding-left: 12px;
	}

	table.fp_price_table td.thick {
		width: 30px;
		color: #888;
		text-align: center;
		font-weight: bold;
	}

/*□□□□□itemテーブル□□□□□*/

	table.item {
		width: 670px;
		margin: 0 auto 0 auto;
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	table.item td {
		width: 220px;
		vertical-align: top;
	}

	table.item td.bg a {
		width: 220px;
		height: 170px;
	}

	table.item td.bg {
		width: 220px;
		height: 170px;
		vertical-align: top;
	}

	table.item td.sm {
		width: 220px;
		height: 100px;
		vertical-align: top;
	}

/********************************************************************/
/* 自由フォントスタイル */

.f11koiblue {
	font-size: 11px;
                color: #0000FF;
                line-height: 130%;
                font-weight: bold;
}
.f11redbold {	
                font-size: 11px;
	line-height: 180%;
	color: #FF0000;
	font-weight: bold;
}
.f11koiaka{
	font-size: 11px;
                color: #CC0000;
                line-height: 130%;
}
.f12bold {
	font-size: 12px;
                color: #000000;
                line-height: 130%;
                font-weight: bold;
}
.f12 {
	font-size: 12px;
                color: #000000;
                line-height: 130%;
}
.f12red {
	font-size: 12px;
                color: #FF0000;
                line-height: 130%;
}
.f12redbold {	
                font-size: 12px;
	line-height: 130%;
	color: #FF0000;
	font-weight: bold;
}
.f12bluebold {	
                font-size: 12px;
	line-height: 130%;
	color: #0000FF;
	font-weight: bold;
}
.f12sky {
	font-size: 12px;
                color: #0066FF;
                line-height: 130%;
}

.f12orange {
	font-size: 12px;
	color: #f60;
	line-height: 130%;
	}

.f12glay {
	font-size: 12px;
                color: #333333;
                line-height: 130%;
}
.f12glaybold {
	font-size: 12px;
                color: #333333;
                line-height: 130%;
                font-weight: bold;
}
.f12yellow {
	font-size: 12px;
                color: #FFFF00;
                line-height: 130%;
}
.f13koiglay {
	font-size: 13px;
                color: #555555;
                line-height: 130%;
}
.f13red {
	font-size: 13px;
                color: #FF0000;
                line-height: 130%;

}
.f14red {
	font-size: 14px;
                color: #FF0000;
                line-height: 130%;
}
.f14redbold {
	font-size: 14px;
                color: #FF0000;
                line-height: 130%;
                font-weight: bold;
}
.f14koiglay {
	font-size: 14px;
                color: #555555;
                line-height: 130%;
}
.f14bluebold {
	font-size: 14px;
                color: #0000FF;
                line-height: 130%;
                font-weight: bold;
}
.f14blue {
	font-size: 14px;
                color: #0000FF;
                line-height: 130%;
}
.f14greenbold {
	font-size: 14px;
                color: #006633;
                line-height: 130%;
                font-weight: bold;
}
.f14yellow {
	font-size: 14px;
                color: #FFFF00;
                line-height: 130%;
}
.f14orange {
	font-size: 14px;
                color: #FF6600;
                line-height: 130%;
}
.f14cha {
	font-size: 14px;
                color: #660000;
                line-height: 130%;
}
.f15whitebold {
	font-size: 15px;
                color: #FFFFFF;
                line-height: 130%;
                font-weight: bold;
}
.f15white {
	font-size: 15px;
                color: #FFFFFF;
                line-height: 130%;
}
.f15 {
	font-size: 15px;
                color: #000000;
                line-height: 130%;
}
.f15bold {
	font-size: 15px;
                color: #660000;
                line-height: 130%;
                font-weight: bold;
}
.f15redbold {
	font-size: 15px;
                color: #FF0000;
                line-height: 130%;
                font-weight: bold;
}
.f15greenbold {
	font-size: 15px;
                color: #006633;
                line-height: 130%;
                font-weight: bold;
}
.f15redboldsen {
	font-size: 15px;
                border-top: 1px solid #fcc;
                border-right: 1px solid #fcc;
                border-bottom: 3px solid #f00;
                border-left: 1px solid #fcc;
                color: #FF0000;
                line-height: 130%;
                font-weight: bold;
}
.f15greenboldsen {
	font-size: 15px;
	border-top: 1px solid #cfc;
	border-right: 1px solid #cfc;
	border-bottom: 3px solid #0f0;
	border-left: 1px solid #cfc;
	color: #0a0;
	font-weight: bold;
	line-height: 130%;
 	text-align: left;
 	margin-top: -5px;
 	text-indent: 8px;
}
.f16bluebold{
	font-size: 16px;
                color: #0000FF;
                line-height: 130%;
                font-weight: bold;
}
.f16redbold{
	font-size: 16px;
                color: #FF0000;
                line-height: 130%;
                font-weight: bold;
}
.f17black{
	font-size: 17px;
                color: #000000;
                line-height: 130%;
                font-weight: bold;
}
.f17glay{
	font-size: 17px;
                color: #666666;
                line-height: 130%;
}

.f17orange{
	font-size: 17px;
                color: #FF6600;
                line-height: 130%;
                font-weight: bold;
}
.f18yellow{
	font-size: 18px;
                color: #FFFF00;
                line-height: 130%;
}
.f18greenbold {
	font-size: 18px;
                color: #006633;
                line-height: 130%;
                font-weight: bold;
}
.f18bluebold {
	font-size: 18px;
                color: #0000FF;
                line-height: 130%;
                font-weight: bold;
}
.f20redbold{
	font-size: 20px;
                color: #FF0000;
                line-height: 130%;
                font-weight: bold;
}
.f20koibluebold{
	font-size: 20px;
                color: #000099;
                line-height: 130%;
                font-weight: bold;
}


/*--------f11--------*/

.f11 {
	font-size: 11px;
	line-height: 110%;
	}

.f11blue {
	font-size: 11px;
	line-height: 120%;
	color: #39f;
	}

.f11black {
	font-size: 11px;
	line-height: 120%;
	color: #000;
	}

.f11pink {
	font-size: 11px;
	line-height: 120%;
	color: #f66;
	}

.f11glay {
	font-size: 11px;
	line-height: 120%;
	color: #666;
	}

.f11orange {
	font-size: 11px;
	line-height: 120%;
	color:#f93
	}

.f11green {
	font-size: 11px;
	line-height: 120%;
	color: #0c3;
	}

.f11koigreen {
	font-size: 11px;
	line-height: 120%;
	color: #090;
	}

.f11koiblue {
	font-size: 11px;
	line-height: 120%;
	color: #00f;
	}

.f11koipink {
	font-size: 11px;
	line-height: 120%;
	color: #f3f;
	}

.f11koiaka {
	font-size: 11px;
	line-height: 120%;
	color: #c00;
	}

.f11brown {
	font-size: 11px;
	line-height: 120%;
	color: #963;
	}

/*--------f12--------*/

.f12 {
	font-size: 12px;
	line-height: 120%;
	}

.f12dark {
	font-size: 12px;
	color: #333;
	line-height: 130%;
	}

.f12glay {
	font-size: 12px;
	color: #333;
	line-height: 130%;
	}

.f12glay1 {
	font-size: 12px;
	line-height: 130%;
	color: #666;
	}

.f12white {
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	}

.f12red {
	font-size: 12px;
	line-height: 120%;
	color: #f00;
	}

.f12sky {
	font-size: 12px;
	line-height: 120%;
	color: #09f;
	}

.f12yellow {
	font-size: 12px;
	line-height: 120%;
	color: #ff0;
	}

.f12green {
	font-size: 12px;
	line-height: 120%;
	color: #0c3;
	}

.f12koigreen {
	font-size: 12px;
	line-height: 120%;
	color: #090;
	}

.f12koiblue {
	font-size: 12px;
	line-height: 120%;
	color: #00f;
	}

.f12koipink {
	font-size: 12px;
	line-height: 120%;
	color: #f3f;
	}

.f12koiaka {
	font-size: 12px;
	line-height: 120%;
	color: #c00;
	}

.f12blue {
	font-size: 12px;
	line-height: 120%;
	color: #00f;
	}

.f12cha {
	font-size: 12px;
	line-height: 120%;
	color: #600;
	}

.f12pink {
	font-size: 12px;
	line-height: 120%;
	color: #f66;
	}

.f12brown {
	font-size: 12px;
	line-height: 120%;
	color: #963;
	}

.f12orange {
	font-size: 12px;
	line-height: 120%;
	color:#f93
	}

.font12glay1 {
	font-size: 12px;
	color: #333;
	line-height: 130%;
	}

.font13white {
	font-size: 13px;
	color: #fff;
	}

/*--------f13--------*/

.f13 {
	font-size: 13px;
	line-height: 170%;
	}

.f13red {
	font-size: 13px;
	line-height: 170%;
	color: #f00;
	}

.f13blue {
	font-size: 13px;
	line-height: 120%;
	color: #00f;
	}

.f13brown {
	font-size: 13px;
	line-height: 120%;
	color: #963;
	}

.f13white {
	font-size: 13px;
	line-height: 130%;
	color: #fff;
	}

.f13green {
	font-size: 13px;
	line-height: 120%;
	color: #0c3;
	}

.f13koiblue {
	font-size: 13px;
	line-height: 120%;
	color: #00f;
	}

.f13red {
	font-size: 13px;
	line-height: 170%;
	color: #f00;
	}

.f13koipink {
	font-size: 13px;
	line-height: 120%;
	color: #f3f;
	}

.f13koigreen {
	font-size: 13px;
	line-height: 120%;
	color: #090;
	}

.f13koiaka {
	font-size: 13px;
	line-height: 120%;
	color: #c00;
	}

.f13yellow {
	font-size: 13px;
	line-height: 120%;
	color: #ff0;
	}

.f13pink {
	font-size: 13px;
	line-height: 120%;
	color: #f66;
	}

.f13orange {
	font-size: 13px;
	line-height: 120%;
	color: #f60;
	}

/*--------f14--------*/

.f14 {
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	}

.f14dark {
	font-size: 14px;
	color: #333;
	line-height: 130%;
	}

.f14green {
	font-size: 14px;
	line-height: 120%;
	color: #0c3;
	}

.f14koiblue {
	font-size: 14px;
	line-height: 120%;
	color: #00f;
	}

.f14koipink {
	font-size: 14px;
	line-height: 130%;
	color: #f3f;
	}

.f14white {
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	}

.f14koigreen {
	font-size: 14px;
	line-height: 130%;
	color: #090;
	}

.f14koiaka {
	font-size: 14px;
	line-height: 120%;
	color: #c00;
	}

.f14cha {
	font-size: 14px;
	line-height: 120%;
	color: #600;
	}

.f14red {
	font-size: 14px;
	line-height: 130%;
	color: #f00;
	}

.f14red1 {
	font-size: 14px;
	line-height: 140%;
	color: #f00;
	}

.f14brown {
	font-size: 14px;
	line-height: 120%;
	color: #963;
	}

.f14pink {
	font-size: 14px;
	line-height: 120%;
	color: #f66;
	}

.f14sky {
	font-size: 14px;
	line-height: 120%;
	color: #09f;
	}

.f14blue {
	font-size: 14px;
	line-height: 120%;
	color: #00f;
	}

.f14orange {
	font-size: 14px;
	line-height: 120%;
	color: #f60;
	}

.f14yellow {
	font-size: 14px;
	line-height: 120%;
	color: #ff0;
	}

.f14blue {
	font-size: 14px;
	line-height: 120%;
	color: #00f;
	}

.f14bluebold {
	font-size: 14px;
	line-height: 120%;
	color: #00f;
	font-weight: bold;
	}

/*--------f15--------*/

.f15 {
	font-size: 15px;
	line-height: 130%;
	}

.f15green {
	font-size: 15px;
	line-height: 120%;
	color: #0c3;
	}

.f15koigreen {
	font-size: 15px;
	line-height: 120%;
	color: #090;
	}

.f15red {
	font-size: 15px;
	line-height: 120%;
	color: #f00;
	}

.f15brown {
	font-size: 15px;
	line-height: 120%;
	color: #964;
	}

.f15orange {
	font-size: 15px;
	line-height: 120%;
	color: #f60;
	}

.f15koipink {
	font-size: 15px;
	line-height: 120%;
	color: #f3f;
	}

.f15koiaka {
	font-size: 15px;
	line-height: 120%;
	color: #c00;
	}

.f15yellow {
	font-size: 15px;
	line-height: 120%;
	color: #ff0;
	}

.f15pink {
	font-size: 15px;
	line-height: 120%;
	color: #f66;
	}

/*--------f16--------*/

.f16 {
	font-size: 16px;
	line-height: 130%;
	}

.f16redbold {
	font-size: 16px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

.f16koipink {
	font-size: 16px;
	line-height: 120%;
	color: #f3f;
	}

.f16brown {
	font-size: 16px;
	line-height: 120%;
	color: #963;
	}

.f16green {
	font-size: 16px;
	line-height: 120%;
	color: #0c3;
	}

.f16darkgreen {
	font-size: 16px;
	line-height: 120%;
	color: #090;
	}

.f16koigreen {
	font-size: 16px;
	line-height: 120%;
	color: #090;
	}

.f16red {
	font-size: 16px;
	line-height: 120%;
	color: #f00;
	}

.f16koiaka {
	font-size: 16px;
	line-height: 120%;
	color: #c00;
	}

.f16bluebold {
	font-size: 16px;
	line-height: 120%;
	color: #00f;
	font-weight: bold;
	}

.f16yellow {
	font-size: 16px;
	line-height: 120%;
	color: #ff0;
	}

/*--------f17--------*/

.f17 {
	font-size: 17px;
	line-height: 120%;
	}

.f17white {
	font-size: 17px;
	line-height: 120%;
	color: #fff;
	}

.f17bluebold {
	font-size: 17px;
	line-height: 120%;
	color: #00f;
	font-weight: bold;
	}

.f17yellow {
	font-size: 17px;
	line-height: 120%;
	color: #ff0;
	}

.f17brown {
	font-size: 17px;
	line-height: 120%;
	color: #963;
	}

.f17koiaka {
	font-size: 17px;
	line-height: 120%;
	color: #c00;
	}

/*--------f18--------*/

.f18 {
	font-size: 18px;
	line-height: 120%;
	}

.f18white {
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	}

.f18red {
	font-size: 18px;
	line-height: 120%;
	color: #f00;
	}

.f18hipink {
	font-size: 18px;
	line-height: 120%;
	color: #f347c0;
	}

.f18yellow {
	font-size: 18px;
	line-height: 120%;
	color: #ff0;
	}

.f18sky {
	font-size: 18px;
	line-height: 130%;
	color: #09f;
	font-weight: bold;
	}

.f18purple {
	font-size: 18px;
	line-height: 120%;
	color: #390073;
	}

.f18redbold {
	font-size: 18px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f25--------*/

.f25redbold {
	font-size: 25px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f30--------*/

.f30redbold {
	font-size: 30px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f32--------*/

.f32redbold {
	font-size: 32px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f38--------*/

.f38redbold {
	font-size: 38px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f45--------*/

.f45redbold {
	font-size: 45px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

/*--------f48--------*/

.f48redbold {
	font-size: 48px;
	line-height: 120%;
	color: #f00;
	font-weight: bold;
	}

.style3 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	}

.style6 {
	font-size: 13px;
	line-height: 120%;
	color: #090;
	font-weight: bold;
	}

.style8 {
	font-size: 13px;
	line-height: 120%;
	color: #f3f;
	font-weight: bold;
	}

.style14 {
	font-weight: bold
	}

.style16 {
	font-size: 12px;
	line-height: 120%;
	color: #00f;
	font-weight: bold;
	}

.font14blue {
	font-size: 14px;
	color: #09f;
	font-weight: bold;
	line-height: 150%;
	}

.font14bluebo {
	font-size: 14px;
	color: #06f;
	font-weight: bold;
	line-height: 150%;
	}

.font14green {
	font-size: 14px;
	color: #063;
	font-weight: bold;
	line-height: 150%;
	}

.font18green {
	font-size: 18px;
	color: #063;
	font-weight: bold;
	line-height: 150%;
	}

.font18orange {
	font-size: 18px;
	color: #f60;
	font-weight: bold;
	line-height: 150%;
	}

.font18blue {
	font-size: 18px;
	color: #09f;
	font-weight: bold;
	line-height: 150%;
	}

.font12glay {
	font-size: 12px;
	color: #333;
	line-height: 130%;
	}

.font12red {
	font-size: 12px;
	color: #f00; 
	}

.font12redbo {
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.font14glay {
	font-size: 14px;
	color: #333;
	}

.font14redbo {
	font-size: 14px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.font17whitebo {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

.font17redbo {
	font-size: 17px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.font12orange {
	font-size: 12px;
	color: #f60;
	}

.font12blue {
	font-size: 12px;
	color: #00f;
	}

.font12bluebo {
	font-size: 12px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

h1	{
	font-size:11px;
	}

/*□□□□□□□□□□*/
/*□------bold------□*/
/*□□□□□□□□□□*/

.bold {
	font-weight: bold
	}

/*--------b12--------*/

.b12red {
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b12dark {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 150%;
	}

.b12blue {
	font-size: 12px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b13--------*/

.b13white {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

.b13dark {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 150%;
	}

.b13blue {
	font-size: 13px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

.b13darkgreen {
	font-size: 13px;
	line-height: 120%;
	color: #090;
	font-weight: bold;
	}

/*--------b14--------*/

.b14blue {
	font-size: 14px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

.b14red {
	font-size: 14px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b14sky {
	font-size: 14px;
	color: #09f;
	font-weight: bold;
	line-height: 150%;
	}

.b14white {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

.b14yellow {
	font-size: 14px;
	color: #ff0;
	font-weight: bold;
	line-height: 150%;
	}

.b14green {
	font-size: 14px;
	color: #063;
	font-weight: bold;
	line-height: 150%;
	}

.b14white {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b16--------*/

.b16red {
	font-size: 16px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b16blue {
	font-size: 16px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b17--------*/

.b17white {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	}

.b17red {
	font-size: 17px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b17yellow {
	font-size: 17px;
	color: #ff0;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b18--------*/

.b18blue {
	font-size: 18px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

.b18red {
	font-size: 18px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b18sky {
	font-size: 18px;
	color: #09f;
	font-weight: bold;
	line-height: 150%;
	}

.b18orange {
	font-size: 18px;
	color: #f60;
	font-weight: bold;
	line-height: 150%;
	}

.b18green {
	font-size: 18px;
	color: #063;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b20--------*/

.b20blue {
	font-size: 20px;
	color: #00f;
	font-weight: bold;
	line-height: 150%;
	}

.b20red {
	font-size: 20px;
	color: #f00;
	font-weight: bold;
	line-height: 150%;
	}

.b20dark {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 150%;
	}

/*--------b23--------*/

.b23red {
	font-size: 23px;
	line-height: 150%;
	color: #f00;
	font-weight: bold;
	}

.b23orange {
	font-size: 23px;
	line-height: 150%;
	color: #eb5e00;
	font-weight: bold;
	}

.b23pink {
	font-size: 23px;
	line-height: 150%;
	color: #e4007f;
	font-weight: bold;
	}

/*--------b38--------*/

.b38red {
	font-size: 38px;
	line-height: 150%;
	color: #f00;
	font-weight: bold;
	}

/*--------size--------*/

.b10 {
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	}

.b11 {
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	}

.b12 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	}

.b13 {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	}

.b14 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	}

.b15 {
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	}

.b16 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	}

.b17 {
	font-size: 17px;
	line-height: 150%;
	font-weight: bold;
	}

.b18 {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	}

.b20 {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	}

.b23 {
	font-size: 23px;
	line-height: 150%;
	font-weight: bold;
	}

/*--------color--------*/

.red {
	color: #f00;
	}

.blue {
	color: #00f;
	}

.navy {
	color: #009;
	}

