/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	color: #ddd;
	font: 11px/1.8 Arial, "Osaka", "30e130a430ea30aa", "MS PGothic", sans-serif;

	background-color: #121212;
	margin: 0px;
	padding: 0px;
}

a {
	color: #9A8C46;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #9A8C46;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#header {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	background-color: #000;
}

#logo {
	margin: 0 0 8px;
	font-weight: bold;
	text-indent: -9999px;
	display: block;
	background: url(images/annlogo.png) no-repeat;
	height: 51px;
}

#logo a {
	color: #9A8C46;
}

#description {
	color: #666666;
	margin: 0;
	padding-left: 21px;
	height: 0px;
	text-indent: -5000px;
}

/*  ------ header-menu ------------------------ */

.header-menu-wrapper {
	width: 900px;
	background-color: #000;
}

.header-menu-wrapper h1 {
	padding-top: 10px;
	background-color: #000;
	width: 120px;
}

.header-menu-wrapper h2 {
	padding-top: 10px;
	background-color: #000;
	width: 120px;
}

#pngfix-right {
	background: url(images/menu_right.png) no-repeat right top;
	display: block;
	width: 10px;
	height: 50px;
	float: right;
}

#wrapper {
	width: 900px;
	background: #000;
	margin: 0 auto;
	border-right: 1px solid #121212;
	border-left: 1px solid #121212;
}

#pngfix-left {
	background: url(images/menu_left.png) no-repeat left top;
	display: block;
	width: 10px;
	height: 50px;
	float: right;
}

div.menu ul li {
	border-style: none;
}

ul.menu {
	background: none;
	height: 81px;
	float: right;
	margin: 0;
	position: relative;
	top: 21px;
	z-index: 400;
}

ul.menu, ul.menu ul {
	line-height: 1;
	margin: 0;
	padding: 0;
}

ul.menu li {
	position: relative;
	float: left;
	border-left: 1px solid #222;
	height: 59px;
	padding: 0 11px;
}

ul.menu ul li {
	height: auto;
	border-left: none;
	padding: 0;
	left: auto;
}

ul.menu #header-menu-home {
	border: none;
}

ul.menu a, ul.menu a:visited {
	color: #888;
	display: block;
	padding: 0 15px;
	line-height: 48px;
	position: relative;
	top: 5px;
}

ul.menu a:hover {
	color: #9A8C46;
	border-bottom: 1px solid #9A8C46;
	text-decoration: none;
}

ul.menu ul {
	position: absolute;
	top: 54px;
	left: 0;
	display: none;
	opacity: 0;
	width: 200px;
}

ul.menu ul a, ul.menu ul a:visited {
	background: #000;
	line-height: 140%;
	padding: 9px 30px 8px;
	border: 1px solid #222;
	width: 128px;
	margin: -1px 0 0 0;
}

ul.menu ul a:hover {
	background: #222;
	border-bottom: 1px solid #222;
}

ul.menu ul ul {
	margin: -34px 0 0 189px;
	top: 34px;
}

ul.menu .current_page_item a, ul.menu .current_page_item a:visited {
	color: #9A8C46;
	border-bottom: 1px solid #9A8C46;
}

ul.menu .current_page_item a:hover {
	color: #9A8C46;
	border-bottom: 1px solid #9A8C46;
	text-decoration: none;
}

ul.menu .current_page_item ul a, ul.menu .current_page_item ul a:visited, ul.menu .current_page_item ul a:hover {
	border-bottom: 1px solid #373737;
}

/*
#menu {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	background-color: black;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #c60d29;
}
*/

#container {
	overflow: hidden;
	margin: 20px;
}

#container_list {
	width: 880px;
	overflow: hidden;
	margin: 20px 0 0 20px;
}

#content {
	float: right;
	width: 100%;
}

#content_staff {
	width: 100%;
}


.post {
	margin-bottom: 50px;
}

.post-title {
	background: url(images/stripe1.gif) repeat-x bottom;
	padding-bottom: 12px;
	color: #9A8C46;
	font-size: 110%;
	font-weight: bold;
}

