/*
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 {
	background: #faf9f8;
	color: #4D4D4D;
	font: 11px/1.8 Arial, "Osaka", "30e130a430ea30aa", "MS PGothic", sans-serif;
}

a {
	color: #c60d29;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	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;
}

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

#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: #c60d29;
}

#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:10px 0 ;
	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;
}

#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 7px;

}

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: #D00021;
	border-bottom: 1px solid #f70916;
	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: #D00021;
	border-bottom: 1px solid #f70916;
}

ul.menu .current_page_item a:hover {
	color: #D00021;
	border-bottom: 1px solid #f70916;
	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 {
	width: 860px;
	overflow: hidden;
	margin: 20px auto;
}


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

/*
#content {
	float: left;
	width: 565px;
}
*/


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


#content_staff {
	width: 100%;
}


.post {
	margin-bottom: 50px;
}

.post_title {
	border-left:4px solid #000000;
	color:#333333;
	font-size:18px;
	margin-bottom:15px;
	padding-left:10px;
}

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

.post-title a {
	color: #c60d29;
}

.page-subtitle {
	color: #333;
	border-left: 4px solid #000;
	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: #fff;
	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-size: 100%;
	padding: 10px;
}





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

.sidebar_wrap{
	
}

#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: 0px;
	padding: 8px 0 5px 10px;
}

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

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



.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	color: white;
	font-weight: normal;
	background-color: #000;
	padding-left: 8px;
	padding-top: 3px;
}

.sidepanel ul li {
	border-bottom: 1px solid #d3d3d3 !important;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

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

.flash_box {
	background-color: black;
}



#footer {
	cursor: default;
	width: 860px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	padding: 10px 20px;
	border-top: 1px solid #eaeaea;
	clear: both;
	position: relative;
	z-index: 1001;
}

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: #fff;
	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: #fff;
}

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

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

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

ul.foot-links {
	float: right;
}

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

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

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

h5.footer {
	text-transform: none;
	font-weight: normal;
	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 ---------- */


#home-rk,#home-cd{
	padding-bottom: 20px;
	
	
}

#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 */



/* acordin \*/

.staff_block {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 280px;
	position: releative;
}


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

.career{
	display: block;
	clear: right;
	margin: 0 0 10px;
}

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

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

.acc_inner .wide{
	margin:-20px 0px -40px -80px !important;
}

dl {
	margin-bottom:15px;
	padding:0;
}


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


/*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: #D00021;
	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 #555555 !important;
	border-bottom: none;
	text-align: left;
	float:left;
	width: 94px;
	height: 34px;
	padding:0px;
	letter-spacing:normal;
	top: 0 ;
	background: #000000;
}


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

#menu_info li a:hover{
	padding-left: 10px ;
	color: #D00021;
	text-decoration: none;
	border: none;
	top: 0;
}

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


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


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

}

.menu_block img{
	float: right;

}

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

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

}

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

.menu_name{
	display: block;
	padding-right: 70px !important;
	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 #D00021;
}



/* 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 #about_block {
	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: 10px 0px;
	font-size:100%;

}

.sidepanel_about h3 {
	text-transform: uppercase;
	color: white;
	background-color: #000000;
	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: #000000;
	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;
	
}

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

/*  ------ BANDAI fixed CSS ------------------------ */


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

}

.cont_block li{
	display: block;
	float:left;
	margin-right:20px;
	margin-bottom:50px;
	width:273px;
	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;

}

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

#h_img h3 img{
	z-index: 0;
}

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

}


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

}

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

}

.h3_lecture{
	background:url("images/lecture/h3.gif") no-repeat ;
	height:33px;
	margin:0;
	position:absolute;
	text-indent:-5000px;
	bottom:20px;
	width:900px;

}

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

}



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

}

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

