/*
Theme Name: Pyramid
Theme URI: http://www.www.www/
Description: Egyptian Restrant Pyramid
Author: LIFTING
*/

@charset "UTF-8";

/*

00. ベーススタイル + ベースレイアウト
01. トップ
02. メニュー
03. 料理の話
04. お店のご案内 + アクセスマップ
05. メディア
06. イベント
*/


/*---------- 00. ベーススタイル + ベースレイアウト ----------*/
* {
	margin: 0;
	padding: 0;
	zoom: 1;
	}
body, html {
	width: 100%;
	height: 100%;
	min-height: 600px;
	}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	}
body {
	background: #FCF8E6 url(img/texture.jpg) no-repeat center top;
	color: #640000;
	font: 12px/1.8 "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
	}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
	}
.txt_style01 { margin-bottom: 1.5em; }
img { border: 0; }
img.floatR { float: right; }
img.floatL { float: left; }

.dot {
	margin: 20px 0;
	height: 1px;
	background: url(img/dot.png) repeat-x;
	}
.dot span {
	display: none;
	}

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */

a:link, a:visited {
	color: #640000;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #C80000;
	text-decoration: underline;
	}


#wrapper {
	margin: 0 auto 30px;
	padding: 0;
	width: 960px;
	background: #FFF url(img/wrapper-bottom.png) no-repeat center bottom;
	}
/* header --------------------*/
#header {
	padding: 20px 30px 10px;
	height: 80px;
	width: 900px;
	}
#header h1 {
	margin-top: 40px;
	float: left;
	}
#headerR {
	float: right;
	}
#headerR p {
	text-align: right;
	font-size: 11px;
	}

/* nav --------------------*/
#nav {
	height: 45px;
	background: url(img/nav-bg.png) no-repeat;
	z-index: 4;
	position: relative;
	}
#nav ul {
	padding: 0 30px;
	height: 85px;
	background: url(img/nav-bottom.png) no-repeat center bottom;
	}
#nav ul li {
	padding-right: 30px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
	}
#nav ul li a:link, #nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	}
#nav ul li a:hover, #nav ul li a:active {
	color: #F79626;
	text-decoration: none;
	}


/* footer --------------------*/
#footer {
	position: relative;
	z-index: 3;
	padding: 0;
	height: 150px;
	background: url(img/footer_bg.png) no-repeat center bottom;
	}
#footer-cont {
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 960px;
	text-align: center;
	}
#footer-cont p {
	font-size: 12px;
	line-height: 1.7;
	color: #FFF;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	}
#footer-cont address {
	padding-top: 20px;
	font-style: normal;
	font-size: 9px;
	letter-spacing: 0.1em;
	color: #FFF;
	}
img#pyramid {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 140px;
	}

/*---------- 01. トップ ----------*/
#news-topics {
	margin-left: 30px;
	margin-top: -70px;
	position: relative;
	z-index: 5;
	}
#news-topics p {
	margin-bottom: 10px;
	}
#news-topics dl {
	
	}
#news-topics dt {
	margin-right: 20px;
	float: left;
	}
#news-topics dd a:link, #news-topics dd a:visited {
	text-decoration: none;
	}
#news-topics dd a:hover, #news-topics dd a:active {
	text-decoration: underline;
	}

#main {
	margin-top: 50px;
	padding: 0 30px 30px;
	height: 100%;
	}
#main h2 {
	margin-bottom: 30px;
	}
#main #promotion .contBox {
	width: 210px;
	float: left;
	position: relative;
	}
#main #promotion .contBox .imageBox {
	background: url(img/top_promotion-bg.png) no-repeat center top;
	width: 210px;
	height: 170px;
	}


#main #promotion .contBox h3 {
	margin-bottom: 10px;
	}
#main #promotion .contBox p {
	line-height: 1.5;
	margin-bottom: 40px;

	}
.grid01 {
	float: left;
	width: 20px;
	height: 320px;
	}
img.label01 {
	position: absolute;
	top: -25px;
	left: -20px;
	}
img.label02 {
	position: absolute;
	top: -25px;
	right: -20px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	}
.contBox02 img.label02 {
	position: absolute;
	top: -25px;
	left: -20px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	}
.social{
	margin-top: 35px;
	width: 300px;
	float: left;
}

.social2{
	margin-top: 35px;
	margin-left: 15px;

	width: 300px;
	float: left;
}

/*---------- 02. メニュー ----------*/
h2.contents-title {
	width: 900px;
	height: 40px;
	background: url(img/cont_title-bg.png) no-repeat;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
	}
#menu-pickUp {
	margin-bottom: 80px;
	}
.contBox02 {
	float: left;
	width: 280px;
	height: 100%;
	position: relative;
	}
#menu-pickUp .first, #menu-pickUp .center {
	margin-right: 30px;
	}
.contBox02 h3 {
	margin-bottom: 20px;
	}
.contBox02 p {
	line-height: 1.6;
	}
.imageBox02 {
	width: 280px;
	height: 230px;
	background: url(img/menu_main-bg.png) no-repeat center top;
	}

#menu_list-main {
	margin-right: 80px;
	float: left;
	width: 560px;
	}
#menu_list-sub {
	float: right;
	width: 260px;
	}
