@charset "euc-jp";
/* CSS Document */
/* ----------------------- */
/*                         */
/*   自作ページ用ＣＳＳ    */
/*                         */
/* ----------------------- */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-size:84%;
	line-height:135%;
	color:#333333;
	background:url(http://maitre-francais.com/images/common/common_bg_02.jpg) repeat-x 0 0 #ece4d4;
}

table{ /* 基本テーブル設定（固定）*/
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

th {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

td {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

th {white-space:nowrap;} 

h1,h2,h3,h4 { /* 基本タイトル（固定）*/
	padding:0px;
	margin:0px;
	font-size:100%;
	text-align:left;
}

a{ /* 基本のリンク （固定）*/
	color:#200000;text-decoration:underline}
a:hover {
	color:#c61a23;text-decoration:underline}

ul{ /* 基本のリスト （固定）*/
	list-style-type:square;}

ul ul{	list-style-type:none;}

img{ border:0px;}/* イメージボーダー指定 */

form {	padding:0px;display:inline;}

p{ line-height:150%;margin:5px 0px;padding:2px 0px;}

.clear_both { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center
}
.f_left{
	float:left;
}

.button1{ /* inputボタン設定 */
	cursor:pointer;
	font-size:12px;
	color:#FFFFDD;
	background:#4F442F;
	border:1px solid #4F442F;
	font-weight:normal;
}

.text1 {border:1px solid #CCCCCC;margin-top:10px;}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold;color:#CC0000;}/* エラーメッセージ */

.no2{font-size:110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color:#CC0000;} /* フォント赤 */
.orange{color:#FF9900;} /* フォントオレンジ */
.blue{color:#0000FF;} /* フォント青 */
.green{color:#006600;} /* フォント緑 */
.glay{color:#666666;} /* フォントグレー */
.pink{color:#bb193d;} /* フォントワインレッド */

.item img{/* 商品画像枠  */ 
	height:auto;
	padding:5px;
	margin:0px;
	background:#FFFFFF;
	text-align:center;
	border:1px solid #f0f0f0;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}

.ML10{margin-left:10px;}
.ML20{margin-left:20px;}
.ML30{margin-left:30px;}
.ML40{margin-left:40px;}

.MR10{margin-right:10px;}
.MR20{margin-right:20px;}
.MR30{margin-right:30px;}
.MR40{margin-right:40px;}

.MB5{margin-bottom:5px;}
.MB10{margin-bottom:10px;}
.MB20{margin-bottom:20px;}
.MB30{margin-bottom:30px;}
.MB40{margin-bottom:40px;}

.MT10{margin-top:10px;}
.MT15{margin-top:15px;}
.MT20{margin-top:20px;}
.MT30{margin-top:30px;}
.MT40{margin-top:40px;}

.PT10{padding-top:10px;}
.PT20{padding-top:20px;}
.PT30{padding-top:30px;}
.PT40{padding-top:40px;}



/********************************************************************/

/* ----------------------- */
/*                         */
/*   共通ページ 　         */
/*                         */
/* ----------------------- */

/* ヘッダー   */
#container {
	width:1090px;
	margin:0 auto;
	text-align:left;
	background:url(http://maitre-francais.com/images/common/common_bg_01.jpg) repeat-x 0 0 #fef7e7;
}

#header{
	width:1030px;
	height:108px;
	display:block;
	margin:0 auto;
	background:url(http://maitre-francais.com/images/common/common_header_bg_01.jpg) no-repeat center top #fef7e7;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:108px;
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:0px;
	margin:0px;
}

.shoplogo img{ /* サイトロゴブロック（表示なし） */
	/*display:none;*/
}
.shoplogo ul{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
.shoplogo ul li{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	float:left;
	display:inline;
	margin:0;
	padding:0;
	}
.shoplogo ul li a{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	display:block;
	height:34px;
	}
.shoplogo ul li a.m1{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	width:93px;
}
.shoplogo ul li a.m2{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	width:80px;
}
.shoplogo ul li a.m3{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	width:107px;
}
.shoplogo ul li a.m4{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	width:108px;
}
.shoplogo ul li a.m5{ /* サイトロゴブロック内リスト（ヘッダーナビ） */
	width:136px;
}


h1.siteName { /* サイト名 h1 （テキスト） */
	display:block;
	float:left;
	width:424px;
	height:108px;
	margin:0 82px 0 0;
	padding:0;
}
.siteName a {
	display:block;
	width:424px;
	height:108px;
	margin:0;
	padding:0;
	}
.siteName a:hover { color:#634221;text-decoration:underline;}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding:0px 10px 2px 20px;
	margin:0px;
	color:#547D2B;
	line-height:120%;
	font-weight:normal;
	font-size:12px;
	line-height:1em;
	display:none;
}

.sitecopy a {color:#333333;text-decoration:none;}
.sitecopy a:hover {color:#547D2B;text-decoration:none;}


/* ヘッダーメニュー */
#headMenu {
	width:100%;
	background:#fef7e7;
	margin:0px;
	clear:both;
	height:49px;
}

.headnavi ul { /* ヘッダーメニューテキスト */
	padding:0;
	margin:0;
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat 0 0;
	height:49px;
	list-style-type:none;
}

.headnavi ul li {
	float:left;
	display:inline;
}
	
.headnavi ul li a{
	display:block;
	height:49px;
	width:147px;
}
.headnavi ul li a.g1{
	width:148px;
}
.headnavi ul li a:hover.g1 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat 0 -49px;
}
.headnavi ul li a:hover.g2 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -148px -49px;
}
.headnavi ul li a:hover.g3 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -295px -49px;
}
.headnavi ul li a:hover.g4 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -442px -49px;
}
.headnavi ul li a:hover.g5 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -589px -49px;
}
.headnavi ul li a:hover.g6 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -736px -49px;
}
.headnavi ul li a:hover.g7 {/* ヘッダーメニューアイコン */
	background:url(http://maitre-francais.com/images/common/common_gnavi.jpg) no-repeat -883px -49px;
}

.h_under {
	background:url(http://maitre-francais.com/images/common/common_header_bg_02.jpg) no-repeat 0 0;
	margin:0 auto;
	width:1030px;
	height:35px;
	display:block;

}

/* ヘッダー下装飾ライン */
.hline {
	margin-bottom:27px;
	border:0px solid #B6A081;
	clear:both;
	/*background:url(../img/hline.gif) no-repeat #B6A081;*/
}
.hline2 {
	margin-bottom:5px;
	border:0px solid #B6A081;
	clear:both;
	/*background:url(../img/hline.gif) no-repeat #B6A081;*/
}






/* ----------------------- */
/*                         */
/*   ＴＯＰページ          */
/*                         */
/* ----------------------- */


/* 大枠テーブル（固定） */
#container_top {
	width:1090px;
	margin:0 auto;
	text-align:left;
	background:url(http://maitre-francais.com/images/common/header2.jpg) no-repeat 0 0 #fef7e7;
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:#ffffff;
	border:1px solid #B6A081;
}

/* ヘッダー */
#header_top{
	width:1030px;
	height:108px;
	display:block;
	margin:0 auto;
}

td>#header_top { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:108px;
}


/*   TOPグローバルナビ   */
#header_top .headnavi ul {
	padding:0;
	margin:0;
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat 0 0;
	height:49px;
	list-style-type:none;
}


#header_top .headnavi ul li a:hover.g1 {/*   TOPグローバルナビ：TOP   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat 0 -49px;}
#header_top .headnavi ul li a:hover.g2 {/*   TOPグローバルナビ：コンセプト   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -148px -49px;}
#header_top .headnavi ul li a:hover.g3 {/*   TOPグローバルナビ：特長   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -295px -49px;}
#header_top .headnavi ul li a:hover.g4 {/*   TOPグローバルナビ：証明書   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -442px -49px;}
#header_top .headnavi ul li a:hover.g5 {/*   TOPグローバルナビ：商品を見る　    */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -589px -49px;}
#header_top .headnavi ul li a:hover.g6 {/*   TOPグローバルナビ：ご利用ガイド   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -736px -49px;}
#header_top .headnavi ul li a:hover.g7 {/*   TOPグローバルナビ：お問合わせ   */
	background:url(http://maitre-francais.com/images/common/g_navi.jpg) no-repeat -883px -49px;}


#header_top .h_under {/*   TOPグローバルナビ下IMG   */
	height:248px;
	background:url(http://maitre-francais.com/images/top/top_img_01.jpg) no-repeat 0 0;
	border:0px solid #B6A081;
}


















/*  サイドバナー（マウスオ−バー）   */

a.left_bnr_01{
	width:189px;
	height:70px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_04.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.left_bnr_01{
	background:url(http://maitre-francais.com/images/common/common_bnr_04_over.jpg) 0 0 no-repeat;
	}
	
	
a.left_bnr_02{
	width:189px;
	height:69px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_05.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.left_bnr_02{
	background:url(http://maitre-francais.com/images/common/common_bnr_05_over.jpg) 0 0 no-repeat;
	}
	
a.left_bnr_03{
	width:189px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_07.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.left_bnr_03{
	background:url(http://maitre-francais.com/images/common/common_bnr_07_over.jpg) 0 0 no-repeat;
	}
	
a.left_bnr_08{
	width:189px;
	height:69px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_08.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.left_bnr_08{
	background:url(http://maitre-francais.com/images/common/common_bnr_08_over.jpg) 0 0 no-repeat;
	}
	
a.left_bnr_09{
	width:189px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_09.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.left_bnr_09{
	background:url(http://maitre-francais.com/images/common/common_bnr_09_over.jpg) 0 0 no-repeat;
	}
	
span.right_bnr_00{
	width:190px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_00.jpg) 0 0 no-repeat;
	/*margin:0 0 15px 0;*/
	margin:0 0 15px 0;
	}

a.right_bnr_01{
	width:190px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_01.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.right_bnr_01{
	background:url(http://maitre-francais.com/images/common/common_bnr_01_over.jpg) 0 0 no-repeat;
	}

a.right_bnr_02{
	width:190px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_02.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.right_bnr_02{
	background:url(http://maitre-francais.com/images/common/common_bnr_02_over.jpg) 0 0 no-repeat;
	}

a.right_bnr_03{
	width:190px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_03.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.right_bnr_03{
	background:url(http://maitre-francais.com/images/common/common_bnr_03_over.jpg) 0 0 no-repeat;
	}


a.right_bnr_04{
	width:190px;
	height:68px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnr_06.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.right_bnr_04{
	background:url(http://maitre-francais.com/images/common/common_bnr_06_over.jpg) 0 0 no-repeat;
	}

a.right_bnr_10{
	width:190px;
	height:160px;
	display:block;
	background:url(http://maitre-francais.com/images/top/top_eventbnr.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
	
a:hover.right_bnr_10{
	background:url(http://maitre-francais.com/images/top/top_eventbnr.jpg) 0 0 no-repeat;
	}

a.center_bnr_01{
	width:294px;
	height:110px;
	display:block;
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_07.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_07.jpg) 0 0 no-repeat;
	margin-bottom:3px;
	}
a:hover.center_bnr_01{
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_07_over.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_07_over.jpg) 0 0 no-repeat;
	}

a.center_bnr_02{
	width:294px;
	height:110px;
	display:block;
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_08.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_08.jpg) 0 0 no-repeat;
	margin-bottom:3px;
	}
a:hover.center_bnr_02{
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_08_over.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_08_over.jpg) 0 0 no-repeat;
	}

a.center_bnr_03{
	width:294px;
	height:112px;
	display:block;
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_09.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_09.jpg) 0 0 no-repeat;
	}
a:hover.center_bnr_03{
/*
	background:url(http://maitre-francais.com/images/top/top_bnr_09_over.jpg) 0 0 no-repeat;
*/
	background:url(../images/top/top_bnr_09_over.jpg) 0 0 no-repeat;
	}

a.maitre_tv_bnr{
	width:189px;
	height:69px;
	display:block;
	background:url(http://maitre-francais.com/images/common/common_bnrtv.jpg) 0 0 no-repeat;
	margin-bottom:15px;
	}
a:hover.maitre_tv_bnr{
	background:url(http://maitre-francais.com/images/common/common_bnrtv_over.jpg) 0 0 no-repeat;
	}


.maitre_tv_bnr span,
.left_bnr_01 span,
.left_bnr_02 span,
.left_bnr_03 span,
.left_bnr_08 span,
.left_bnr_09 span,
.right_bnr_01 span,
.right_bnr_02 span,
.right_bnr_03 span,
.right_bnr_04 span,
.right_bnr_10 span,
.center_bnr_01 span,
.center_bnr_02 span,
.center_bnr_03 span{display:none;}

/********************************************************************/

#leftSide {min-width:190px; /* 左サイドtd */

	/*width:190px;*/
	margin:0;
	/*padding:0 36px 0 30px;*/
	padding:0 29px 0 30px;
	background:#fef7e7;
	vertical-align:top;
	/* background:url(../img/leftside.gif) ;*/
}

#rightSide {min-width:190px; /* 右サイドtd （3列）*/

	width:190px;
	margin:0px;
	padding:0 30px 0 20px;
	background:#fef7e7;
	vertical-align:top;
	/* background:url(../img/rightside.gif) ;*/
}

#center1 { /* センター td （2列）*/
	width:721px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#fef7e7;
	/* background:url(../img/center1.gif) ;*/
}

#center2 {min-width:500px; /* センターtd （3列）*/
	width:auto;
	padding:10px;
	margin:0px;
	vertical-align:top;
	background:#ffffff;
}
#center2_top { /* センターtd （3列）*/
	min-width:500px;
	width:auto;
	*width:592px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#fef7e7;
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	
	background:#fef7e7;
	width:100%;
	/* background:url(../img/center3.gif) ;*/
}


/* 表組みセンタリング */
#center3 table{
	margin:0 auto;
}
#center3 table table.bordlayoutp3{
	margin:0;
}

.header_area { /* ヘッダのフリーエリア */
/*	text-align:left;
	width:567px;
	margin:0px;
	padding:0px;
*/
display:none;}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	width:721px;
	margin:0px;
	padding:0px;
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding:1px 1px 5px 1px;
	margin:0;
	/* background:url(../img/sidebox.gif) ;*/
}
.sidebox .sidemain1 p { /* サイド用ブロック（幅設定） */
	line-height:1.7em;
}

.sidebox .sidemain1 p.info {
	/*color:#FE084C;*/
	font-size:12px;
	line-height:1.4em;
	padding:3px 5px 0;
	margin-bottom:10px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding:0px;
	float:left;
	*width:590px;
	/* background:url(../img/centerbox.gif) ;*/
}
.centerbox_top { /* トップ センター用ブロック（幅設定） */
	margin:0px;
	padding:0px;
	float:left;
	*width:314px;
}
.centerbox_fed { /* お知らせ センター用ブロック（幅設定） */
	margin:0px;
	padding:0px;
	float:left;
	*width:270px;
}
.centerbox2 { /* センター用ブロック（幅設定） */
	margin:0px;
	padding-top:20px;
	float:left;
	/* background:url(../img/centerbox.gif) ;*/
}

.centerbox3 { /* センター用ブロック（幅設定）【お知らせ】ご安心ください */
	margin:0px;
	margin-bottom:5px;
	padding:2px 12px 1px 13px;
	float:left;
	border:#FE084C solid 2px;
	width:244px;
	background:#FFFFFF;
	/* background:url(../img/centerbox.gif) ;*/
}

.centerbox3 p.title {
	font-size:13px;
	line-height:1.3em;
	color:#FE084C;
}

.centerbox3 p.info {
	padding-top:5px;
	font-size:12px;
	line-height:1.4em;
}

.center{ text-align:center;} /* センター */
.right{ text-align:right;} /* 右 */
.left{ text-align:left;} /* 左 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:bottom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.price{ /* 商品価格 */
	color:#CC0000;
	text-align:left;
	margin-left:10px;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:140%;
	font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#333333;
	margin-left:10px;
	line-height:1.7em;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	font-weight:bold;
	font-size:120%;
	color:#333333;
	text-align:left;
}

/* 商品名 （商品一覧）*/
h2.goods { margin-left:10px; padding:10px 0;}
h2.goods a{color:#333333;font-weight:bold;text-decoration:underline;}
h2.goods a:hover{color:#c61a23;text-decoration:underline;}

	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px;
	padding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#E8DDBC;
}

.shopCopy { /* サイト説明 */
/*	font-size:110%;
	line-height:130%;
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#333333;
	font-weight:normal;
	text-align:left;
*/
	display:none;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:7px 0px 0px 20px;
	margin:0px;
	color:#EAE6DD;
	width:auto;
	height:19px;
	background:url(../img/title_bar01.jpg) repeat;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:14px;
	vertical-align:middle;
}

.title1{ /* タイトル1 h3 */
	padding:7px 0px 0px 20px;
	margin:0px;
	color:#563210;
	width:auto;
	height:19px;
	background:url(http://maitre-francais.com/images/common/h3.jpg) repeat-y 0 0;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:14px;
	vertical-align:middle;
}
.title1 a{
	color:#EAE6DD;
	text-decoration:none;
}
.title1 a:hover{
	color:#F4C575;
	text-decoration:underline;
}

.title2{ /* タイトル2 h3 */
	padding:7px 0px 0px 20px;
	margin:0px;
	width:auto;
	color:#EAE6DD;
	height:19px;
	background:url(../img/title_bar02.jpg) no-repeat;
	line-height:100%;
	font-size:14px;
	vertical-align:middle;
	letter-spacing:0.2em;
}
.centerbox h3.title2{ /* タイトル2 h3 */
	display:none;
}
.title2 a{color:#333333;text-decoration:none;}
.title2 a:hover{color:#333333;text-decoration:underline;}


.title3{ /* タイトル3 h3 　ランキング   */
        padding:7px 0px 0px 20px;
        margin:0px;
        width:auto;
        color:#EAE6DD;
        height:38px;
        background:url(http://maitre-francais.com/images/common/rank.jpg) no-repeat 0 0;
        line-height:100%;
        font-size:14px;
        vertical-align:middle;
        letter-spacing:0.2em;
}

.title4{ /* タイトル4 h4 */
	padding:10px 0px 0px 33px;
	margin:20px 0px;
	width:auto;
	color:#3b2923;
	height:21px;
	background:url(http://maitre-francais.com/images/common/h4_icon_01.jpg) 0 0 no-repeat #dbbea4;
	line-height:100%;
	font-size:14px;
	vertical-align:middle;
	letter-spacing:0.2em;
}



.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */
	padding:10px;
	margin:0px;
	width:auto;
	background:#FFFFFF;
	/* background:url(../img/maincont.gif) ;*/
}

.centerbox div.mainCont { /* メインコンテンツ */
	padding:0px;
	margin:0 0 10px 0;
	width:auto;
	background:#fef7e7;
	/* background:url(../img/maincont.gif) ;*/
}

.centerbox_top div.mainCont, .centerbox_fed div.mainCont { /* メインコンテンツ */
	padding:0px;
	margin:0 0 10px 0;
	width:auto;
	background:#fef7e7;
	/* background:url(../img/maincont.gif) ;*/
}


.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	margin:0px;
	width:auto;
}

#Feed{
	margin:0;
	padding:0;
	width:270px;
	display:inline;
}

#Feed a{
	text-decoration:none;
}

ul.news,#Feed dd{ /* 最新情報リスト設定 */
	text-align:left;
	padding:10px 0px 0px 5px;
/*
	width:110px;
*/
	width:130px;
	margin:0px;
	list-style-type:none;
	color:#666666;
}

/*
html[xmlns*=""] body:last-child ul.news,#Feed dd{
	width:130px;
}
*/

ul.news li,#Feed dt{ /* 最新情報リスト設定 */
	text-align:left;
/*
	padding:10px 0 5px 115px;
*/
	padding:10px 0 5px 135px;
	*padding:10px 0 5px 120px;
	margin:0px;
	color:#5a5142;
	list-style:square inside;
	border-bottom:#5a5142 dotted 1px;
}

/*
html[xmlns*=""] body:last-child ul.news li,#Feed dt{
	padding:10px 0 5px 135px;
}
*/


#Feed dt{
	width:135px;
}

#Feed dd{
	float:left;
	*margin:0 -125px 0 0;
}


li.p3{padding:3px;}

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#200000;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#200000;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:110%;
	text-align:left;
	padding:0px 20px;
	margin:0px;
	color:#200000;
}
li.sm1 { margin:4px ;display:block;list-style-type:none;}
li.sm2 { margin:0px 0px 0px -35px;display:block;list-style-type:none;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:110%;
	padding:5px 25px;
	color:#200000;
	background:url(../img/icon_sitemap.gif) no-repeat ;
	background-position:left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 table {text-align:left;width:100%;}
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #999999;}

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#B9AA8A;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#E0E0C2;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:0px;
	width:590px;
	background:#fef7e7;
	/* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px;
	background:#FFFFFF;
	/* background:url(../img/layout1.gif) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin:0px;
	padding:3px 15px 3px 0;
	color:#333333;
	text-align:left;
	background:#FFFFFF;
}
#bread a { color:#996633;}
#bread a:link { 
	text-decoration:underline;
}
#bread a:hover { 
	text-decoration:underline;
	color:#c61a23;
}

h4.title{
	font-size:110%;
	margin:5px 0px;	
	padding:2px 0px;
	color:#4F442F;
	border-bottom:1px dotted #333333;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:1px;
	background:#DEDBBE;
	/* background:url(../img/mainframe.gif) ;*/
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */
	padding:3px 5px 0px 17px;
	margin:10px 5px;
	background-image:url(../img/icon_top.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:90%;
	font-weight:bold;
	float:right;
}
.pageTop a{ color:#996633;text-decoration:none;}
.pageTop a:hover{ color:#996633;text-decoration:none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0 30px;
	margin:0px auto;
	width:auto;
	height:60px;
	text-align:left;
	margin-top:5px;
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:60px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding:10px 0 5px 0;
	color:#6a3a0f;
	border-top:#603913 1px solid;
}

.footnavi ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.footnavi ul li{
	padding:3px 3px 3px 10px;
	margin-right:10px;
	background:url(http://maitre-francais.com/images/common/f_icon_01.jpg) no-repeat left center;
}

.footnavi a{ 
	color:#6a3a0f;
	text-decoration:none;
	font-weight:normal;
}
.footnavi a:hover { color:#6a3a0f;text-decoration:underline;}

#copyright { /* コピーライト */
	clear:both;
	padding:0px;
	margin:0px;
	width:auto;
	height:20px;
	color:#6a3a0f;
	text-align:right;
	/* background:url(../img/copyright.gif) ;*/
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	display:none;
/*	padding:6px 3px 12px 4px;
	margin:0px;
	width:190px;
	background:url(../img/search_img01.gif) no-repeat #DDDDDD;
*/}

#search label{
	padding:7px 0px 0px 20px;
	margin:0px;
	color:#333333;
	color:#EAE6DD;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:14px;
	font-weight:bold;
}

.fieldarea{padding:5px 0px 5px 0px;vertical-align:middle;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0px 0px;	
	display:block;
	line-height:130%;
	background:#fef7e7;
	border-top:1px #fef7e7 solid;
	border-right:1px #fef7e7 solid;
	border-left:1px #fef7e7 solid;
	border-bottom:1px #fef7e7 solid;
	/* background:url(../img/list.gif) ;*/
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0px;
}

ul.free_listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

li.ca1 {
	margin:15px 0 0 0;
/*	border-top:1px solid #4F442F;	
	border-bottom:1px solid #FFFFFF;
*/}

li.ca2 {
	margin:0px;
}
li.ca1 a{ padding:6px 3px 5px 25px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:url(http://maitre-francais.com/images/common/side_ca2_bg.jpg) no-repeat 10px center #bf8b5d;
}

li.ca1 a:hover{
	color:#c61a23;
	font-weight:bold;
	text-decoration:none;
}

li.ca2 a{ padding:3px 3px 3px 25px;
	display:block;
	color:#5b4a3f;
	font-weight:normal;
	text-decoration:none;
	background:#fef7e7;
	border-bottom:1px dotted #bdbcbc;
}
li.ca2 a:hover{
	color:#5b4a3f;
	font-weight:normal;
	text-decoration:none;
	background:#FFDEAD;
}

li.ca3 {
	margin:0px;
	border-top:1px solid #4F442F;	
	border-bottom:1px solid #FFFFFF;	
}

li.ca3 a{ padding:5px 3px 5px 10px;
	display:block;
	color:#200000;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #CEC4AE;
}

li.ca3 a:hover{
	color:#547D2B;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #B9AA8A;
}

li.ca4 {
	margin:0px;
	border-bottom:1px solid #FFFFFF;
}

li.ca4 a{ padding:3px 3px 3px 25px;
	display:block;
	color:#200000;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #E1DBCE;
}

li.ca4 a:hover{
	color:#547D2B;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #B9AA8A;
}

.sline1 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:0px;
	background-color:#fef7e7;
/*	background:url(../img/sline1.gif) no-repeat top left;
*/}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:15px;
/*	background-color:#FFFFFF;
	background:url(../img/sline2.gif) no-repeat top left;
*/}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px;
	padding:0px;
	background: #fef7e7;
	/* background:url(../img/sidemain1.gif) ;*/
}

.sidemain1 p {
	padding:3px 0px 3px 0px;
	margin:0px;
	line-height:120%;
}

.sidemain1 ul { /* リスト設定 */
	margin:0px;
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display:block;
	padding:2px 0px 2px 10px;
	color:#334d55;
	background:url(../img/icon_eye03.gif) no-repeat
	}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight:bold;
	 text-align:center;
	 padding:3px;
	 color:#333333;
}
caption a{ color:#333333;text-decoration:underline;}
caption a:hover{ color:#333333;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse:collapse;
	 padding:5px 0px;
	 margin:0px;
	 text-align:center;
}
/* カレンダー センタリング*/
div.carender table{
	margin:0 auto;
	text-align:center;
	width:140px;
}
.carender td {
	padding:2px;
	border-collapse:collapse;
	text-align:right;
	border:1px solid #CCCCCC;	
}

.carender th {
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;	
}

th.day { /* ヘッダ平日 */
	font-weight:bold;
	color:#333333;
	background:#E1DBCE;
	text-align:center;
}

th.sun { /* ヘッダ日曜 */
	color:#333333;
	background:#CC9999;
	text-align:center;
}

th.sat { /* ヘッダ土曜 */
	color:#333333;
	background:#99CCCC;
	text-align:center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	padding:0px 0px 0px 5px;
	border:2px solid #FFFFDD;
}

.line01{
	background:url(http://maitre-francais.com/images/common/rank_line.jpg) no-repeat 0 0;
	height:2px;
/*	
	
	 border:#DEDBBE 1px dashed;vertical-align:bottom;*/} 

#rss{ /* RSS設定 */
	margin:0px;
	padding:5px;
}

#count{ /* カウンター */
	margin:0px;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/* background:url(../img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 5px 20px;
	display:block;
	font-size:110%;
	color:#E1DBCE;
	height:19px;
	background:url(../img/entry_title.jpg) ;
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#996633;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:1px solid #ded9c5;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:5px 0px 5px 20px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#547D2B;
	background:url(../img/subtitle.jpg) ;
	height:19px;
}

 p.label { /* ブログコメントタイトル */
	font-weight:bold;
}

.tb_url{ /* トラックバックurl */
	font-weight:bold;margin-bottom:10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:red;font-weight:900;padding:3px;background-color:#D6C692;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
}

/* ご利用案内 */
table.layout_left_shoppinguide{
	width:100%;
}

/********************************************************************/
/*** 商品詳細ページの在庫の直接表示用 ***/
#itemStocklist table {
	border-collapse:collapse;

	margin:5px 0;
	padding:0;
}

#itemStocklist th,
#itemStocklist td {
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}

#itemStocklist th {
	white-space:normal;
	width:auto;
	border:1px solid #999;
	vertical-align:middle;;
}

#itemStocklist td {
	white-space:normal;
	width:auto;
	border:1px solid #999;
}

#itemStocklist th p,
#itemStocklist td p {
	padding:1px 4px;
	line-height:1.2;
}

#itemStocklist td input,
#itemStocklist td img {
	width:80px;
	height:24px;
	margin:2px;
}

/* バリエーションなしorまとめて管理 */
#itemStocklist table.contType {width:auto;}

#itemStocklist table.contType th,
#itemStocklist table.contType td {
	padding:0 10px;
	vertical-align:middle;
	font-size:0.9em;
}

/* バリエーションごとに管理 */
#itemStocklist table.listType {width:100%;}

#itemStocklist table.listType th,
#itemStocklist table.listType td {font-size:0.8em;}

#itemStocklist table.listType td.stk {
	width:5em;
	text-align:center;
}

#itemStocklist table.listType td.btn {
	width:84px;
	vertical-align:middle;
	text-align:center;
}








/*   H3　ページタイトル   */
h3#support_h3{
	background:url(http://maitre-francais.com/images/support/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}
h3#certificate_h3{
	background:url(http://maitre-francais.com/images/certificate/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}
h3#concept_h3{
	background:url(http://maitre-francais.com/images/concept/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}

h3#guide_h3{
	background:url(http://maitre-francais.com/images/guide/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}

h3#product_h3{
	background:url(http://maitre-francais.com/images/product/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}

h3#line_up_h3{
	background:url(http://maitre-francais.com/images/line_up/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:49px;
	display:block;
}

h3#recipe_h3{
	background:url(http://maitre-francais.com/images/book/h3_recipe.jpg) 0 0 no-repeat; 
	width:572px;
	height:51px;
	display:block;
}

h3#book_h3{
	background:url(http://maitre-francais.com/images/book/h3.jpg) 0 0 no-repeat; 
	width:571px;
	height:45px;
	display:block;
}

h3#book_lunchbox_h3{
	background:url(http://maitre-francais.com/images/book/h3_lunchbox.jpg) 0 0 no-repeat; 
	width:574px;
	height:44px;
	display:block;
}

h3#book_japonais_h3{
	background:url(http://maitre-francais.com/images/book/h3_japonais.jpg) 0 0 no-repeat; 
	width:574px;
	height:44px;
	display:block;
}

h3#maitretv_h3{
	background:url(http://maitre-francais.com/images/maitretv/h3_maitretv.jpg) 0 0 no-repeat; 
	width:572px;
	height:51px;
	display:block;
}

/*   ページタイトル内テキスト   */
#support_h3 span,
h3#original_lecipe_h3 span,
h3#exhibition_h3 span,
h3#certificate_h3 span,
h3#guide_h3 span,
h3#concept_h3 span,
h3#line_up_h3 span,
h3#product_h3 span,
h3#book_h3 span,
h3#book_lunchbox_h3 span,
h3#book_japonais_h3 span,
h3#maitretv_h3 span,
h3#recipe_h3 span{display:none;}

.recipe_contbox h5{
	width:157px;
	height:33px;
	margin:0 0 10px;
}
.recipe_contbox h5.cilicon4{ background:url(../images/book/recipe_h5_01.gif) 0 0 no-repeat; }
.recipe_contbox h5.cilicon2{ background:url(../images/book/recipe_h5_02.gif) 0 0 no-repeat; }
.recipe_contbox h5.cilicon{ background:url(../images/book/recipe_h5_03.gif) 0 0 no-repeat; }
.recipe_contbox h5.japonais{ background:url(../images/book/recipe_h5_04.gif) 0 0 no-repeat; }
.recipe_contbox h5.petit1{ background:url(../images/book/recipe_h5_05.gif) 0 0 no-repeat; }
.recipe_contbox h5.petit2{ background:url(../images/book/recipe_h5_06.gif) 0 0 no-repeat; }
.recipe_contbox h5.coquette{ background:url(../images/book/recipe_h5_07.gif) 0 0 no-repeat; }
.recipe_contbox h5.lunchbox{ background:url(../images/book/recipe_h5_08.gif) 0 0 no-repeat; }

.recipe_contbox h5 span{display:none;}

.recipe_contbox{
	width:554px;
}

table.profilebox{
	border-collapse:collapse;
}

table.profilebox td{
	border:#edc2b0 solid 1px;
	padding:12px;
}

/*
.borderbox{
	border:#edc2b0 solid 1px;
	width:560px;
}

.profilebox{
	float:left;
	width:184px;
	height: auto;
	border:#edc2b0 solid 1px;
}
*/

table.profilebox h5{
	font-size:13px;
	margin:8px 0 10px;
}

table.profilebox p{
	font-size:12px;
	margin:0;
	padding:0;
}

.small{
	font-size:11px;
	line-height:1.2em;
	font-weight:normal;
	margin-left:5px;
	vertical-align:bottom;
}

.recipe{
	float:left;
	width:160px;
	margin-right:37px;
}

.last{
	margin:0;
}

.recipe p{
	font-size:11px;
	line-height:1.3em;
}

.showbook{
	background:url(../images/book/recipe_dbook_btn.jpg) 0 0 no-repeat;
	width:158px;
	height:44px;
	margin-top:5px;
}

.showbook a{
	display:block;
	width:154px;
	height:40px;
}

.showbook a span{display:none;}

.PAD12{
	padding:12px;
}


/* ----------------------- */
/*												 */
/* ClearFix								 */
/*												 */
/* ----------------------- */

.ClearFix { zoom: 1; }
.ClearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* no ie mac \*/
* html .ClearFix { height: 1%; }
.ClearFix { display: block; }


/* ----------------------- */
/*                         */
/* support                 */
/* 初めての方はこちら      */
/*                         */
/* ----------------------- */

div.support_box{
	text-align:center;
	vertical-align:middle;
	border:solid 2px #754c24;
	margin:30px 0 0 10px;
	padding:5px 0;
	width:549px;
}
div.support_box p{
	color:#754c24;
	font-size:110%;
	font-weight:bold;
}
div.support_attention{
	text-align:center;
	vertical-align:middle;
	margin-top:30px;
	padding:5px 0;
	color:#bb193d;
}
div.support_attention p{
	font-size:110%;
	font-weight:bold;
}



/* ----------------------- */
/*                         */
/* Guide             　    */
/* ご利用ガイド　　　      */
/*                         */
/* ----------------------- */

div.guide_box{
	text-align:left;
	vertical-align:middle;
	margin:30px 0 0 30px;
	padding:15px 0 0 150px;
	width:379px;
	font-size:90%;
}
.guide1{
	background:url(../images/guide/guide_img_01.jpg) no-repeat 0 0;
	width:518px;
	height:73px;
}
.guide2{
	background:url(../images/guide/guide_img_02.jpg) no-repeat 0 0;
	width:518px;
	height:59px;
}
.guide3{
	background:url(../images/guide/guide_img_03.jpg) no-repeat 0 0;
	width:518px;
	height:56px;
}
.guide4{
	background:url(../images/guide/guide_img_04.jpg) no-repeat 0 0;
	width:518px;
	height:58px;
}
.guide5{
	background:url(../images/guide/guide_img_05.jpg) no-repeat 0 0;
	width:518px;
	height:56px;
}
.guide6{
	background:url(../images/guide/guide_img_06.jpg) no-repeat 0 0;
	width:518px;
	height:40px;
}
.guide7{
	background:url(../images/guide/guide_img_07.jpg) no-repeat 0 0;
	width:518px;
	height:80px;
}



div.guide_attention{
	text-align:center;
	vertical-align:middle;
	margin-top:30px;
	padding:5px 0;
	color:#bb193d;
}
div.guide_attention p{
	font-size:110%;
	font-weight:bold;
}


/* ----------------------- */
/*                         */
/* lineup　　 　　　　     */
/* 商品一覧                */
/*                         */
/* ----------------------- */

#lineup div{
	float:left;
	margin:10px 10px 0 0;
	}
#lineup div p{
	border-left:solid 5px #ed1c24;
	padding-left:5px;
}
#lineup div a{
	text-decoration:none;
	font-weight:bold;
}
	
#lineup h4{
	clear:both;
	display:block;
	padding:20px 0 5px 0;
	height:50px;
	}
#lineup h4#metre01{
	background:url(../images/line_up/line_up_img_01.jpg) 0 40px no-repeat;
}
#lineup h4#metre02{
	background:url(../images/line_up/line_up_img_03.jpg) 0 50px no-repeat;
	padding-top:40px;
}
#lineup h4#metre03{
	background:url(../images/line_up/line_up_img_02.jpg) 0 50px no-repeat;
	padding-top:40px;
}
#lineup h4#metre04{
	background:url(../images/line_up/line_up_img_04.jpg) 0 50px no-repeat;
	padding-top:40px;
}
#lineup h4 span{display:none;}



/* ----------------------- */
/*                         */
/* certificate　　　　     */
/* 証明書                  */
/*                         */
/* ----------------------- */

.certificate_box{
	float:left;
	width:240px;
	text-align:right;
	
}


/* ----------------------- */
/*                         */
/* concept                 */
/* コンセプト              */
/*                         */
/* ----------------------- */
.concept_table {
	margin:0 auto;
	width:95%;
}
.concept_table th,.concept_table td{
	padding:5px 20px;
	margin:0;
	line-height:1.8em;
	border-bottom:solid 1px #8e2e02;
}
.top_border{
	border-top:solid 1px #8e2e02;}




/* ----------------------- */
/*                         */
/* book                    */
/* オススメレシピ          */
/*                         */
/* ----------------------- */


.book_box{
	border:solid 1px #1636bd;
	width:534px;
	height:auto;
	text-align:right;
	padding:0 10px 15px 10px;
	margin:0 0 10px 0;
	background:10px 10px no-repeat;
	}

.book_box1{/* ------メトレ----- */
	margin-top:40px;
	padding-top:205px;
	background-image:url(../images/book/book_img_02.jpg);
	}

.book_box2{/* -----ココット----- */
	padding-top:190px;
	background-image:url(../images/book/book_img_04.jpg);
	}
	
.book_box3{/* ------プチスチーマー------- */
	padding-top:190px;
	background-image:url(../images/book/book_img_05.jpg);
	}

.book_box4{/* ------ランチボックス----- */
	margin-top:40px;
	padding-top:185px;
	background-image:url(../images/book/book_lunchbox_image_02.jpg);
	}

.book_box5{/* ------ジャポネ----- */
	margin-top:30px;
	padding-top:228px;
	background-image:url(../images/book/book_japonais_image_01.jpg);
	}



/* ----------------------- */
/*                         */
/* product                 */
/* メトレ フランセの特長   */
/*                         */
/* ----------------------- */


#SubNavi_Product{
	width:562px;
	height:48px;
	background:url(../images/product/product_menu.jpg) 0 0 no-repeat;
	margin:25px 0 0;
	padding-left:0;
	padding-right:0;
	}
	#SubNavi_Product li{
		display:inline;
		float:left;
		}
		#SubNavi_Product li a{
			background:url(../images/product/product_menu.jpg) no-repeat;
			}
		
		#SubNavi_Product li.product a{
			display:block;
			width:186px;
			height:48px;
			background-position:0 0;
		}
		#SubNavi_Product li.product a:hover, #SubNavi_Product li.product_on a{
			display:block;
			width:186px;
			height:48px;
			background-position:0 -48px;
		}
		
		#SubNavi_Product li.dejeuner01 a{
			display:block;
			width:190px;
			height:48px;
			background-position:-186px 0;
		}
		#SubNavi_Product li.dejeuner01 a:hover, #SubNavi_Product li.dejeuner01_on a{
			display:block;
			width:190px;
			height:48px;
			background-position:-186px -48px;
		}
		
		#SubNavi_Product li.dejeuner02 a{
			display:block;
			width:186px;
			height:48px;
			background-position:-376px 0;
		}
		#SubNavi_Product li.dejeuner02 a:hover, #SubNavi_Product li.dejeuner02_on a{
			display:block;
			width:186px;
			height:48px;
			background-position:-376px -48px;
		}
		

