@charset "utf-8";

/*-----------------------------------------------------------------------------------
	Project: Yakiniku.com
	File: css/base.css
	Last edited: 29/Jul/2011
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
	index
		1. Page format
			1-1. Header
			1-2. Footer
			1-3. Navigation
		2. Contents style
		3. Clear & reset class
-----------------------------------------------------------------------------------*/

/* 1. Page format
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	background:#46423c url(../images/common/for_bk_image.png) repeat-x left top;
	line-height: 1;
	font-family: Verdana, sans-serif;
	text-align: center;

}
div#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0;
	background: transparent url(../images/common/for_bk_nav.png) repeat-y left top;
	text-align: left;
	font-size: 12px;
}
	div#side{
		float: left;
		width: 200px;
		padding: 0px 10px 0 20px;
	}
	div#contents{
		float: right;
		width: 740px;
		margin-right: 10px;
	}
		div#main{
			width: 690px;
			margin-top: 1px;
			margin-left: 10px;
			padding: 20px;
			background-image: url(../images/common/for_bk_con.png);
			background-repeat: repeat-x;
		}
		#whats div#main{
			min-height: 640px;
		}

div#footerWrap{
	padding-bottom:20px;
	background: #404040 url(../images/common/for_bk_footer.png) repeat-x left top;
}

/* Link colour */
a:link{color: #0068b7;}
a:visited{color: #4278a1;}
a:hover{color: #e62553;}

/* 1-1. Header
-----------------------------------------------------------------------------------*/
div#header{
	position: relative;
	height: 81px;
}
	#header h1,#header div#hLogo{
		position: absolute;
		width: 222px;
		height: 45px;
		left: 0;
		top: 0;
		padding-top: 35px;
		padding-left: 18px;
		background: transparent url(../images/common/logo_bk_head.jpg) no-repeat 0 0;
	}
	#header div#lead{
		position: absolute;
		left: 260px;
		top: 40px;
		color: #fff;
		font-weight: bold;
	}
	/* Language change */
	#header div#lang{
		position: absolute;
		width: 110px;
		top:20px;
		right: 10px;
		text-align: center;
	}
		#lang ul{
			margin-top: 5px;
			font-size: 10px;
			list-style: none;
		}
			#lang li{display: inline;}
			#lang li.en{margin-right:5px;padding-right:5px;border-right: 1px solid #fff;}
			#lang a{color: #fff;text-decoration: none;}
			#lang a:hover{color: #e62553;text-decoration: underline;}

/* 1-2. Footer
-----------------------------------------------------------------------------------*/
div#footer{
	clear: both;
	width:980px;
	margin:0 auto;
}

/* Go to page top */
#footer div.goTop{
	position: relative;
	height: 55px;
	background: transparent url(../images/common/foot_bk_back.png) no-repeat 0 0;
}
	.goTop a{
		display: block;
		position: absolute;
		width: 90px;
		right: 15px;
		top: 38px;
		padding-left: 10px;
		font-size: 10px;
		text-decoration: none;
		text-align: left;
		color: #fff;
		background: transparent url(../images/common/foot_ico_back.png) no-repeat left center;
	}
	.goTop a:hover{
		color: #e62553;
		background-image: url(../images/common/foot_ico_back_ov.png);
	}

/* navication for site information */
div#navSite{
	width: 220px;
	float: left;
	padding: 20px 0 40px 20px;
	background: transparent url(../images/common/foot_nav_bk.png) no-repeat left bottom;
	text-align: left;
}
	#navSite ul{
		margin-top: 5px;
		line-height: 1.3;
		font-size: 10px;
	}
	#navSite li{
		width: 200px;
		padding-left: 10px;
		background:transparent url(../images/common/for_mk01.png) no-repeat left center;
	}
	#navSite li a{text-decoration: none;}
	#navSite a:hover{color: #e62553;}

