@charset "UTF-8";

/*** 基本設定 ***/

BODY {
	font-family: "ＭＳ ゴシック", sans-serif;
	color:#323232;
/*	background-image:url('../images/bg2.gif');*/
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size:12px;
	line-height:16px;
	text-align: center;
}

#page_body1 {
	width: 802px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	border:1px #000000 solid;
}

#page_body2 {
	width: 400px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

/*** フォント設定 ***/
.px10 {
	font-size: 10px;
	line-height:14px
}

.px10p {
	font-size: 10px;
	line-height:14px;
	color:#FF5555;
}

.px11 {
	font-size: 11px;
	line-height:15px
}
.px12 {
	font-size: 12px;
	line-height:16px
}

.px12p {
	font-size: 12px;
	line-height:16px;
	color:#FF5555;
}

.px12b {
	font-size: 12px;
	line-height:16px;
	font-weight:bold;
}
.px12g {
	font-size: 12px;
	line-height:16px;
	color:#35733A;
}
.px12w {
	font-size: 12px;
	line-height: 18px
}
.px12r {
	font-size: 12px;
	line-height:16px;
	color:#FF0000;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px
}
.px14b {
	font-size: 14px;
	font-weight:bold;
}
.px15 {
	font-size: 15px
}
.px16 {
	font-size: 16px
}
.px16b {
	font-size: 16px;
	font-weight:bold;
}
.px16g {
	font-size: 16px;
	font-weight:bold;
	color:#35733A;
}
.px17 {
	font-size: 17px
}
.px18 {
	font-size: 18px
}
.px19 {
	font-size: 19px
}
.px20 {
	font-size: 20px
}

.ttl_g {
	font-size:14px;
	line-height:18px;
	color:#35733A;
}

/*** リンク設定 ***/
A.b:link {
text-decoration:none;
	color:#614200
}
A.b:active {
text-decoration:underline;
	color:#614200
}
A.b:visited {
text-decoration:none;
	color:#614200
}
A.b:hover {
text-decoration:underline;
	color:#614200
}

A.w:link {
text-decoration:underline;
	color:#FFFFFF
}
A.w:active {
text-decoration:underline;
	color:#FFFFFF
}
A.w:visited {
text-decoration:none;
	color:#FFFFFF
}
A.w:hover {
text-decoration:underline;
	color:#ECE3D2
}


/*** 改行設定 ***/
.br3{
	padding:3px;
}

.br5{
	padding:5px;
}

.br10{
	padding:10px;
}



/*** ボタン設定 ***/
.btn100{
	font-size: 10px;
	letter-spacing:1px;
	color: #230B00;
	border: #230B01 1px solid;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	padding:0px;
	cursor:hand;
	width:100px;
	height:20px;
	padding-top:1px;
}

.btn150{
	font-size: 10px;
	letter-spacing:1px;
	color: #230B00;
	border: #230B01 1px solid;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	padding:0px;
	cursor:hand;
	width:150px;
	height:20px;
	padding-top:1px;
}

.btn180{
	font-size: 10px;
	letter-spacing:1px;
	color: #230B00;
	border: #230B01 1px solid;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	padding:0px;
	cursor:hand;
	width:180px;
	height:20px;
	padding-top:1px;
}

.btn200{
	font-size: 10px;
	letter-spacing:1px;
	color: #230B00;
	border: #230B01 1px solid;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	padding:0px;
	cursor:hand;
	width:200px;
	height:20px;
	padding-top:1px;
}

.btn220{
	font-size: 10px;
	letter-spacing:1px;
	color: #230B00;
	border: #230B01 1px solid;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	padding:0px;
	cursor:hand;
	width:220px;
	height:20px;
	padding-top:1px;
}


/*** ヘッダー設定 ***/
#header {
	margin:0px;
	padding:3px;
	height:20px;
	text-align:left;
	background-color:#912B00;
}
#header_ttl {
	margin-left:10px;
	width:100%;
	text-align:left;
	color:#FFFFFF;
	position:absolute;
}
#header_lnk {
	margin-right:10px;
	width:100%;
	text-align:right;
	color:#FFFFFF;
}