.post-title a {
	color: #9A8C46;
}

.page-subtitle {
	color: #ccc;
	border-left: 4px solid #777;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
}

.post-meta {
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #000;
	padding: 2px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 12px 12px 0;
	padding: 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 12px 12px;
	padding: 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navigation {
	display: block;
	clear: both;
	width: 860px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
	font-size: 12px;
	font-weight: bold;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
	font-size: 12px;
	font-weight: bold;
}

.navigation div a {
	font-size: 100%;
}

.common-navi-wrapper {
	background: url(images/archive-top.gif) no-repeat right top;
	padding: 13px 0 0 0;
	width: 585px;
	margin: 70px 0 0;
}

.common-navi-wrapper p {
	background: url(images/archive-bottom.gif) no-repeat right bottom;
	padding: 0 10px 10px 32px;
	margin: 0;
	line-height: 140%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	margin-bottom: 30px;
	margin-top: 50px;
	width: 880px;
}

#sidebar li li:before {
	content: "\00BB \0020";
}

#sidebar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 3px 2px;
}

#sidebar li {
	margin: 0;
	padding: 8px 0 5px 10px;
}

#sidebar li li {
	margin: 0px;
	border-style: none;
	padding: 3px 0;
}

.sidepanel {
	float: left;
	margin-right: 20px;
	width: 200px;
	margin-bottom: 12px;
}

.sidepanel h3 {
	text-transform: uppercase;
	color: white;
	background-color: #9A8C46;
	padding-left: 8px;
	padding-top: 4px;
	letter-spacing: 0.1em;
	height: 21px;
}

.sidepanel ul li {
	border-bottom: 1px solid #D3D3D3 !important;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.sidepanel ul li a {
	color: #A69D98;
}

.children ul li {
	border-style: none;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.flash_box {
	background-color: black;
}

#footer {
	cursor: default;
	width: 860px;
	margin: 0 auto;
	color: #9A8C46;
	padding: 10px;
	clear: both;
	position: relative;
	border-top: 1px solid #9A8C46;
}

body.skin-on #footer {
	left: -4px;
}

body#feature #footer {
	
}

.backtop {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -32px;
	margin-right: 10px;
}

.backtop a {
	color: #c0c0c0;
	text-decoration: none;
	display: block;
	background: #000;
	padding: 4px;
}

.backtop a:hover {
	text-decoration: underline;
}

body#feature, body#feature-article .backtop {
	display: none;
}

body#features .backtop {
	display: none;
}

ul.foot-copy {
	color: #ddd;
}

ul.foot-copy li {
	display: inline;
}

ul.foot-copy li a {
	font-weight: bold;
	color: #ddd;
	text-decoration: none;
}

ul.foot-copy li a:hover {
	color: #9A8C46;
}

ul.foot-links {
	float: right;
}

ul.foot-links li {
	display: inline;
	margin-left: 8px;
}

ul.foot-links li a {
	color: #ddd;
	text-decoration: none;
}

ul.foot-links li a:hover {
	color: #9A8C46;
}

h5.footer {
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.clear {
	clear: both;
}

/* ---------- pagenavi ---------- */

.wp-pagenavi {
	color: #000 !important;
	width: 669px!important;
	margin: 0;
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 0 !important;
	text-align: left !important;
	display: block;
	margin-top: 20px !important;
	padding-bottom: 15px;
	!important;height: 35px;
}

.wp-pagenavi span {
	border: 0 !important;
	margin: 0 !important;
}

.wp-pagenavi a.last {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.pages {
	float: left !important;
	overflow: hidden !important;
}

.wp-pagenavi span.current {
	padding: 5px 8px !important;
	color: #fff !important;
	margin: 0 !important;
	margin-right: 5px !important;
	background: #000 !important;
	_display: block;
	border: 0 !important;
}

.wp-pagenavi a {
	color: #000 !important;
	text-decoration: none;
	padding: 5px 8px !important;
	margin: 0 !important;
	margin-right: 5px !important;
	_display: inline-block !important;
	border: 0 !important;
	background: #eaeaea !important;
}

.wp-pagenavi a:hover {
	background-color: #777 !important;
	color: #fff !important;
}

/* ---------- sidebar_staff ---------- */

#sidebar_staff {
	float: right;
	width: 260px;
}

#sidebar_staff li li:before {
	content: "\00BB \0020";
}

