@charset "utf-8";
/* CSS Document */

/*==========================================
ベースのCSSの設定
============================================*/
/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
margin:0;
padding:0;
}

/*画像の枠線をクリアして位置の初期値の設定*/
img{
border:0;
vertical-align: top;
}

/*リンク時の枠の点線をなしにする*/
a{
outline: none;
}

/*リスト要素の初期値をリセット*/
ul,ol{
list-style: none;
}

/*フロート解除用のハック*/
/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*==========================================
共通
============================================*/
body{
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
	color:#333;
	background:#fff;
}


/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
	color:#fa9a4a;
	text-decoration:underline;
}

a:hover{
	color:#fa9a4a;
	text-decoration:none;
}



/*==========================================
ヘッダーエリアの設定
============================================*/
#header{
	background: #fff;
	width:100%;
	border-bottom: 1px solid #f3f2f2;
	font-size: 1.1em;
}

#header_top{
	width:940px;
	margin: 0 auto;
	position: relative;
}

#header_top h1{
	padding-top: 25px;
}

#header_top p{
	margin: 0 0 20px 60px;
	color: #999;
}

ul#subnav{
	text-align: right;
	position: absolute;
	top: 30px;
	right: 10px;
}

ul#subnav li{
	float: left;
	padding-right: 30px;
}

ul#subnav a.sitemap{
	display: block;
	background: url(images/sitemap.gif) no-repeat 0 0;
	padding-left: 20px;
	min-height: 11px;
}

ul#subnav a.rss{
	display: block;
	background: url(images/rss.gif) no-repeat 0 0;
	padding-left: 18px;
	min-height: 11px;
}




/*==========================================
グローバルナビゲーション・グラフィックの設定
============================================*/
#globalnav{
	width:100%;
	min-height: 48px;
	background: url(images/nav_bg.gif) repeat-x;
}

#globalnav ul{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#globalnav li{
	float: left;
	background: url(images/line.gif) no-repeat left center;
	height: 48px;
	line-height: 48px;
}

#globalnav li.first{
	background-image: none;
}


#globalnav li a{
	color:#fff;
	display: block;
	width:146px;
	height: 48px;
	padding: 0 5px;
	text-align: center;
	font-size: 1.4em;
	text-decoration: none;
}

#globalnav li a:hover{
	background: #fb946b;
}

#header p img{
	display: block;
	width: 940px;
	margin: 0 auto;
}


/*==========================================
コンテンツエリア設定
============================================*/
#content{
	width: 940px;
	margin: 0 auto;
	font-size: 1.2em;
}

#content_left{
	width:690px;
	float: left;
	margin-right: 30px;
}

#sidebar{
	width: 220px;
	float: right;
}

#content p{
	font-size: 1.0em;
}



/*==========================================
コンテンツ領域の枠の設定
============================================*/
#recommend,#info{
	margin-top: 30px;
	background: #fff;
	border:1px solid #e0e0e0;
	padding: 0 16px 30px;
}


/*==========================================
Welcome To HOLLYWOOD CAFE
============================================*/

#welcome{
	margin-top: 45px;
	border:5px solid #e6ded6;
	padding: 0 16px 6px;
}

#welcome h2{
	margin-top: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

#welcome p img{
	display: block;
	float: right;
	margin-left: 8px;
}

#welcome p{
	margin-top: 15px;
	font-size: 1.2em;
}

/*==========================================
RecommendMenuの設定
============================================*/
#recommend h2,#info h2{
	border-bottom: 2px solid #dedede;
	margin-top: 24px;
	padding-bottom: 6px;
}

#recommend h3{
	background: url(images/icon_01.gif) no-repeat 0 0;
	padding-left: 20px;
	margin:20px 0 8px 0;
}

#recommend .box{
	width:317px;
	float: left;
	
}

#recommend .menu_img img{
	display: block;
	float: left;
	margin-right: 8px;
	border:1px solid #eee;
	padding:2px;
}



/*==========================================
「詳細を見る」ボタンの設定
============================================*/
.box p.more{
	text-align: right;
}




/*==========================================
個別のマージン設定
============================================*/
.mRight20{
	margin-right: 20px;
}

.mTop20{
	margin-top: 20px;
}

/*==========================================
Informationの設定
============================================*/

#info h3{
	background: url(images/icon_02.gif) no-repeat 0 5px;
	padding-left: 14px;
	margin-top: 13px;
}

#info span{
	display: block;
	font-size: 0.8em;
	margin:3px 0 0 16px;
	color: #999;
	
}

#info p {
	margin-top: 5px;
	border-bottom: 1px dashed #ccc;
	padding:0 0 16px 14px;
}



/*==========================================
サイドエリアの設定
============================================*/
#access{
	border: 1px solid #a2958c;
	margin:45px 0 35px;
	font-size: 1.1em;
	width: 220px;
}

/*
#access h2{
	background:#827d72;
	padding:12px 0 12px 8px;
}
*/

#access ul{
	padding: 20px 7px 20px 13px;
}

#access li{
	margin-bottom: 8px;
}

#access p{
	text-align: center;
	margin-bottom: 8px;
}

.address{
	background: url(images/icon_03.gif) no-repeat 0 2px;
	padding-left: 20px;
}

.tel{
	background: url(images/icon_04.gif) no-repeat 0 1px;
	padding-left: 20px;
}

.time{
	background: url(images/icon_05.gif) no-repeat 0 2px;
	padding-left: 20px;
}

/*おすすめ情報*/
#bnr h2{
	margin:40px 0 10px;
}

#bnr li{
	margin-bottom: 20px;
}

/*==========================================
ページの先頭へ戻る
============================================*/
#footer p#top{
	position: absolute;
	right: 0px;
	top:-140px;
}




/*==========================================
フッターエリア
===============*/
#footer{
	width: 100%;
	background: #9b958b;
	min-height: 130px;
	margin-top: 80px;
	font-size: 1.1em;
	position: relative;
}

#footer p#copy{
	width: 940px;
	margin: 0 auto;
	text-align: center;
	margin-top: 3px;
	color:#fff;
	padding-top: 15px;
}



