/*body*/

* {
padding: 0;
margin: 0;

}


html,body {
	line-height: 22px;
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック';'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	color: #371C00;
	background: #dba974 url(../img/back01.jpg) repeat-x top left;
SCROLLBAR-FACE-COLOR:#FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR: #e3b581;
SCROLLBAR-SHADOW-COLOR: #f6e2c1;
SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
SCROLLBAR-ARROW-COLOR: #dba974;
SCROLLBAR-TRACK-COLOR: #EDC7A0;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #804000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

li {
	list-style: none;

}







/* Layout Divs */

#container { width: 900px;
	display: block;
	height: 100%;
	margin: 0px 0px 10px 40px;

}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}



#header { min-width: 900px;
	height: 108px;
}

#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

.header-left { float: left;	width: 480px;
}


.header-right {float: right;	width: 400px;
	height: 20px;
	padding-top: 35px;
	font-size: 12px;
}

/* 全体 */

#main {
width: 900px;
	padding-top: 10px;

}

/* 右コンテンツ */
#right { width: 680px;float: right;
	height: 100%;

}

/* 左メニュー */
#left {width: 220px;float: left;	height: 100%;

}

#left ul{ list-style-type: none;
}
#left li {
	margin-bottom: 6px;

}
#left li.menu{ padding-left: 36px;}


/* img float */

.float_r {
         float: right;
	margin-left: 1em;

}
.floatclear {
         clear: both;
      }





#footer {
	display: block;
	text-align: center;
	width: 650px;
	clear: both;
	background: url(../images/copyright.png) no-repeat center center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 260px;
	margin-right: 0px;

}


/* コンテンツページ（標準） */

.contents-field-center {
width: 650px;
overflow: hidden;
	font-size: 12px;
	border-style: double;
	border-color: #804000;
	background: #fcf7ec;
}



.contents-field-left {float: left;width: 300px;
	margin-left: 20px;
	margin-top: 20px;

}

.contents-field-right {float: right;width: 300px;
	margin-right: 20px;
	margin-top: 20px;

}

.contents-field-right-down {float: right;width: 300px;
	margin-right: 20px;
	margin-top: 80px;

}

.contents-txt-field {width: 270px;

	margin: 10px auto 10px auto;

}

/*左メニューテキスト項目*/

.tx-menu {
	margin-top: 20px;

}

.tx-menu-main { width: 150px;font-size: 12px;line-height: 18px;color: #7E5832;font-weight: bold;
	margin-left: 1em;
	margin-top: 5px;

}


/*リンクページ用*/

.contents-field-center-link {
width: 610px;
	margin-left: 20px;
	margin-right: 20px;

}



.contents-field-center-link A:LINK {
  color: #0080a0;
  text-decoration: underline;
	font-size: 16px;
}
.contents-field-center-link A:VISITED{
  color : #0080a0;
	font-size: 16px;
  text-decoration : underline;
}
.contents-field-center-link A:HOVER{
  color : #ff5555;
  text-decoration : none;
	font-size: 16px;
}

.linkset {
	margin-bottom: 10px;

}

.link-category {
	
	font-size: 14px;
	width: 400px;
	text-align: center;
	font-weight: bold;
	margin: 20px auto 20px auto;

}

/* 予約告知及びフラワーラインの間隔 */
.bottom-line {
	text-align: center;

	clear: both;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;

} 


.bm10 { margin-bottom: 10px;

}

.bm20 { clear: both;
	margin-bottom: 20px;

}





/* mobile links */
#ktai { width: 60px;font-size: 10px;text-decoration: underline;height: 13px;border: solid #4040FF 1px;line-height: 13px;padding: 0px 3px 0px 3px;background: #FFFFFF;" text-align: center;
}
