/****************************************
　　　スタイルシート styles.css
****************************************/

html, body {
    margin: 0;
    padding: 0;
    height:100%;
    background-color: #F8F9F3;
}

/* ヘッダー */
#header {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

/* ヘッダー内のトップメニュー */
#topmenu {
    width: 500px;
    float: right;
    background-color: #ffffff;
}

#topmenu p {
    padding-top: 5px;
    padding-right: 20px;
    font-size: 15px;
    text-align: right;
}

/* コンテナ */
#container {
    width: 1055px;
    min-height:100%;
    background-image: url(./img/bg_grand_01.jpg);
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


/* グローバルナビ */
#globNavi {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#globNavi ul.btn {
        margin: 0px;
        list-style-type: none;
        padding: 0px;
}


#globNavi .btn li {
        width: 128px;
        height: 43px;
        float: left;
}


#globNavi ul.btn li a {
    display: block;
    width: 128px;
    height: 43px;
    text-indent: -10000em;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

#globNavi ul.btn li.btn01 a {
    background-image:url(./img/head_menu01.jpg);
}
#globNavi ul.btn li.btn02 a {
    background-image:url(./img/head_menu02.jpg);
}
#globNavi ul.btn li.btn03 a {
    background-image:url(./img/head_menu03.jpg);
}
#globNavi ul.btn li.btn04 a {
    background-image:url(./img/head_menu04.jpg);
}
#globNavi ul.btn li.btn05 a {
    background-image:url(./img/head_menu05.jpg);
}
#globNavi ul.btn li.btn06 a {
    background-image:url(./img/head_menu06.jpg);
}
#globNavi ul.btn li.btn07 a {
    background-image:url(./img/head_menu07.jpg);
}

#globNavi ul.btn li.btn01 a:hover{
    background:url(./img/head_menu01on.jpg) no-repeat;
}
#globNavi ul.btn li.btn02 a:hover{
    background:url(./img/head_menu02on.jpg) no-repeat;
}
#globNavi ul.btn li.btn03 a:hover{
    background:url(./img/head_menu03on.jpg) no-repeat;
}
#globNavi ul.btn li.btn04 a:hover{
    background:url(./img/head_menu04on.jpg) no-repeat;
}
#globNavi ul.btn li.btn05 a:hover{
    background:url(./img/head_menu05on.jpg) no-repeat;
}
#globNavi ul.btn li.btn06 a:hover{
    background:url(./img/head_menu06on.jpg) no-repeat;
}
#globNavi ul.btn li.btn07 a:hover{
    background:url(./img/head_menu07on.jpg) no-repeat;
}

/* 左サイドメニュー */
#sideLeft {
    overflow: hidden;
    width: 185px;
    float: left;
    background-color: #ffffff;
}

#sideLeft p {
    font-size: 13px;
}

/* 中央コンテンツ */
#content {
    width: 635px;
    overflow: hidden;
    float: left;
    margin-left: 78px;
    padding-right: 5px;
    background-color: #ffffff;
}

/* 料理メニューコンテンツ */
#content2 {
    width: 900px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    margin-left: 75px;
    padding-left: 5px;
    padding-right: 4px;
    background-color: #ffffff;
}

#content p {
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 1.5px;
}

.oshirase {
    font-size: 18px;
    line-height: 2.0em;
    letter-spacing: 1.5px;
    margin-left: -50px;
}

#content a{
    color: #006699;
    font-size: 16px;
    border-bottom: 1px dotted #999;
}

#content p a{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

#content2 a{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

#content2 p a{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}


#content2 img a{
    clear: both;
    border-style: none;
    text-decoration: none;
}

#pagebute {
    line-height: 2.0em;
    letter-spacing: 0.2em;
}

#content li {
    font-size: 14px;
    margin-left: -15px;
    line-height: 2.0em;
    letter-spacing: 1.5px;
}

#content li a{
    font-size: 14px;
    line-height: 2.0em;
    letter-spacing: 1.5px;
    border-bottom: 1px dotted #999;
}