table.menu_list {
	margin-bottom: 70px;
	width: 560px;
	font: 15px/1.5 sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	}
table.menu_list caption {
	padding-left: 14px;
	text-align: left;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	height: 50px;
	width: 560px;
	background: url(img/menu_category-bg.png) no-repeat left top;
	}
table.menu_list th {
	padding: 4px 0;
	float: left;
	font-weight: normal;
	text-align: left;
	width: 490px;
	vertical-align: top;
	}
table.menu_list td {
	padding: 4px 0;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 70px;
	font-family: verdana, sans-serif;
	}
p.osusume {
	margin-right: 5px;
	float: left;
	display: block;
	width: 50px;
	height: 20px;
	background: url(img/osusume.png) no-repeat left 4px;
	}
p.osusume span {
	display: none;
	}
.menu-image {
	margin-bottom: 12px;
	}
.menu-image p {
	font-size: 10px;
	}

/*---------- 03. 料理の話 ----------*/
.story-cont {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url(img/dot.png) repeat-x left bottom;
	}
.story-cont h3 {
	margin-bottom: 30px;
	}
.story-cont .txt {
	float: left;
	width: 560px;
	}
.story-cont .image {
	float: right;
	width: 280px;
	}
.txt-sub {
	margin-top: 50px;
	position: relative;
	}
.txt-sub h4 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
	}
.txt-sub p {
	font-size: 11px;
	}
#duck-course {
	position: relative;
	margin-top: 40px;
	padding: 30px;
	width: 500px;
	height: 270px;
	background: url(img/course_bg.png) no-repeat;
	}
#duck-course h4 {
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
	}
#duck-course ul {
	margin-bottom: 10px;
	}
#duck-course ul li {
	margin-bottom: 4px;
	padding-left: 14px;
	background: url(img/list-ico00.png) no-repeat left 4px;
	line-height: 1.4;
	}
img.label03 {
	position: absolute;
	top: 20px;
	right: 20px;
	}
#duck-course p {
	margin-top: 8px;
	font-size: 10px;
	}
p.txt_style02 {
	font-family: "Hiragino Mincho pro W3", "ヒラギノ明朝", serif;
	font-weight: bold;
	font-size: 13px;
	}

/*---------- 04. お店のご案内 + アクセスマップ ----------*/
#profile {
	margin-bottom: 60px;
	}
img.profile-photo {
	float: left;
	margin-right: 30px;
	}
#profile .txt {
	margin-bottom: 40px;
	}
.mixi {
	float: left;
	width: 350px;
	}
.mixi p.txt_style01 {
	font-weight: bold;
	font-size: 13px;
	}
.mixi p {
	font-size: 11px;
	}
.made-in-amagasaki {
	float: right;
	}
.made-in-amagasaki img {
	}
.made-in-amagasaki p {
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
	}

#access img {
	margin-bottom: 30px;
	}
#access .txtL {
	margin-right: 60px;
	float: left;
	width: 280px;
	}
#access .txtR {
	float: right;
	width: 560px;
	}
.bold {
	font-size: 13px;
	font-weight: bold;
	}
p#email {
	margin-top: 15px;
	font-weight: bold;
	}
#access ul {
	margin: 15px 0;
	}
#access ul li {
	padding-left: 15px;
	margin-bottom: 8px;
	line-height: 1.6;
	background: url(img/list-ico00.png) no-repeat left 4px;
	}
/*---------- 05. メディア ----------*/
p.txt_style03 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	}
table#media {
	margin-bottom: 20px;
	width: 897px;
	border-collapse: collapse;
	border-spacing: 0;
	}
table#media th {
	padding: 4px 0;
	text-align: center;
	border-right: 1px solid #640000;
	font-weight: bold;
	}
table#media th:last-child,
table#media td:last-child {
	border-right: 0px;
	}
table#media th.table01 {
	width: 130px;
	}
table#media th.table02 {
	width: 480px;
	}
table#media th.table03 {
	width: 140px;
	}
table#media th.table04 {
	width: 150px;
	}
table#media td {
	padding: 6px 0;
	border-right: 1px solid #640000;
	border-top: 1px solid #ECD7C6;
	text-align: center;
	}
table#media td.table05 {
	padding-left: 30px;
	text-align: left;
	}


/*---------- 06. ニュース ----------*/
#monthsidebar {
	float: left;
	width: 180px;
	padding:0 20px 0 10px;
	}
.list{
	font-size:0.8em
	}
.list li{
	margin-bottom:10px;
	}
#monthcontent {
	float: left;
	width: 680px;
	}
#newscontent{
	margin:0 0 40px 0;
	font-size: 1.2em;
	}
.newstitle{
	font-size: 1.2em;
	}

.newsexcerpt{
	font-size: 0.9em;
	}

#bread{
	width:680px;
	float: left;
	text-align:right;
	font-size: 0.8em;

	}

#date{
	width:680px;
	float: left;
	font-size: 0.8em;

	}



/*---------- 06. イベント ----------*/
h3#event-title {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: -0.1em;
	background: url(img/dot.png) repeat-x left bottom;
	}
img.poster {
	padding-bottom: 30px;
	padding-right: 50px;
	float: right;
	}
#shop-info {
	margin-top: 60px;
	}
p.txt_style04 {
	font-weight: bold;
	font-size: 14px;
	}



































