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

html, body {
    margin: 0;
    padding: 0;
    /* background: url(./img/layout/bg_body.jpg) repeat-x; */
}

/* ヘッダーライン */
#headerLine {
    margin: 0 auto;
    width: 100%;
    height: 10px;
    background: url(./img/layout/bg_header.jpg) repeat-x;
}

/* ヘッダー */
#header {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 220px;
    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: 13px;
    text-align: right;
}

/* コンテナ */
#container {
    width: 900px;
    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;
    background-color: #ffffff;
}

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


#globNavi .btn li {
        width: 150px;
        height: 50px;
        float: left;
}


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

#globNavi ul.btn li.btn01 a {
        background-image:url(./img/layout/header_menu01.jpg);
}
#globNavi ul.btn li.btn02 a {
        background-image:url(./img/layout/header_menu02.jpg);
}
#globNavi ul.btn li.btn03 a {
        background-image:url(./img/layout/header_menu03.jpg);
}
#globNavi ul.btn li.btn04 a {
        background-image:url(./img/layout/header_menu04.jpg);
}
#globNavi ul.btn li.btn05 a {
        background-image:url(./img/layout/header_menu05.jpg);
}
#globNavi ul.btn li.btn06 a {
        background-image:url(./img/layout/header_menu06.jpg);
}

#globNavi ul.btn li.btn07 a {
        background-image:url(./img/layout/header_menu07.jpg);
}

#globNavi ul.btn li.btn08 a {
        background-image:url(./img/layout/header_menu08.jpg);
}

#globNavi ul.btn li.btn09 a {
        background-image:url(./img/layout/header_menu09.jpg);
}

#globNavi ul.btn li.btn10 a {
        background-image:url(./img/layout/header_menu10.jpg);
}

#globNavi ul.btn li.btn11 a {
        background-image:url(./img/layout/header_menu11.jpg);
}

#globNavi ul.btn li.btn12 a {
        background-image:url(./img/layout/header_menu12.jpg);
}

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

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

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

#content p {
    padding: 0 5px 0 10px;
    font-size: 12px;
    letter-spacing: 3.0px;
}

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

#header #search {
    float: right;
}


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

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

#footer {
    clear: both;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #006600;
    height: 105px;
}

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

#footer .seo {

    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #006600;
    letter-spacing: 1.0px;
}

#footer a {
    color: #FFFFFF;
}

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

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

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

#content2 h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px 0;
    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;
}

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

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

#whatsNew {
    background: url(img/layout/bg_news.gif) right bottom no-repeat;
    padding: 10px 0 10px 15px;
}

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


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

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

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

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

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

#content2 .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;
}

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

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

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

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

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

#content2 .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;
}

#content2 .box .thumbnail:hover {
	border-color: #aaa;
}

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

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

.logo {
    float: left;
}

.line_pad {
    padding-bottom: 10px;
}

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

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

.img_left {
    float: left;
    padding: 5px;
}

.bannerKobe {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
}

a img {
    border-style: none;
}

.clear {
    clear: both;
}

#content2 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;
}