/* 右サイドメニュー */
#sideRight {
    overflow: hidden;
    width: 250px;
    margin-right: 70px;
    float: right;
    background-color: #ffffff;
    min-height:100%;
}

#header #search {
    float: right;
}


#sideRight #search {
    padding-bottom: 15px;
}

/****************************************
    ページフッター footer
****************************************/

#footer {
    width: 900px;
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#footer p {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.0px;
}

#footer a {
    color: #006699;
    text-decoration: none;
}

/****************************************
    hタグ
****************************************/

#header h2 {
    clear: both;
    color: #333333;
    font-size: 13px;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right;
}

#content h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 3px;
    line-height: 2.0em;
    border-bottom: 1px dotted #999;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

#content h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

#sideRight h4 {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #999;
}

#content2 h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 3px;
    line-height: 2.0em;
    border-bottom: 1px dotted #999;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

#content2 h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}


#content .cal {
    font-weight: bold;
}

/****************************************
    WhatsNew
****************************************/

#whatsNew {
    margin-top:10px;
    line-height: 2.0em;
    padding-left: 10px;
}

#whatsNew a{
    color: #006699;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}


/****************************************
    料理メニュー
****************************************/

#content .box {
        margin-top: 10px;
        padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	clear: both;
}

	* html #mainAria .box {
		zoom: 100%;
	}

	*+html #mainAria .box {
		zoom: 100%;
	}

#content .box .title{
        font-size: 16px;
        font-weight: bold;
}

#content .box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#content .box h3 {
        margin: 0 0 0 145px;
        color:#333333;
	font-size: 14px;
	font-weight: bold;
        height:25px;
	padding: 0;
	background: none;
	border: none;
	display: block;
	line-height: 1.5;
}

#content .box h3 a {
	padding: 5px 0 1px 0;
        height:20px;
        color:#333333;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#content .box h3 a:hover {
        color: #FF6600;
}

#content .box .text {
	margin: 5px 0 5px 145px;
        color:#333333;
	line-height: 1.5;
}

#content .box .date {
	margin: 0 0 0 115px;
	text-align: right;
}

#content .box .price {
	margin: 0 0 0 115px;
	text-align: right;
	font-weight: bold;
}


#content .box .price {
	margin: 0 0 0 115px;
	text-align: right;
	font-weight: bold;
}


#content .box .thumbnail {
        margin: 0;
	width: 128px;
	height: 90px;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #ddd;
	overflow: hidden;
	float: left;
	text-align: center;
	text-decoration: none;
}

/* 
#content .box .thumbnail:hover {
	border-color: #aaa;
}
*/

#content .box .lunch {
	clear: both;
        font-size: 14px;
        font-weight: bold;
}

#content .linkTitle {
        font-size: 14px;
        font-weight: bold;
}

/****************************************
　　Class フォントサイズ・カラーなど
****************************************/

.logo {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    padding-bottom: 20px;
}

.line_pad {
    padding-bottom: 10px;
}

.title_gensen {
    padding-top: 10px;
    padding-bottom: 10px;
}

.img_right {
    float: right;
    padding: 5px;
}

.img_left {
    float: left;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.bannerKobe {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
}

a img {
    border-style: none;
}

.clear {
    clear: both;
}

#content blockquote {
        background: #FFFACD;
        padding: 10px;
}

strong {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: normal;
}

.recipeText {
    padding-left: 25px;
}

.shopName {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dotted #999;
}

#headerFlash {
    overflow: hidden;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

h4 {
    color: #FF8000;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.0px; 
}


.osusume {
    padding-left: 11px;
}

.oshirase {
    padding-left: 65px;
}
.color_orange {
    color: #FF8000;
    font-weight: bold;
}

.title_glay {
    font-size: 16px;
    letter-spacing: 1.0px; 
    color: #222222;
    font-weight: bold;
}

.topmail {
    padding-bottom: 3px;
}

.red {
    color: #f00;
}

.course_title {
    font-weight: bold;
    font-size: 16px;
    latter-spacing: 1.0px;
}

.font14 {
    font-size: 10px;
}


