@charset "utf-8";
/* ===================================================================
CSS information

 file name  :standard.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 左メニュー付きのスタンダードタイプレイアウト用
 #layout
 #page
  #contents
   #main
   #sub
=================================================================== */


/*	clearfix　*/
.section, #contents, #parfait_voice, .no1_bg, #morning01, #morning02, .clearfix{
    zoom:1;/*for IE 5.5-7*/
    position:relative;/*for preview*/
}
.section:after, #contents:after, #parfait_voice:after, .no1_bg:after, #morning01:after, #morning02:after, .clearfix:after{/*for modern browser*/
    content:" ";/*for Netscape*/
    display: block;
    clear: both;
    height: 0;
}
 * html .section, * html .no1_bg, * html #contents, * html #parfait_voice, * html #morning01, * html #morning02, * html .clearfix{
    display:inline-table;
    /**/display:block;/**/
}


/*----------------------------------------------------
	#layout
----------------------------------------------------*/

#page {
	width: 780px;
	margin: 10px auto 0px auto;
	text-align: left;
}

#contents {
	width: 780px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/share/contents_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#contents2 {
	width: 780px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}


#main {
	float: right;
	width: 490px;
	margin-right:28px;
	_margin-right:14px; /* IE6でmarginが2倍になるのでアンダースコアハックを使って対処 */
}


#sub {
	float: left;
	width: 200px;
	margin-left:17px;
	_margin-left:8px; /* IE6でmarginが2倍になるのでアンダースコアハックを使って対処 */
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
h1 {
width:780px;
text-align:left;
color:#0954E1;
margin-left:auto;
margin-top:5px;
margin-right:auto;
margin-bottom:10px;
font-weight:normal;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/


.pageTop {
	clear: both;
	text-align: right;
	margin-right:5px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

#main .topicsPath {
font-size:80%;
text-align:right;
margin-bottom:10px;
}

#main h2 {
color:#330000;
font-size:120%;
padding-bottom:5px;
border-bottom:1px solid #666666;
margin-bottom:15px;
}

.section {
margin-bottom:20px;
}
.section h3 {
color:#330000;
font-size:110%;
font-weight:bold;
padding-bottom:5px;
border-bottom:1px dashed #666666;
margin-bottom:5px;
}

/* top */
#topics {
margin-bottom:20px;
border:1px solid #000000;
padding-bottom:10px;
}

#press {
border-left:5px solid #cc0066;
border-bottom:1px solid #000000;
padding-bottom:10px;
}

.txtdata_box {
margin-left:auto;
margin-right:auto;
width:400px;
}

.txtdata_box dl{
margin-bottom:10px;
}

.txtdata_box dl dt {
margin-bottom:5px;
margin-left:80px;
text-indent:-80px;
}

.txtdata_box dl dt span.date {
margin-right:15px;
}

.txtdata_box dl dt a:link {
color:#cc0066;
}

.txtdata_box dl dt a:visited {
color:#cc0066;
}

.txtdata_box dl dt a:hover {
	text-decoration: none;
}

.txtdata_box dl dt a:active {
}

.txtdata_box dl dd {
min-height:20px;
padding-left:80px;
margin-bottom:5px;
padding-bottom:5px;
background-image:url(../images/item/border01.gif);
background-position:bottom;
background-repeat:repeat-x;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
/* 下層 */
#sub .subnavi {
background-image:url(../images/share/subnavi_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:20px;
}

#sub .subnavi dl{
margin-top:10px;
}

#sub .subnavi dl dd{

}

#sub .subnavi dl dd a {
font-size:80%;
display:block;
background-image:url(../images/share/subnavi_dd_bg.gif);
background-position:right bottom;
background-repeat:no-repeat;
padding-top:10px;
padding-bottom:10px;
padding-left:25px;
}

#sub .subnavi dl dd a:link {
color:#333333;
}

#sub .subnavi dl dd a:visited {
color:#333333;
}

#sub .subnavi dl dd a:hover {
color:#999999;
	text-decoration: none;
}

#sub .subnavi dl dd a:active {
color:#333333;
}

#sub .subnavi dl dt{
}
#sub .subnavi dl dt a{
font-weight:bold;
border-bottom:1px solid #333333;
margin-top:10px;
padding-left:10px;
display:block;
background-image:none;
}

#sub .subnavi dl dt a:link{
color:#333333;
	text-decoration: none;
}
#sub .subnavi dl dt a:visited{
color:#333333;
	text-decoration: none;
}
#sub .subnavi dl dt a:hover{
color:#999999;
}
#sub .subnavi dl dt a:active{
color:#999999;
}



/*----------------------------------------------------
		シーズナルスペシャリティ
----------------------------------------------------*/

.seasonal {
	margin-bottom:20px;
}
.seasonal img {
	margin-bottom:10px;
}

/*----------------------------------------------------
		ドリンク・フード・パフェメニュー見出し
----------------------------------------------------*/

