/* CSS Document */
@charset "euc-jp";
* {
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

body{ 
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 80%;
	line-height: 1.8;
	background-color: #FFFFFF;
} 
body *, 
body p{ 
    line-height:1.4;
} 
table{ 
    font-size:1em; 
}

hr {
	display: none;
}
img {
	border: 0;
}

strong {
	font-size: 13px;
	color: #624b20;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

/*--------------------------------------*/
/* link styles
----------------------------------------*/
a img     {border: none;}
a:link    {color: #333300;text-decoration: underline;}
a:visited {color: #333300;text-decoration: underline;}
a:hover   {color: #FF66CC;text-decoration: none;}

/* ------------------------------------- 
 *	線装飾
 * ------------------------------------- */

.dotted_line {
	margin: 4px 0px 4px 0px;
	height: 1px;
	border-top: 1px dotted #CCCCCC;
	text-decoration: underline;
}

/*---------------------------------------
 * 共通設定
 * --------------------------------------- */
#wrapper {
	position:relative;
	text-align:center;
	margin:0 auto;
}
#header {
	width: 865px;
	margin: 0 auto;
	
	height: 95px;
}
#headerleft {
	font-size: 90%;
	line-height: 1.4em;
	float: left;
	text-align: left;
	padding-top: 5px;
}
#headerright {
	font-size: 85%;
	line-height: 1.4em;
	float: right;
	text-align: right;
	padding-top: 20px;
}
#globalnavi {
	width: 865px;
	margin: 0 auto;
	height: 55px;
	background: url(./img/bg_gn00.gif) bottom repeat-x;
	clear: both;
}
#image {
	width: 865px;
	height: 255px;
	margin: 0 auto;
	background: url(./img/image.jpg) center no-repeat;
}

#topmain {
	width: 865px;
	margin: 0 auto;
	border-top: 5px #695126 solid;
}
#topleft {
	float: left;
	text-align: left;
	width: 420px;
	border-right: 1px #CCCCCC dotted;
}
#topright {
	float: right;
	text-align: right;
}

#main {
	width: 865px;
	margin: 0 auto;
	
	color: #000000;
}
#left {
	float: left;
	text-align: left;
	width: 210px;
}
#right {
	float: right;
	text-align: left;
	font-size: 100%;
	width: 645px;
}
#pankuzu {
	height: 30px;
}

#footer{
	clear: both;
	position:relative;
	text-align:center;
	margin:0 auto;
	background-image:url(./img/bg_footer.gif);
	background-repeat:repeat-x;
}
#footerbox {
	width: 865px;
	text-align:left;
	margin: 0 auto;
}
#footernavi {
	height: 50px;
	color: #FFFFFF;
	line-height:1.7;
	padding: 5px 0px 0px 0px;
}
#footernavi a:link    {color: #FFFFFF;text-decoration: none;}
#footernavi a:visited {color: #FFFFFF;text-decoration: none;}
#footernavi a:hover   {color: #FF66CC;text-decoration: none;}

#copyright {
	height: 30px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------*/
/* トップページ
----------------------------------------*/
.table_iframe {
	font-size: 12px;
	line-height: 1.6em;
}

/*--------------------------------------*/
/* お店紹介
----------------------------------------*/
.super_staff {
	width: 285px;
	padding: 15px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	text-align:left;
}
.staff {
	width: 190px;
	padding: 15px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	text-align:left;
}

/*--------------------------------------*/
/* カスタマイズ
----------------------------------------*/
.r_content {
	margin: 10px 10px 0px 10px;
}

.normal_text {
	color: #333333;
	font-size: 80%;
}

.pink {
	color: #FF6699;
}

.waku {
	border: 3px double #8bcaf8;
	padding: 5px;
}

.space {
	padding: 5px;
}
.tcstm table {
	background: #CCCCCC;
}
.tcstm th {
	background: #EEEEEE;
	width:140px;
	padding:5px;
	font-weight:normal;
}
.tcstm td {
	background: #FFFFFF;
	width:400px;
	padding:5px;
}

.mh {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: center;
}