#SubNavi_Product a span{ display:none; }
#Btn_Product span{ display:none; }

#Btn_Product{
	width:251px;
	height:45px;
	background:url(../images/product/product_btn_01.jpg) 0 0 no-repeat;
	margin:20px auto;
	}
	#Btn_Product a{
		display:block;
		width:251px;
		height:45px;
		background:url(../images/product/product_btn_01.jpg) no-repeat;
		background-position:0 0;
		}
		#Btn_Product a:hover{ background-position:0 -45px; }

#Dejeu_Product ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#Dejeu_Product li{
	list-style-image:url(../images/product/product_icon_01.gif);
	margin-bottom:10px;
	margin-left:-20px;
	text-indent:-5px;
}
p.maru01{
	background:url(../images/product/icon_maru_01.gif) no-repeat 0 5px;
	text-indent:1.1em;
}
p.maru02{
	background:url(../images/product/icon_maru_02.gif) no-repeat 0 6px;
	text-indent:1.1em;
}
p.maru03{
	background:url(../images/product/icon_maru_03.gif) no-repeat 0 6px;
	text-indent:1.1em;
}
p.maru04{
	background:url(../images/product/icon_maru_04.gif) no-repeat 0 5px;
	text-indent:1.1em;
}
p.maru05{
	background:url(../images/product/icon_maru_05.gif) no-repeat 0 5px;
	text-indent:1.1em;
}
p.maru06{
	background:url(../images/product/icon_maru_06.gif) no-repeat 0 6px;
	text-indent:1.1em;
}


