@charset "UTF-8";
*{
margin:0;
padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FAF2E2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body a {
	color: #333333;
}
body a:hover {
	color: #68759c;
}

.twoColFixLtHdr #container {
	width: 920px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 920px;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 435px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

*html body.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 433px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 465px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
*html body.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 460px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent2 h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #560606;
	font-size: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	border-top-color: #560606;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	height: 50px;
} 
.twoColFixLtHdr #footer p {
	color: #999999;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#bloginfo {
	width: 430px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#bloginfo li {
	list-style-type: none;
	background-image: url(images/3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-position: 2px;
}

 /*ナビゲーション */
#navibox {
	width:755px;
	height:30px;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
}
#globalnavi {
	list-style-type: none;
	width: 755px;
}
#globalnavi li {
	float: left;
	height: 30px;
	display: inline;
}
#globalnavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	height: 30px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}
#home a { background-position: 0 0; width: 76px; }
#info a { background-position: -76px 0; width:76px; }
#shop a { background-position: -152px 0; width:81px; }
#menu a { background-position: -233px 0; width:81px; }
#haiku a { background-position: -314px 0; width:92px; }
#monthly a { background-position: -406px 0; width:124px; }
#sidashi a { background-position: -530px 0; width:124px; }
#link a { background-position: -654px 0; width:80px; }

#home a.active { background-position: 0 -30px; }
#info a.active { background-position: -76px -30px; }
#shop a.active { background-position: -152px -30px; }
#menu a.active { background-position: -233px -30px; }
#haiku a.active { background-position: -314px -30px; }
#monthly a.active { background-position: -406px -30px; }
#sidashi a.active { background-position: -530px -30px; }
#link a.active { background-position: -654px -30px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#home a:hover { background-position: 0 -30px; }
#info a:hover { background-position: -76px -30px; }
#shop a:hover { background-position: -152px -30px; }
#menu a:hover { background-position: -233px -30px; }
#haiku a:hover { background-position: -314px -30px; }
#monthly a:hover { background-position: -406px -30px; }
#sidashi a:hover { background-position: -530px -30px; }
#link a:hover { background-position: -654px -30px; }


.highlight a:hover *{
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	float: left;
}
/* パンくずりすと*/
#topicpath {
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}
#topicpath li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;
}
#topicpath li a {
	padding-right:10px;
	background:url(images/topicpath.gif) no-repeat right center;
	color: #000000;
}


/* サイドナビ*/
#side{ width:184px; }

#side a{
	color: #560606;
	text-decoration: none;
}
#side a:hover{
	color: #666666;
}


#side h3{
	background-image: url(images/shop_navi_01.gif);
	background-repeat: no-repeat;
	width: 182px;
	margin: 0px;
	background-position: center bottom;
}

#side p{
	background-image: url(images/shop_navi_02.gif);
	background-repeat: repeat-y;
}

#side ul{
	background-image: url(images/shop_navi_02.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}


#side li {
	background-image: url(images/list_yaji.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 8px;
	padding-left: 1.7em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #560606;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	width: 85%;
	display: block;
}

#side dl{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	background-image: url(images/shop_navi_02.gif);
	background-repeat: repeat-y;
}
#side dt{
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 4px;
	margin-right: 5px;
	margin-left: 12px;
}


#menu_bottom{
	background-image: url(images/shop_navi_04.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 182px;
}


/* スクロールナビ*/
#movable {
	padding-top: 2em;
	position: absolute;
	width: 184px;
}

table#table-01 {
	border: 1px solid #8a5353;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #560606;
	color: #FFFFFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8a5353;
	border-right-color: #8a5353;
	border-bottom-color: #8a5353;
	border-left-color: #8a5353;
}
table#table-01 td {
	padding: 5px;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8a5353;
	border-right-color: #8a5353;
	border-bottom-color: #8a5353;
	border-left-color: #8a5353;
}

table.table-02 {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	float: left;
}

table.table-02 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #560606;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
table.table-02 td {
	padding: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

table.table-03 {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
}


.pagetop a{
	text-decoration: none;
	color: #560606;
}
.pagetop a:hover{
}

#menubox1 {
}

#menubox2 {
}

#menubox3 {
}

#menubox4 {
}

#menubox5 {
}

#menubox6 {
}

#menubox7 {
}

#menubox8 {
}

#menubox9 {
}

.twoColFixLtHdr #container #mainContent2 h5 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990033;
	height: 19px;
	padding-left: 5px;
	width: 98%;
	font-size: 1.1em;
}
.box1{
	border: 3px solid #999999;
	width: 635px;
	padding-top: 3px;
}
.box2{
	width: 635px;
	background-color: #FAF2E2;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	line-height: 1.7em;
	padding: 10px;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
.t1	{
	border-collapse: collapse;	border-spacing: 0;
	
	margin-bottom: 30px;
}
.t1 th	{
	padding: 10px 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.t1 td	{
	padding: 10px 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* サンプル4
----------------------------------------------------------- */
.odd	{
	background-color: #F2F2F2;
}

/* パンくずりすと2*/
#topicpath2 {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	font-weight: 400;
}
#topicpath2 li {
	display:inline;
	line-height:190%;
	list-style-type:none;
	color: #666666;
}
#topicpath2 li a {
	padding-right:10px;
	background:url(images/topicpath2.gif) no-repeat right center;
	color: #666666;
	text-decoration: underline;
}
#topicpath2 li a:hover {
	padding-right:10px;
	background:url(images/topicpath2.gif) no-repeat right center;
	color: #CCCCCC;
	text-decoration: underline;
}

/* ケーキメニューボックス*/
.cakeBox {
	float: left;
	width: 300px;
	border: 1px solid #cccccc;
	height: 150px;
	margin-left: 15px;
	margin-top: 17px;
	display: inline;
}
.cakeBox2 {
	height: 150px;
	width: 150px;
	float: right;
	display: inline;
}
p.cakeboxtext {
	font-family: "Georgia", "Times New Roman", "Times", "osaka", "hirakakupro-w3", "ms pgothic", "serif";
	font-size: 9pt;
	text-align: center;
	width: 150px;
	margin-top: 0.4em;
	color: #666666;
}
p.cakeboxtextj {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 8.5pt;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.7em;
	color: #666666;
	margin-left: 10px;
	line-height: 1.4em;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
}
.cakeboximg {
	float: left;
	text-align: left;
}

#main2 a {
	text-decoration: underline;
	color: #333333;
}
#main2 a:hover { color:#cccccc; }
#main2 p.pagetop {
	font-size: 10px;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	width: 650px;
	height: 10px;
	margin-top: 1em;
	padding-left: 0;
	padding-top: 15px;
	margin-right: 1em;
}

.taxintext{
	font-size: 11px;
}
