﻿/*  
Template Name: Paperwork
Theme URI: http://www.wpthemesexpert.com/
Description: Paperwork
Author: Wordpress Themes Expert
Version: 1.0
Author URI: http://www.wpthemesexpert.com/
*/


html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	border: 0;
	color: #C7C7C7;
	background: #BFBFBF url(img/bg_bl.png) repeat-y center top;
}

body, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

h1, h3, h4 {
	padding: 10px 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #c63d00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Wrap */

#wrap {
	width: 905px;
	margin: 0 auto;
	padding-left: 11px;
}


/************ Header ************/

#header {
	background: url(img/bg_top.gif) no-repeat;
	width: 100%;
	height: 130px;
	position: relative;
	border-bottom:3px solid #666666;
}

#header h2 a{
	display:block;
	background: url(img/logo.gif) no-repeat;
	width:250px;
	height:80px;
	text-indent:-9999px;
	outline: none;
}

#header .description{
	text-indent:-9999px;
}


/************ Main Menu *************/

#header ul{
	width: 540px;
	height: 30px;
	position: absolute;
	top: 103px;
}

#header ul li {
	float:left;
    list-style:none;
	width:90px;
    text-indent:-9999px;
}

#header ul a {
	float:left;
	display:block;
    width:90px;
	height:30px;
    text-indent:-9999px;
    outline: none;
}

a.space{
	background: url(img/menu_rollover.jpg);
	background-position:0px 0px;
}

a:hover.space{
	background: url(img/menu_rollover.jpg);
	background-position:0px -30px;
}
a.dining{
	background: url(img/menu_rollover.jpg);
	background-position:-90px 0px;
}

a:hover.dining{
	background: url(img/menu_rollover.jpg);
	background-position:-90px -30px;
}
a.loungebar{
	background: url(img/menu_rollover.jpg);
	background-position:-180px 0px;
}

a:hover.loungebar{
	background: url(img/menu_rollover.jpg);
	background-position:-180px -30px;
}
a.lunch{
	background: url(img/menu_rollover.jpg);
	background-position:-270px 0px;
}

a:hover.lunch{
	background: url(img/menu_rollover.jpg);
	background-position:-270px -30px;
}
a.party{
	background: url(img/menu_rollover.jpg);
	background-position:-360px 0px;
}

a:hover.party{
	background: url(img/menu_rollover.jpg);
	background-position:-360px -30px;
}
a.cast{
	background: url(img/menu_rollover.jpg);
	background-position:-450px 0px;
}

a:hover.cast{
	background: url(img/menu_rollover.jpg);
	background-position:-450px -30px;
}


/************* headerright *************/

#header .headerright {
	float: right;
	display: block;
	width: 180px;
}


/************* Contact *************/

#header .headerright .contact a{
	float:left;
	background: url(img/contact_btn.gif);
	width:59px;
	height:25px;
	margin: 0 40px 0 0;
    text-indent:-9999px;
    outline: none;
}


/************* Access *************/

#header .headerright .access a{
	float:left;
	background: url(img/access_btn.gif);
	width:60px;
	height:25px;
	margin: 0 20px 0 0;
    text-indent:-9999px;
    outline: none;
}


/************* MainVisual *************/

#flash {
	background: #000;
	width:100%;
	height:340px;
	border-bottom: 3px solid #666666;
}
#photo {
	background: #000;
	width:100%;
	height:265px;
	border-bottom: 3px solid #666666;
}


/************* Middle Wrap *************/

#bg_top {
	float:left;
	width: 100%;
	background: #000 url(img/bg_main.jpg) no-repeat right top;
}

#middle_wrap {
	width: 100%;
}


/* Content */

#content {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 30px;
	color: #C7C7C7;
}

#content a {
	color: #ffffff;
}

#content a:hover {
	color: #C78F7A;
}

#content p a {
	border-bottom: #47413E 1px solid;
}

#content p {
	font-size: 12px;
	color: #C7C7C7;
	line-height: 21px;
}

#content h2.topics {
	background: url(img/title_topics.gif);
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}

#content h2.space {
	background: url(img/title_space.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.dining {
	background: url(img/title_dining.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.loungebar {
	background: url(img/title_loungebar.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.lunch {
	background: url(img/title_lunch.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.party {
	background: url(img/title_party.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.cast {
	background: url(img/title_cast.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.access {
	background: url(img/title_access.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}
#content h2.contact {
	background: url(img/title_contact.gif) no-repeat;
	width: 540px;
	height: 27px;
	text-indent:-9999px;
	margin:20px 0 10px 0;
}

#content h2 a {
	color: #fff;
}

#content h2 a:hover {
	color: #B0B0B0;
}

#content ul, #content ol {
	font-size: 12px;
	line-height: 25px;
	padding-left: 50px;
	margin: 10px 0;
}

#content ul li {
	list-style: square;
}
#content .spacelight1{
	position:relative;
	top:50px;
	left:235px;
	z-index:1;
}
#content .spacelight2{
	position:relative;
	top:235px;
	left:220px;
	z-index:1;
}
#content .spacelight3{
	position:relative;
	top:115px;
	left:475px;
	z-index:1;
}
#content .spacelight4{
	position:relative;
	top:315px;
	left:135px;
	z-index:1;
}
#content .spacelight5{
	position:relative;
	top:380px;
	left:470px;
	z-index:1;
}
#content .spacemap{
	position:relative;
	margin:-125px 0 0 0;
}


/* TOPICS */

#content .topics{
	margin:20px 0;
	width:540px;
}