/*** ヘッダー写真設定 ***/
#header_contents {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:left;
	clear:both;
}

/*** TOP コンテンツ設定 ***/
#contents {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	padding:0px;
	text-align:left;
}

#contents td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}

#contents td.text {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}


/*** TOPメニュー設定 ***/
#menu {
	background-color:#FFFFFF;
	float:left;
	width:180px;
	text-align:left;
}

#menu p.menu_img {
	margin-bottom:30px;
	padding:0;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(../images/menu_bcg.gif);
}
#menu li.menu_txt {
	margin-top:2px;
	margin-left:15px;
	margin-right:10px;
	text-align:left;
	font-size:10px;
	line-height:12px;
	height:30px;
}

#menu li.ttl {
	width:100%;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
}
#menu li.bottom {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
}

#menu li.menu0 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu0.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu0 a:hover{
	background-image:url(../images/menu0_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu0_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu0_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#menu li.menu1 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu1.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu1 a:hover{
	background-image:url(../images/menu1_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu1_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu1_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#menu li.menu2 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu2.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu2 a:hover{
	background-image:url(../images/menu2_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu2_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu2_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#menu li.menu3 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu3.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu3 a:hover{
	background-image:url(../images/menu3_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu3_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu3_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#menu li.menu4 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu4.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu4 a:hover{
	background-image:url(../images/menu4_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu4_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu4_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}


#menu li.menu5 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu5.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu5 a:hover{
	background-image:url(../images/menu5_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu5_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu5_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#menu li.menu6 a{
	display:block ;
	width:100%;
	height:26px;
	text-align:center;
	background-image:url(../images/menu6.gif);
	background-repeat: no-repeat;
	background-position:center;
}
#menu li.menu6 a:hover{
	background-image:url(../images/menu6_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}#menu li.menu6_over {
	display:block ;
	width:100%;
	height:26px;
	background-image:url(../images/menu6_over.gif);
	background-repeat: no-repeat;
	background-position:center;
}


/*** BOTTOMメニュー設定 ***/
#bottom_menu {
	width:100%;
	margin-top:40px;
	text-align:center;
}

/*** TOP右部分コンテンツ設定 ***/
#right_contents {
	background-color:#FFFFFF;
	float:right;
	width:575px;
	margin-top:10px;
	text-align:left;
}

/*** TOP新着情報設定 ***/
#whatsnew {
	height: 300px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:95%;
	text-align:left;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	background-image:url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

/*** テーブル設定 ***/
#whatsnew td {
	font-size: 12px;
	line-height:16px;
	padding-left:0px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
	
}
#whatsnew td.line {
	background-image:url('../images/ten.gif');
	padding:0px;
	
}

/*** TOPバナー設定 ***/
#banner{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
}

#banner_left{
	display:block;
	float:left;
	font-size: 10px;
	line-height:14px;
	text-align:center;
	padding-left:20px;
	padding-right:5px;
}

#banner_right{
	display:block ;
	float:left;
	font-size: 10px;
	line-height:14px;
	text-align:center;
	padding-left:5px;
}

/*** パティシエ情報設定 ***/

#patissier {
	font-size: 12px;
	line-height:16px;
	text-align:left;
	padding:20px;
	text-align:center;
	height:360px;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

#patissier td.minagawa_text{
	background-image:url(../images/minagawa2.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	border:1px #000000 solid;
	padding:10px;
}

#patissier td.isii_text{
	background-image:url(../images/isii2.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	border:1px #000000 solid;
	padding:10px;

}


/*** TOP店舗情報設定 ***/
#info{
	width:100%;
	height:180px;
	text-align:left;
	background-color:#ffffff;
}

#info .info_left{
	block;
	float: left;
	text-align:left;
	padding:5px;
	padding-left:25px;
	padding-right:15px;
	clear:both;
}


#info .info_right{
	display: block;
	float: left;
	text-align:left;
	padding:5px;
	padding-right:0px;
}

