/*書式設定
----------------------------------*/

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:14px;
	color: #444444;
	background-image: url(../images/hmi_bg.jpg);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*p{
	margin-bottom:0em;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	line-height: 160%;
}*/

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}
ul{
	list-style-type: none;
}

td{text-align:left;}



/*====================================
basic
====================================*/
#hmi_WRAPPER{
	width: 990px;
	margin: 0 auto;
	background-repeat: repeat;
}

#slideshow ul {
	overflow: hidden;
}

/* -----------------------------------------
		Slideshow
----------------------------------------- */

#slideshow {
	width: 598px;
	height: 490px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}

#main_p {
	width: 598px;
	height: 490px;
	overflow: hidden;
	position: relative;
	float:left;
}

#main_p div {
	top: 0;
	left: 0px;
	position: absolute;
}

#sumb_ov {
	width: 598px;
	height: 0px;
	clear:both;

}

@media print {
	#sumb_ov {
		font-size: 0px;
	}
}

#sumb_ov ul {
	width: 598px;
	margin-left: 0px;
	padding-top: 0px;
}

#sumb_ov ul li {
	width: 0px;
	float: left;
	display: block;
	float: left;
}


/*====================================
float
====================================*/
.flL {
	float:left;
	display: block;
}

.flR {
	float:right;
	display: block;
}

/*====================================
box
====================================*/
.box_0{
	margin: 0;
	padding: 0;
}

.box_0center{
	margin: 0 auto;
	padding: 0;
}


/*====================================
margin
====================================*/
.margin_b20{
	margin: 0px 0px 20px 0px ;
}
.margin_t10{
	margin: 10px 0px 0px 0px ;
}
.margin_t20{
	margin: 20px 0px 0px 0px ;
}

/*====================================
padding
====================================*/

.pad_12{
	padding: 12px;
}

/*====================================
link
====================================*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}

/*====================================
clearfix
====================================*/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
/* Hides from IE-mac \*//*/
	height: auto;
	overflow: hidden;
/* End hide from IE-mac */
}
/*----------------------------------*/
.clear0 {
	clear: both;
	height: 0px;
}




/*====================================
hidden
====================================*/
em{
	display: block;
	text-indent: -9999px;
}
/*MacIE HACK------------------- \*//*/
em{
	height:0px;
	width:0px;
	overflow:hidden;
}
*/


.b14 {
	margin-bottom:14px;
}


/*====================================
牛肉別ボタン
====================================*/
.ushi {
	position:absolute;
	z-index: 999;
}

#btn-ushi1 {
	top: 522px;
	left: 528px;
}
#btn-ushi2 {
	top: 840px;
	left: 633px;
}
#btn-ushi3 {
	top: 1156px;
	left: 407px;
}
#btn-ushi4 {
	top: 1156px;
	left: 805px;
}
#btn-ushi5 {
	top: 1491px;
	right: 156px;
}




/****************************
タブ切り替え
****************************/
#tab-box {
	background:none;
}

#tab-box ul {
    width: 910px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    }  
#tab-box ul li {  
    margin-right:0px;  
    float:left;  
    font-size:0;
    margin-right: 0px;
}

#tab-box ul li:hover {
	cursor:pointer;
}

#tab-box ul li a img{  
    outline:none;  
    border:none;  
}  

#tab-box span {
	display:block;
}

/* タブ画像 */
#tab_nav1 span {
	display:block;
	width:303px;
	height:81px;
	background-image:url('../images/tab1.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#tab_nav2 span {
	display:block;
	width:303px;
	height:81px;
	background-image:url('../images/tab2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#tab_nav3 span {
	display:block;
	width:303px;
	height:81px;
	background-image:url('../images/tab3.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}



/* ホバー時のタブ画像 */
#tab_nav1 span:hover {
	background-image:url('../images/tab1_s2.jpg');
}
#tab_nav2 span:hover {
	background-image:url('../images/tab2_s2.jpg');
}
#tab_nav3 span:hover {
	background-image:url('../images/tab3_s2.jpg');
}


/* アクティブ時のタブ画像 */
#tab_nav1 span.active {
	background-image:url('../images/tab1_s3.jpg');
}
#tab_nav2 span.active {
	background-image:url('../images/tab2_s3.jpg');
}
#tab_nav3 span.active {
	background-image:url('../images/tab3_s3.jpg');
}





.clearFix:after{  
    display:block;  
    clear:both;  
    height:0;  
    visibility:hidden;  
    content:".";  
    zoom:1;  
}
.tab_con {
    width:990px;
    height: auto;
}

.hide {
	display:none;/*タブ表示・非表示*/
}


.tab_con_wrap {
	background-image:url('../images/tab_con_bg.gif');
	background-position: top center;
	background-repeat: y-repeat;
	margin-bottom:40px;
}

.nav_wrap {
	width:990px;
	background-image:url('../images/nikutabi_009.jpg');
	background-position: top center;
	background-repeat: y-repeat;
}

/*====================================
ページトップ
====================================*/

p.go_top{
position: fixed;
right: 5%;
bottom: 0px;
}
p.gotop a{
width: 47px;/*画像の横幅と同じ*/
height: 43px; /*画像の縦幅と同じ*/
display: block;
}
