@charset "UTF-8";
/* CSS Document */

/* リンク 疑似クラス ------------------------- */

.link02 a:link {color:#F00; text-decoration:underline;}
.link02 a:visited {color:#511205; text-decoration:underline;}
.link02 a:hover {color:#000;}
.link02 a:active {color:#C8B08E;text-decoration:underline;}
	


/*ここからメインコンテンツ*/

/*スタッフ募集用CSS*/
table.staff {
	width:550px;
	border:solid 1px #866D44;
	border-collapse:collapse;
	}
	
.info01 {
	width:150px;
	height:40px;
	background-color:#866D44;
	color:#FFFFFF;
	border-bottom:solid 1px #FFF;
	text-align:center;
	}
.table_last {
	border-bottom:solid 1px #866D44;
	}
.info02 {
	padding:5px 0px 5px 20px;
	border-bottom:solid 1px #866D44;
	}
.text_staff {
	font-size:1.7em;
	color:#FF0000;
	font-weight:bolder;
	padding:15px 0px 10px 0px;
	}
.tel {
	font-size:20px;
	color:#FF0000;
	font-weight:bolder;
	}
.subtext_info {
	padding-bottom:20px;
	font-size:15px;
		}

/*PhotoGallery*/
p.title {
	padding:5px 0px 10px 15px;
	}
	
ul#photoG {
	padding:10px 10px 0px 15px;
	}
#photoG li {
	float:left;
	padding:0px 20px 15px 0px;
	}
	
/*ちらし用CSS*/	
.content01 {
	padding:10px 0px 10px 15px;
	}

/*100円焼肉祭用CSS*/

.tirasi {
	border:solid 1px;
	}
.tirasi_syousai {
	border:solid #990000;
	width:543px;
	margin:5px;
	padding:5px;
	}
.text_staff02 {
	font-size:1.2em;
	color:#F00;
	font-weight:bolder;
	padding:15px 0px 10px 0px;
	line-height:1.4em;
	text-shadow: #bbb 1px 1px 0px;
	}

/*二周年感謝祭用CSS*/
.tirasi_attention {
	width:520px;
	margin:0px 0 20px;
	padding:5px;
	color:#900;
	font-size:1.3em;
	}
.store_map {
	padding-top:20px;
	}
	
.content_joshikai {
	width: 565px;
	background: url(../image/other/joshikai_bg.jpg) repeat-x;
}
.content_joshikai p {
	margin: 20px;
}

/*焼肉フェア用CSS*/
.image_fair {
	margin-top:-10px;
	}	
	
/*三店舗・大感謝祭用CSS*/
.tirasi_3tenpo {
	width:570px;
	padding-left:15px;
	}

p.tag0 {
	font-size:1.1em;
	font-weight:bold;
	width:545px;
	background-color:#FFCC00;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	}
p.tag {
	letter-spacing:5px;
	font-weight:bold;
	width:110px;
	background-color:#FFCC00;
	padding:3px;
	margin:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;  
	-moz-border-radius-topright: 10px;  
	}
		
.store {
	width:545px;
	border:#FFCC00 2px solid;
	padding:5px;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;  
	}
.store li{
	margin:3px;
	}