#sidebar_staff ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 10px 2px;
}

#sidebar_staff li {
	margin: 0px;
	padding: 3px 0 3px 13px;
	background: url(images/daisy.png) no-repeat left center;
}

.sidetext {
	margin: 0px;
	padding: 3px 0 3px 13px;
	background: none !important;
}

#sidebar_staff li li {
	margin: 0px;
	border-style: none;
	padding: 3px 0;
}

/* ---------- end sidebar_staff ---------- */

/* ---------- clearfix hack ---------- */

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

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}

/* end MacIE5 */

/* staff_area \*/

.staff_comment {
	display: block;
	margin-left: 10px;
	width: 410px;
	float: right;
	position: relative;
	overflow: hidden;
}

.acc_inner {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 210px;
	overflow: hidden;
}

.acc_inner img {
	margin: 0px 0px -40px 0px;
}

.career{
	display: block;
	clear: right;
	margin: 0 0 10px;
	line-height: 1.5;
}


dl {
	display: block;
	height:100% ;
	background: transparent;
}

dd{
	display: block;
}

dt {
	border-bottom: 1px solid #9A8C46;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
	height: 25px;
	clear: both;
	line-height: 1;
	position: relative;
}


#content dt:after {
	content: "";
	display: block;
	clear: both;
}
.staff_block {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 280px;
	position: releative;
	background: transparent;
}

/* end acordin \*/

/*IE6 hack*/

dt,span {
	_float: left;
}

dt strong {
	font-size: 120%;
}

dd li {
	display: block;
	float: left;
	vertical-align: bottom;
	padding-right: 20px;
}


.staff_block .viewwork {
	text-align: center;
	font-size: 87%;
	width: 86px;
	height: 14px;
	position:absolute;
	line-height: normal;
	top:26px;
	left:774px;
	background-color: #9A8C46;
	color: #ffffff;
	padding: 7px 0;
	margin: 0;
	z-index: 3;
}

/* end acordin \*/

/* menu */

#menu_info {
	position: relative;
	top: 0px;
	z-index: 0;
}

#menu_info  li {
	border-left: 1px solid #888888 !important;
	border-bottom: none;
	text-align: left;
	float: left;
	width: 94px;
	height: 34px;
	padding: 0px;
	letter-spacing: normal;
	top: 0;
}

#menu_info li ul li {
	top: 0 important;
	border-left: medium none;
	height: auto;
	left: auto;
	padding: 0;
}

#menu_info li a {
	top: 0;
	display: block;
	color: #595757;
	padding-left: 10px;
	line-height: 34px;
}

#menu_info li a:hover {
	padding-left: 10px;
	height: 34px;
	background-color: #9A8C46 !important;
	color: #ffffff;
	text-decoration: none;
	border: none;
	top: 0;
}

#menu_info li a:visited {
	border: none;
}

.menu_block {
	display: block;
	width: 840px;
	clear: both;
	padding: 0 0 21px 21px;
	border-left: 1px solid #9A8C46;
}

.menu_block img {
	float: right;
}

.menu_block h1 {
	font-size: 120%;
	padding-bottom: 10px;
	width: 100%;
}

.menu_block span {
	display: block;
	padding: 0 0 20px 0;
}

.menu_cont {
	display: block;
	width: 840px;
}

.menu_name {
	display: block;
	padding-right: 70px;
	letter-spacing: 0;
}

.menu_text {
	clear: none;
	width: 700px;
	line-height: 23px;
}

.menu_text table th {
	font-weight: bold;
}

.menu_text table td {
	padding-right: 10px;
}

.menu_photo {
	float: right;
	clear: left;
	padding: 0;
	width: 140px;
}

.post_menu {
	padding-bottom: 20px;
	border-bottom: 1px solid #9A8C46;
}