.menu_title {
	border-bottom:1px solid #330000;
	border-left:3px solid #330000;
	font-weight:bold;
	color:#330000;
	padding-left:8px;
	margin-bottom:3px;
}

.price {
	text-align:right;
	font-weight:bold;
	color:#330000;
	margin-bottom:15px;
}
/*----------------------------------------------------
		ドリンク・フード・パフェメニュー並び
----------------------------------------------------*/

#menu_l {
	width:240px;
	float:left;
}
#menu_r {
	width:240px;
	float:right;
}
#menu_l img {
	margin-bottom:10px;
}
#menu_r img {
	margin-bottom:10px;
}
/*--フードメニュー--*/
#menu_l2 {
	width:240px;
	float:left;
}
#menu_r2 {
	width:240px;
	float:right;
}
#menu_l2 img {
	margin-bottom:10px;
}
#menu_r2 img {
	margin-bottom:10px;
}

/*----------------------------------------------------
		モーニング・ランチメニュー並び
----------------------------------------------------*/
#morning01 {
	border-bottom:1px solid #f9cedc;
	border-left:1px solid #f9cedc;
	border-right:1px solid #f9cedc;
	padding:5px 14px;
	width:460px;
	margin-bottom:10px;
}
#morning02 {
	border:1px solid #e95711;
	padding:8px 14px;
	width:460px;
	margin-bottom:10px;
}
#morning_title img {
	margin-top:10px;
	vertical-align:bottom;
}

#lunch01 {
	border-bottom:1px solid #e13721;
	border-left:1px solid #e13721;
	border-right:1px solid #e13721;
	padding:5px 14px;
	width:460px;
	margin-bottom:10px;
}
#lunch02 {
	border:1px solid #f29600;
	padding:8px 14px;
	width:460px;
	margin-bottom:10px;
}
#lunch_title img {
	margin-top:10px;
	vertical-align:bottom;
}
#m_menu_l {
	width:225px;
	float:left;
}
#m_menu_r {
	width:225px;
	float:right;
}
#m_menu_l img {
	margin-bottom:10px;
}
#m_menu_r img {
	margin-bottom:10px;
}
/*--三条本店以外メニュー--*/
#m_menu_l2 {
	width:225px;
	float:left;
}
#m_menu_r2 {
	width:225px;
	float:right;
}
#m_menu_l2 img {
	margin-bottom:10px;
}
#m_menu_r2 img {
	margin-bottom:10px;
}

/*----------------------------------------------------
		ドリンク・パフェ人気NO．1
----------------------------------------------------*/

.drink_no1_bg {
 	background-image:url(../commodity/drink/images/drink_no1_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#cca467;
	padding:85px 171px 14px 25px;
	height:75px;
}
.parfait_no1_bg {
 	background-image:url(../commodity/parfait/images/parfait_no1_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#cca467;
	padding:85px 171px 14px 25px;
	height:75px;
}
.no1_bg {
	background-color:#cca467;
	padding:5px 25px 0px 25px;
	width:440px;
}
.no1_footer {
	margin-bottom:10px;
}
.no1_tet_l {
	float:left;
	width:225px;
}
.no1_tet_r {
	float:right;
	width:215px;
}

/*----------------------------------------------------
		商品開発スタッフからひとこと
----------------------------------------------------*/

.parfait_staff {
	background-image:url(../commodity/parfait/images/memo.gif);
	background-repeat:no-repeat;
	padding:20px 20px 10px 23px;
	height:200px;
	width:447px;
	margin-bottom:15px;
	font-size:11px;
}
.parfait_staff_l {
	float:left;
	font-size:10px;
	text-align:center;
	width:123px;
}
.parfait_staff_l img {
	margin-bottom:5px;
}
.parfait_staff_r {
	float:right;
	width:305px;
}
.parfait_staff_txt1 {
	border-bottom:2px solid #330000;
	padding:3px 2px;
	margin-bottom:5px;
}
.parfait_staff_txt2 {
	border-bottom:1px dotted #330000;
	padding:3px 2px;
	margin-bottom:5px;
}
/*----------------------------------------------------
		ジャンボパフェ
----------------------------------------------------*/

.parfait_price {
	text-align:right;
	color:#990000;
	font-size:180%;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}

.parfait_txt {
	padding:5px;
	border:1px solid #990000;
	background-color:#FFFFCC;
	text-align:center;
	width:210px;
	float:right;
}


#parfait_voice {
	width:438px;
	background-image:url(../commodity/parfait/images/parfait_voice_01.gif);
	background-repeat:no-repeat;
	background-color:#8dc221;
	padding:22px 26px 0px 26px;
}
#parfait_voice img {
	padding:2px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
.parfait_voice_title {
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
.parfait_voice_title2 {
	border-bottom:1px dotted #333333;
}
.parfait_voice-l {
	float:left;
	width:206px;
	color:#333333;
}
.parfait_voice-r {
	float:right;
	width:206px;
	color:#333333;
}