/* navication for Restaurant */
div#navShop{
	width: 740px;
	float: right;
	padding-top: 20px;
	text-align: left;
}
	#navShop p{
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}
	#navShop ul{overflow: auto;}
	#navShop li{
		display: block;
		float: left;
		width: 178px;
		margin-right: 1px;
		padding: 5px 0 5px 3px;
		font-size: 10px;
		line-height: 1.3;
		color: #fff;
	}
	#navShop li a{
		display: block;
		margin-bottom: 3px;
		padding:8px 0 8px 43px !important;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		color: #fff;
	}
	#navShop li a span{font-size: 10px;}
	
	/* Restaurant icon */
	#navShop li.rengaya a{background-image: url(../images/common/foot_logo_rengaya.png);background-position: 4% 50%;}
	#navShop li.suminoya a{	background-image: url(../images/common/foot_logo_suminoya.png);background-position: 4% 50%;}
	#navShop li.kohya a{background-image: url(../images/common/foot_logo_kohya.png);}
	
	/* Link:hover */
	#navShop li.hover{background-color: #fff;color: #000;}
	#navShop li.hover a{color: #000;font-weight: bold;}
	#navShop li.hover a span{font-weight: normal;}
	#navShop li.rengaya.hover a{background-image: url(../images/common/foot_logo_rengaya_ov.png)}
	#navShop li.suminoya.hover a{background-image: url(../images/common/foot_logo_suminoya_ov.png)}
	#navShop li.kohya.hover a{background-image: url(../images/common/foot_logo_kohya_ov.png)}

/* Copyright */
p#copyright{
	clear: both;
	margin-top: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #fff;
	font-size: 10px;
	color: #fff;
}
	#copyright img{vertical-align: -3px;}
	#copyright a{text-decoration: none;color: #fff;}
	#copyright a:hover{color: #e62553;}
	
/* 1-3. Navigation
-----------------------------------------------------------------------------------*/
ul#navGlobal{
	border-top: 1px solid #a6a6a6;
	list-style: none;
}
	#navGlobal li{
		padding: 9px 0 9px 5px;
		border-bottom: 1px solid #a6a6a6;
		font-size: 10px;
		line-height: 1.5;
		color: #707070;
	}
	/* fot basic contents */
	#navGlobal a{
		display: block;
		padding-left: 25px;
		font-size: 14px;
		font-weight: bold;
		color: #707070;
		text-decoration: none;
		background: url(../images/common/nav_ico_off.png) 0 0 no-repeat;
	}
		#navGlobal a span{font-size: 10px;font-weight: normal;}
	/* for Restaurant */
	#navGlobal .shop a{
		display: block;
		height: 24px;
		margin-bottom: 3px;
		padding: 5px 0 0 40px;
	}
		#navGlobal .shop a span{font-size: 10px;font-weight: normal;}
	/* Restaurant icon */
	#navGlobal li.rengaya a{background-image: url(../images/common/nav_logo_rengaya.png);}
	#navGlobal li.suminoya a{background-image: url(../images/common/nav_logo_suminoya.png);}
	#navGlobal li.kohya_syd a,#navGlobal li.kohya_bne a,
	#navGlobal li.kohya_cns a{background-image: url(../images/common/nav_logo_kohya.png);}

	/* Mouse over */
	#navGlobal .hover{background-color: #e2e2e2;color: #000;}
	#navGlobal .hover a,
	#navGlobal a:hover{font-weight: bold;color: #e62553;}
	
	/* Current page */
	#whats #navGlobal li.what{background-color: #e2e2e2;}
	#whats #navGlobal li.what a{color: #000;}
	#rengaya #navGlobal li.rengaya,#suminoya #navGlobal li.suminoya,
	#kohya_syd #navGlobal li.kohya_syd,#kohya_bne #navGlobal li.kohya_bne,
	#kohya_cns #navGlobal li.kohya_cns{background-color: #e2e2e2;color: #000;}
	#rengaya #navGlobal li.rengaya a,#suminoya #navGlobal li.suminoya a,
	#kohya_syd #navGlobal li.kohya_syd a,#kohya_bne #navGlobal li.kohya_bne a,
	#kohya_cns #navGlobal li.kohya_cns a{font-weight: bold;color: #000;}

	