/* end menu */

/*MENUページサイドバー*/

.menu_wrap {
	float: left;
}

#sidebar_menu {
	float: left;
	margin-bottom: 30px;
	margin-top: 50px;
	width: 880px;
}

#sidebar_menu  li li:before {
	content: "\00BB \0020";
}

#sidebar_menu  ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 3px 2px;
}

#sidebar_menu  li {
	margin: 0;
	padding: 8px 0 5px 10px;
}

#sidebar_menu  li li {
	margin: 0px;
	border-style: none;
	padding: 3px 0;
}

.sidepanel_about {
	float: left;
	margin-right: 0;
	width: 420px;
}

.sidepanel_about .about_cont {
	display: block;
	padding: 8px 5px;
	font-size: 88%;
}

.sidepanel_about strong {
	display: block;
	font-size: 120%;
}

.sidepanel_about table img {
	padding-right: 10px;
}

.sidepanel_about table {
	display: block;
	margin: 8px 0px;
	font-size: 100%;
}

.sidepanel_about h3 {
	text-transform: uppercase;
	color: white;
	background-color: #9A8C46;
	padding-left: 8px;
	padding-top: 4px;
	letter-spacing: 0.1em;
	height: 21px;
}

.sidepanel_menu {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.sidepanel_menu h3 {
	text-transform: uppercase;
	color: white;
	background-color: #9A8C46;
	padding-left: 8px;
	padding-top: 4px;
	letter-spacing: 0.1em;
	height: 21px;
}

.sidepanel_menu ul li {
	border-bottom: 1px solid #D3D3D3;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.sidepanel_menu ul li a {
	color: #A69D98;
}

/*  ------ IJINIKE fixed CSS ------------------------ */

.cont_block {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cont_block li {
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 273px;
	overflow: hidden;
	clear: none;
	height: 400px;
}

.more {
	display: block;
	padding-top: 10px;
	text-align: right;
}

#table_bandai_top {
	padding: 0px 0px 0px 10px;
}

#table_bandai_top td {
	width: 260px;
	padding: 0 30px 10px 0;
}

.post-thumb {
	padding-bottom: 5px;
}

.post-thumb a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/* RESERVATION */

#content_reserve {
	float: left;
	width: 547px;
}

#reserve_info {
	float: right;
	width: 283px;
	letter-spacing: normal;
	color: #ffffff;
}

#reserve_info span {
	display: block;
	padding: 10px 0;
}

.reserve_topic {
	font-size: 120%;
	padding-bottom: 10px;
	width: 100%;
}

#submit-btn {
	border: 0px;
	width: 100px;
	height: 20px;
	font-size: 108%;
	background: #ffffff;
}

.freedial {
	font-weight: bold;
	font-size: 200%;
}

.caption {
	font-weight: bold;
}

/* SHOP */

.shop_info {
	padding-right: 20px;
}

.shop_info strong {
	font-size: 120%;
}

.concept {
	margin: 10px 0 20px;
}

/* 各ヘッダーEYECATCH */

#h_img {
	display: block;
	width: 900px;
	position: relative;
	height: auto;
}

.h3_news {
	background: url("images/news/h3.gif") no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	width: 900px;
	z-index: 100;
}

.h3_shop {
	background: url("images/shop/h3.gif") no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	width: 900px;
	z-index: 100;
}

.h3_schedule {
	background: url("images/schedule/h3.gif") no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	width: 900px;
	z-index: 100;
}

.h3_menu {
	background: url("images/menu/h3.gif") no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	width: 900px;
	z-index: 100;
}

.h3_blog {
	background: url("images/blog/h3.gif") no-repeat;
	width: 900px;
	height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	z-index: 100;
}

.h3_staff {
	background: url("images/staff/h3.gif") no-repeat;
	height: 33px;
	margin: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	width: 900px;
	z-index: 100;
}

.h3_reserve {
	background: url("images/reservation/h3.gif") no-repeat;
	width: 900px;
	height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -5000px;
	bottom: 20px;
	z-index: 100;
}