#content .topics_date{
	font-size:12px;
	color: #be9569;
	width:90px;
}

#content .topics_title{
	font-size:14px;
	color: #be9569;
	font-weight:bold;
}

#content .border{
	border: 1px dotted #fff;
}


/************* Menu Paper *************/

.paper_top{
	float:left;
	width:540px;
	height:43px;
	background: url(img/bg_paper_top.gif) no-repeat center;
	text-indent:-9999px;
}

.paper {
	float:left;
	background: url(img/bg_paper_middle.gif) repeat-y center;
	padding:0;
	width:540px;
	line-height:28px;
	color:#333333;
	font-size:12px;
	text-align:center;
}

.paper_bottom{
	float:left;
	margin:0;
	width:540px;
	height:43px;
	background: url(img/bg_paper_bottom.gif) no-repeat center;
	text-indent:-9999px;
}

.paper_table {
	float:left;
	text-align:left;
	width:370px;
	padding:0 0 0 80px;
	margin:0 0 20px 0;
}
.paper_table .title{
	width:320px;
}
.paper_table .price{
	text-align:right;
}




.message {
	margin:0 0 20px 0;
}

/************* Cast *************/
#cheftable{
	background: #4A3B29;
	margin:10px 0;
}
.chef {
	font-size:12px;
	line-height:18px;
	color:#fff;
	padding:10px;
}


/************* Comments (form) *************/

#content form {
	margin: 30px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
	border: #444444 1px solid;
	background: #383838;
	color: #B8B8B8;
	overflow: hidden;
}

#content form input {
	margin-top: 5px;
	border: #444444 1px solid;
	background: #383838;
	color: #B8B8B8;
}

/* Sidebar */

#sidebar {
	width: 235px;
	float: right;
	margin-right: 15px;
	padding-bottom: 30px;
	display: inline;
	padding-top: 21px;
	font-size: 12px;
	color: #7B7B7B;
}

#sidebar .address {
	display:block;
	background: url(img/address.png) no-repeat;
	margin:0 0 20px 0;
	width:231px;
	height:160px;
	text-indent:-9999px;
	outline:none;
}
#sidebar .accessbtn a {
	float:right;
	display:block;
	background: url(img/accesson.gif) no-repeat;
	margin:110px 15px 0 0;
	width:55px;
	height:17px;
	text-indent:-9999px;
	outline:none;
}
#sidebar .accessbtn a:hover {
	display:block;
	background: url(img/accessoff.gif) no-repeat;
	width:55px;
	height:17px;
}

#sidebar p {
	padding: 10px 0;
	color:#fff;
}

#sidebar h2{
	display:none;
}

#sidebar h3.lunch{
	display:block;
	width:100%;
	height:5px;
	text-indent:-9999px;
	background:#746044 url(img/lunch.gif) no-repeat center;
}

#sidebar h3.dining{
	display:block;
	width:100%;
	height:5px;
	text-indent:-9999px;
	background:#746044 url(img/dining.gif) no-repeat center;
}

#sidebar ul {
	padding: 0px 0 10px 5px;
}

#sidebar ul li {
	line-height: 18px;
	padding: 4px 0 4px 13px;
	background: url(img/li.gif) no-repeat 0 11px;
	font-size: 12px;
	color: #7B7B7B;
	position: relative;
	color: #C7C7C7;
}

#sidebar ul li ul {
	padding: 0 !important;
	margin-bottom: -5px;
}

#sidebar ul li a {
	color: #7B7B7B;
	border-bottom: #424242 1px solid;
}

#sidebar ul li a:hover {
	color: #5a84fb;
}

/* writings (recent entries) */

#sidebar li span.wrap {
	width: 100%;
	display: block;
}

#sidebar li span.title {
	width: 185px;
	display: block;
}

#sidebar ul li span.date {
	font-size: 10px;
	color: #545353;
	width: 100%;
	clear: both;
	display: block;
}

#sidebar li span.comment {
	position: absolute;
	right: 0;
	top: 4px;
	width: 20px;
	height: 18px;
	text-align: center;
	font-size: 10px;
	padding-right: 0px;
	padding-top: 2px;
	background: url(img/sidebar_span_a.gif) no-repeat left bottom;
}

#sidebar li a span.comment {
	cursor: pointer;
}

* html #sidebar li span.comment {
	width: 20px;
	height: 19px;
	padding-top: 1px;
	overflow: hidden;
}

#sidebar .photo a{
margin: 5px 2px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #746044;
float: left;
}


/* Sidebar Search (widget) */

#sidebar form#searchform input {
	background: #383838;
	border: #444444 1px solid;
	color: #7B7B7B;
	font-size: 12px;
}

#sidebar form input#s {
	width: 150px;
	margin-bottom: 5px;
	padding: 4px;
}

/* Widget (calendar) */

.textwidget{
	line-height:150%;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 10px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #343434;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}


/* Footer */

#footer {
	border-top:1px solid #fff;
	width: 875px;
	padding: 20px 0 20px 30px;
	background: #000;
	overflow: hidden;
	margin-bottom: 1px;
	position: relative;
	clear: both;
	font-size:12px;
}

/*************** Stats ***************/
img#wpstats{display:none}