/* Navigation for Menya */
div#navGroupR{margin: 9px 0 15px; border-bottom: solid 1px #A6A6A6; padding-bottom: 5px;}

#navGroupR h2{
		padding: 3px 0 3px 30px;
		font-size: 14px;
		font-weight: bold;
		color: #707070;
		background: url(../images/common/nav_ico_group.png) 5px 0 no-repeat;
	}


#navGroupR a{font-weight: bold;}
#navGroupR h3{
	margin: 10px 0 0;
	padding: 15px 0 8px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
}
	h3.menya{background-image: url(../images/common/nav_logo_menya.png);}
	h3.mappen{background-image: url(../images/common/nav_logo_mappen.png); border-top: dotted #A6A6A6 1px;}
	h3.oiden{background-image: url(../images/common/nav_logo_oiden.png); border-top: dotted #A6A6A6 1px;}

#navGroupR ul{
	margin-top: 5px;
	padding-left: 5px;
	line-height: 1.5;
	font-size: 10px;
	color: #707070;
}

#navGroupR ul li{ margin-bottom: 5px;}
/* Topic Path */
div#topicPath{margin: 0 0 20px;}
	#topicPath ol{line-height: 1.5;}
	#topicPath li{
		display: inline;
		margin-right: 5px;
	}
	#topicPath a{
		text-decoration: none;
		color: #fff;
	}
	#topicPath a:after{content:" >";}
	#topicPath a:hover{color: #e62553;}
	
/* 2. Contents style
-----------------------------------------------------------------------------------*/
/* main image area */
div#flaArea,div#mImages{width: 740px;height: 499px;overflow: hidden;}
div#mImages{position: relative;}
	#mImages h1{
			position: absolute;
			left: 30px;
			top: 20px;
			z-index: 10;
		}
div#slider{
	position: relative;
	width: 740px;
	height: 498px;
	overflow: hidden;
	z-index: 3;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Heading and Body */
#main h2{margin-bottom: 15px;}
div.section{margin-bottom: 30px;}
div.section.wYakiniku{margin-bottom: 100px;}
#main .para{
	margin-bottom: 20px;
	line-height: 1.5;
}
#shopLead{line-height: 1.5;}
#shopLead p{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#shopLead div span{
	font-size: 18px;
	font-weight: bold;
}
.fImg{/* float image*/
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

/* News List */
#news ul#list{line-height: 1.8;}
#news #list a{
	display:block;
	padding: 3px 0 3px 8px;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
#news #list a:hover{background-color: #fff;}
#news #list a:hover span{color: #e62553;}

/* Menu Download */
#menu{margin: 15px 0 20px;}
#menu ul{
	overflow: visible;
	line-height: 1.3;
}
	#menu li{
		display: block;
		float: left;
		width: 148px;
		margin-right: 10px;
	}

/* Contact and booking */
div#contact{
	margin: 20px 0;
	height: 300px;
}
#kohya_syd div#contact{
	height: 500px;
}
#kohya_bne div#contact{
	height: 500px;
}
#suminoya div#contact{
	height: 500px;
}

div#add{
	float: left;
	width: 280px;
}
	#add h3{margin-bottom: 10px;}
	#add p,#add dl{
		margin-bottom: 10px;
		line-height: 1.3;
	}
	#add dt{font-weight: bold;}
	#add dd{margin-bottom: 5px;}

div#map{
	float: right;
	width: 410px;
	height: 300px;
	text-align: right;
}
	#map iframe{margin-bottom: 5px;}
	#map a{
		font-size: 10px;
		color: #fff;
		text-decoration: none;
	}
	#map a:hover{color: #e62553;}

div#likeBox {
	clear: both;
	margin-top: 20px;
	width: 690px;
	background-color: ;
}

/* 3. Clear & reset class
-----------------------------------------------------------------------------------*/
/* Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php */
.clfix:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
.clfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clfix{height:1%;}
.clfix{display:block;}
/* End hide from IE-mac */
.clr{display:block;height: 1px;width: 1px;clear: both;}