/*** フッター設定 ***/
#footer {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	background-color:#230B00;
	clear:both ;
}
#footer_lnk {
	margin-left:10px;
	text-align:left;
	color:#FFFFFF;
	position:absolute;
}
#footer_copy {
	margin-right:10px;
	text-align:right;
	color:#FFFFFF;
}
/*** 商品紹介設定 ***/
#product {
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	width:100%;
	text-align:left;
	overflow:auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}
#product td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	font-weight:bold;
}
#product td.text {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}
#product td.line {
	background-image:url('../images/ten.gif');
	padding:0px;
}

.product_image {
	border:#230B01 0px solid;
}

/*** 商品紹介2設定 ***/
#product2 {
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	width:100%;
	text-align:left;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	
}
#product2 td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:0px;
	padding-right:5px;
	padding-top:3px;
	font-weight:bold;
}
#product2 td.size {
	font-size: 12px;
	line-height:16px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:3px;
	
}
#product2 td.comment {
	height:130px;
	font-size: 12px;
	line-height:16px;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:3px;
	vertical-align:top;
	
}
#product2 td.line {
background-image:url('../images/ten.gif');
	padding:0px;
	
}


/*** 商品紹介3設定 ***/
#product3 {
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	width:100%;
	text-align:left;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	
}
#product3 td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	font-weight:bold;
}
#product3 td.size {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	
}
#product3 td.comment {
	height:130px;
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	vertical-align:top;
	
}
#product3 td.line {
background-image:url('../images/ten.gif');
	padding:0px;
	
}



/*** ラ・リューシェ商品紹介設定 ***/
#laruche_product {
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	width:100%;
	text-align:left;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	
}

#laruche_product td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}
#laruche_product td.text {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
#laruche_product td.line {
	background-image:url('../images/ten.gif');
	padding:0px;
}

/*** 店舗紹介設定 ***/
#my_contents {
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
#my_contents td.ttl {
	font-size:14px;
	line-height:18px;
	padding-left:5px;
	color:#35733A;
	padding-bottom:8px;
	
}
#my_contents td.text {
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	vertical-align:top;
	
}
#my_contents td.text2 {
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding-left:5px;
	padding-top:0px;
	padding-top:6px;
}
#my_contents td.map {
	padding:0px;
	font-size:12px;
	line-height:16px;
	text-align:center;
	vertical-align:bottom;
	
}
#my_contents td.line {
	background-image:url('../images/ten.gif');
	padding:0px;
	
}

#my_contents td.form {
	font-size:12px;
	line-height:16px;
	color:#000000;
	background-color:#f5f5f5;
	text-align:left;
	padding-top:6px;
	padding-right:10px;
	padding-left:10px;
	vertical-align:top;
	
}

.textform {
	font-size: 10px;
	line-height:14px;
	color:#230B00;
	width:380px;
	height:1.8em;
	
}
.textareaform {
	font-size: 10px;
	line-height:14px;
	color: #230B00;
	width:380px;
	height:20em;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	
}

/*** 商品設定 ***/
#recommend {
	height: 100px;
	margin-top:20px;
	width:100%;
	height:180px;
	text-align:center;
	clear:both;
}
#recommend_product {
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#recommend_product td {
text-align:center;
	font-size: 10px;
	line-height:14px;
	padding-left:0px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

/*** 商品詳細ページ ***/

#detail {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px;
	text-align:center;
	height:345px;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

#detail td.ttl {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}

#detail td.text {
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}


/*** イベントページ ***/

#event {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px;
	text-align:center;
	height:345px;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ECE3D2;
	scrollbar-arrow-color:#79513E;
	scrollbar-shadow-color:#ECE3D2;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ECE3D2;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

#event table {
	width:100%;
}

#event td.ttl {
	background-color:#f5f5f5;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

#event td.text {
	font-size: 12px;
	vertical-align: top;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}




/*** ページ制御設定 ***/
#product_page {
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
}


/*** ページカット用 ***/
#page_cut {
	clear:both ;
}

