@charset "UTF-8";



/* 全体構造
------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #ADA38C;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
}
/* Safari2+3 \*/
html*body{
	[font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;/* For Safari2+3 */]
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;/* Safari以外 */
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
/*\*/
* html h1,* html h2,* html h3,* html h4,* html h5,* html h6 {
	height: 1%;
}
/**/


a img {
	color: #000;
	text-decoration:none ;
	border :none;
}

a[name]:hover {
	text-decoration:none !important;
	outline:0 !important;
}
address {
	font-style: normal;
}

label {
	cursor: pointer;
}
input,textarea,select {
	font-family: inherit;
	font-size: 1em;
}
input {
	vertical-align: -3px;
}
select {
	vertical-align: middle;
}
p,li,dt,dd,pre,legend {
	line-height: 1.5;
	color: #333;
}
h1,h2,h3,h4,h5,h6,dt {
	font-weight: bold;
}
th,td {
	color: #333;
}
em {
	font-weight: bold;
	font-style: normal;
}
iframe {
	border: solid 2px #C8C5B2;
}


/* マージン
------------------------------------------ */
.mgt0 {
	margin-top: 0 !important;
}
.mgt2 {
	margin-top: 2px !important;
}
.mgt3 {
	margin-top: 3px !important;
}
.mgt4 {
	margin-top: 4px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt8 {
	margin-top: 8px !important;
}
.mgt8t {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt10t {
	margin-top: 7px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt15t {
	margin-top: 12px !important;
}
.mgt20t {
	margin-top: 17px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30t {
	margin-top: 27px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgl15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl60 {
	margin-left: 60px !important;
}
.mgr5 {
	margin-right: 5px !important;
}


/* パディング
------------------------------------------ */
.pdgt3 {
	padding-top: 3px !important;
}
.pdgt4 {
	padding-top: 4px !important;
}
.pdgt5 {
	padding-top: 5px !important;
}
.pdgt8 {
	padding-top: 8px !important;
}
.pdgt10 {
	padding-top: 10px !important;
}
.pdgt15 {
	padding-top: 15px !important;
}
.pdgt20 {
	padding-top: 20px !important;
}
.pdgt25 {
	padding-top: 25px !important;
}
.pdgt30 {
	padding-top: 30px !important;
}
.pdgt30t {
	padding-top: 27px !important;
}

.pdgl10 {
	padding-left: 10px !important;
}

.pdgl20 {
	padding-left: 20px !important;
}

.pdg5 {
	padding: 5px !important;
}

.pdg10 {
	padding: 10px !important;
}

/* 幅
------------------------------------------ */

.w80 {
	width: 80px ;
}

.w105 {
	width: 105px ;
}

.w120 {
	width: 120px ;
}

.w140 {
	width: 140px ;
}

.w160 {
	width: 160px ;
}

.w180 {
	width: 180px ;
}


.w200 {
	width: 200px ;
}

.w240 {
	width: 240px ;
}

.w300 {
	width: 300px ;
}

.w360 {
	width: 360px ;
}

.w510 {
	width: 510px ;
}

.w530 {
	width: 530px ;
}
.w570 {
	width: 570px ;
}

.w640 {
	width: 640px ;
}

.wAuto {
	width: auto ;
}

/* レイアウト
------------------------------------------ */
.floatL {
	float: left;
}
.floatR {
	float: right;
}

.clearboth {
	clear: both;
}

br.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.alL {
	text-align: left;
}
.alC {
	text-align: center;
}
.alR {
	text-align: right;
}
.vaT {
	vertical-align: top;
}
.vaM {
	vertical-align: middle;
}
.vaB {
	vertical-align: bottom;
}


/* テキスト
------------------------------------------ */
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.fRed01 { color: #f00 !important; }
.fAsh01 { color: #888 !important; }
.fWht01 { color: #FFF !important; }

.fs01  { font-size:  69%; } /* 11px相当 */
.fm01  { font-size:  76%; } /* 12px相当 */
.fl01  { font-size:  88%; } /* 14px相当 */
.fx01  { font-size: 100%; } /* 16px相当 */
.fxl01 { font-size: 112%; } /* 18px相当 */
.fxx01 { font-size: 124%; } /* 20px相当 */

/* Safari2+3 \*/
html*body .small01{
	[letter-spacing: 0;/* For Safari2+3 */]
	letter-spacing: 1px;/* Safari以外 */
}
/**/

/* indent01 */
.indent01 {
	margin-top: 7px;
	padding-left: 1em;
	text-indent: -1em;
}

/* asterisk01 */
.asterisk01 {
	margin-top: 7px;
	padding-left: 0.8em;
	text-indent: -0.8em;
}


/* リンク
------------------------------------------ */
a:link,
a:visited {
	color: #3E392D;
	text-decoration: underline;
}
a:hover {
	color: #FC3000;
	text-decoration: underline;
}
a:active {
	color: #3E392D;
	text-decoration: underline;
}



/* ヘッダ
------------------------------------------ */
#head {
	width: 100%;
	background: url(../images/bg_01.gif) repeat-x 0 0;
}

#head:after,
#main:after,
.menu-box:after,
.menu-box-b:after,
.form-box01:after,
.form-box02:after,
.form-box03:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #head,
* html #main,
* html .menu-box,
* html .menu-box-b,
* html .form-box01,
* html .form-box02,
* html .form-box03 {
    height: 1em;
    overflow: visible;
}
/**/

.head02 {
	margin: 0 auto;
	padding: 0;
	width: 958px;
	text-align: left;
}

.head03 {
	margin: 0 auto;
	padding: 0;
	width: 958px;
	text-align: left;
}

/* gecko bug fix */
.gecko .head03 img {
	margin: -1px 0 0 0;
}

/* webkit mac bug fix */
.webkit .head03 img {
	margin: -1px 0 0 0;
}

.navi {
	margin: 27px 0 21px 0 ;
	padding: 0;
}

/* webkit bug fix */
.webkit .navi {
	margin: 27px 0 15px 0 ;
	padding: 0;
}

/* gecko bug fix */
.gecko .navi {
	margin: 27px 0 15px 0 ;
	padding: 0;
}

.navi ul {
	width: 753px ;
	margin: 0;
	padding: 0;
}

.navi ul li {
	list-style-type : none ;
	float: left;
	margin: 0 ;
	padding: 0;
}





/* 共通
------------------------------------------ */

#main {
	margin: 0 auto;
	width: 918px;
	background: url(../images/bg_contents_01.gif) repeat-y 0 0;
	padding: 10px 20px;
}

.contents {
	margin: 5 auto;
	width: 918px;
}

.footernavi{
	width: 958px;
	text-align: center ;
	margin: 0 auto;
	padding : 0;
	background: url(../images/bg_contents_01.gif) repeat-y 0 0;
}

.footernavi p{
	width: 918px;
	border-top: 1px solid #9B9988;
	margin: 0 auto;
	padding : 10px 0;
}

.footercopy{
	width: 950px;
	margin: 0 auto ;
	padding: 10px 0 30px 0;
	text-align: right;
}


/* 見出し
------------------------------------------ */

.ttlmod01{
	background:  url(../img_cmn/bg_ttl_01.gif) no-repeat;
	width : 640px;
	height: 35px ;
	padding : 8px 20px ;
	font-size : 17px;
}

.ttlmod02{
	background:  url(../img_cmn/bg_ttl_02.gif) no-repeat;
	width : 690px;
	height: 35px ;
	padding : 8px 20px ;
	font-size : 17px;
	text-align: left;
}

.ttlmod03{
	background:  url(../img_cmn/bg_ttl_03.gif) no-repeat;
	height: 17px;
	padding-left : 20px ;
	font-size : 15px;
	text-align: left;
}

.ilink{
	background:  url(../img_cmn/i_arrow_01.gif) no-repeat 0 5px;
	padding : 0 10px ;
}

.subttl01{
	border-top: 1px solid #D3DECD ;
	border-bottom: 1px solid #D3DECD ;
	padding: 5px 10px ;
	margin: 10px 0;
	background-color: #F5F5F5;
}



.footerbox01{
	width: 640px;
	margin: 0;
	padding: 0;
	background:  url(../img/bg_footerbox_mdl_01.gif) no-repeat;
}

.footerbox02{
	width: 640px;
	margin: 0;
	padding: 0;
	background:  url(../img/bg_footerbox_mdl_02.gif) repeat-y;
}


.footer01{
	width: 140px;
	float : left ;
	text-align: left;
	margin: 0 10px;
}

.footer02{
	width: 140px;
	float : left ;
	text-align: left;
	margin: 0 10px;
}

.footer03{
	width: 140px;
	float : left ;
	text-align: left;
	margin: 0 10px;
}

.footer04{
	width: 140px;
	float : right ;
	text-align: left;
	margin: 0 10px;
}



/* コンテンツ共通
------------------------------------------ */

#contents {
	width:100% ;
	background:  url(../img_cmn/bg_body_02.gif) repeat-x 0 0;
	margin: 0 ;
	padding: 0;
}

.menu-tbl-01 {
	margin: 0 20px 0 0;
}

.tr-beige-01 {
	background-color: #C8C5B2;
	border: 0;
	padding : 10px ;
}

.tr-beige-02 {
	background-color: #DCDBCD;
	border: 0;
	padding : 10px ;
}

.innerlink-list {
	width: 870px ;
	background-color: #EDEDE3;
	margin: 0 auto;
	padding: 5px 20px;
	min-height: 25px;
}

.innerlink-list ul {
	margin: 0 ;
	padding: 0;
}

.innerlink-list ul li {
	list-style-type : none ;
	background:  url(../images/i_arr_01.gif) no-repeat 0 10px;
	float: left;
	margin: 0 ;
	padding: 0 20px 0 13px;
}

.menu-box-b {
	border-top: solid 1px #C8C5B2;
	margin: 20px 0 0 0 ;
	padding: 0 ;
}

.pagetop {
	float: right;
	margin: 0 ;
	padding: 0 20px 0 13px;
}


/* トップページ
------------------------------------------ */

.beige-box-01 {
	width: 510px;
	min-height: 60px;
	color: #FFF;
	background-color: #A9A797;
	padding : 10px ;
}

.beige-inner-pic01 {
	width: 70px;
	float: left;
}

.beige-inner-cont01 {
	width: 169px;
	float: left;
	text-align: left;
	color: #FFF;
	padding: 0 10px 0 0;
	border-right: 1px solid #E1E1D2;
}

.beige-inner-cont02 {
	width: 169px;
	float: right;
	text-align: left;
	padding: 0 10px 0 0;
	color: #FFF;
}

.dot-box-01 {
	width: 360px;
	background:  url(../images/bg_dot_mdl_01.gif) repeat-y 0 0;
	margin: 0 ;
	padding: 10px 20px;
}

.dot-box-01 dl {
	width: 320px;
	border-top: 1px solid #9B9988;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.dot-box-01 dt{
	padding: 8px 0;
}

.dot-box-01 dd{
	margin: -4.5em 0 0 0;
	padding: 0 0 6px 70px;
	background:url(../img_cmn/bg_dot_01.gif) left bottom repeat-x;
}

.xfade {
	position:relative; top:0px; left:0px;
	width: 693px;
}

/* webkit bug fix */
.webkit .xfade {
	position:relative; top:0px; left:0px;
	width: 693px;
	overflow: visible;
}


/* gecko bug fix */
.gecko .xfade {
	position:relative; top:0px; left:0px;
	width: 693px;
	overflow: visible;
}


/* for WinIE5,6 */
.dot-box-01 dl,
.dot-box-01 dt,
.dot-box-01 dd{
	_height: 1%; 
}

/* for WinIE5 */
.dot-box-01 dt,
.dot-box-01 dd{
	\_position: relative;
}

/* IE 6向け */
.dot-box-01 dd img{
	vertical-align:middle;
	padding: 0.3em 0;  
}

/* IE以外とIE7向け */
.dot-box-01 dd > img { 
	padding: 0;
}


/* 店舗案内
------------------------------------------ */

.shop-pic {
	width: 280px ;
	background-color: #EDEDE3;
	margin: 20px 0 0 10px;
	padding: 10px;
}

.shop-tbl-01 {
	border-top: solid 1px #C8C5B2;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}


/* お問い合わせ
------------------------------------------ */

.form-box01 {
	width: 570px ;
	margin: 0 0 0 10px;
	padding: 0;
}

.form-box02 {
	width: 570px ;
	border-top: solid 1px #C8C5B2;
	margin: 0 0 0 10px;
	padding: 10px;	
}

.form-box03 {
	width: 570px ;
	border-top: solid 1px #C8C5B2;
	border-bottom: solid 1px #C8C5B2;
	margin: 0 0 0 10px;
	padding: 10px;	
}

input.iptTxt { 
	width: 350px;
	padding: 1px 1px 0 1px; 
	height: 20px; 
	border: 1px solid #C8C5B2; 
	line-height: 1.2; 
	vertical-align: middle; 
}

textarea.iptTxt { 
	width: 350px;
	padding: 1px 1px 0 1px; 
	height: 60px; 
	border: 1px solid #C8C5B2; 
	line-height: 1.2; 
	vertical-align: middle; 
}

/* 印刷用
------------------------------------------ */

@media print {
	body {}
}


