/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align:bottom;
}

blockquote {
	font-size: 15px;
	width: 490px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	border: 1px dotted #ccc;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------- 
 * Architecture
 * ------------------------------------- */
html { }

body {
	background: url(images/bg.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
}

#wrapper {
	background: url(images/bg.gif) repeat top left;
	width: 919px;
	margin: 0 auto 60px auto;
	padding: 0 10px;
	overflow: auto;
}

#container {
	background: url(images/bg_container.gif) repeat-y top;
	float: right;
	width: 680px;
}

#contentBGT {
	background: url(images/bg_content_top.gif) no-repeat top;
	width: 626px;
	padding-top: 4px;
	margin: 15px 27px 20px 27px;
}

#contentBGB {
	background: url(images/bg_content_bottom.gif) no-repeat bottom;
	width: 626px;
	padding-bottom: 4px;
}

#content {
	background: url(images/bg_content.gif) repeat-y top;
	width: 626px;
	padding: 20px 0 10px 0;
}

#contentSWF {
	padding: 0 33px;
	margin-bottom: 25px;
}

#contentNav {
	background: url(images/bg_container_bottom.gif) no-repeat bottom;
	width: 680px;
	padding-bottom: 6px;
}

#sidecontainer {
	background: url(images/bg_sidecontainer.gif) repeat-y top;
	float: left;
	width: 225px;
}

#sidebarBGT {
	background: url(images/bg_sidecontainer_top.gif) no-repeat top;
	width: 225px;
	padding-top: 20px;
}

#sidebarBGB {
	background: url(images/bg_sidecontainer_bottom.gif) no-repeat bottom;
	width: 225px;
	padding-bottom: 7px;
}

#sidebar {
	background: url(images/bg_sidebar.gif) repeat-y top;
	margin: 0 17px 40px 17px;
	width: 185px;
	padding: 0 3px 0 3px;
	overflow: hidden;
}

#sidebarMenu {
	background: url(images/bg_sidebar_bottom.gif) no-repeat bottom;
	padding-bottom: 4px;
}

#sidebarMenu .navigation,
#sidebarMenu .navigation2,
#sidebarMenu .navigation3 {
	overflow:hidden;
	display:block;
	width:180px;
	margin:0 auto;
	padding:0 0 20px 0;
	line-height:0;
	clear:both;
}
#sidebarMenu .navigation2 {
	padding:20px 0 20px 0;
}
#sidebarMenu .navigation3 {
	padding:20px 0 20px 0;
}
#sidebarMenu .navigation li,
#sidebarMenu .navigation2 li,
#sidebarMenu .navigation3 li  {
	width:45px;
	margin:0;
	float:right;
	display: inline;
	padding:0;
}
.naviSpan {
	background: url(images/navi_line.gif) no-repeat top;
}

#sidebarBnr {
	font-size: 12px;
	line-height: 17px;
	background: url(images/bg_sidebar_bnr.gif) no-repeat top left;
	margin: 0 17px 40px 17px;
	width: 185px;
	height: 159px;
	padding: 0 3px 0 3px;
	overflow: hidden;
}
#sidebarBnr .submenu {
	font-size: 13px;
	line-height: 19px;
	padding: 13px 0 0 10px;
}
#sidebarBnr ul {
	list-style: none;
}
#sidebarBnr ul li {
	padding-left: 15px;
	background: url(images/icon_arrow.gif) no-repeat center left;
}

#footerLine {
	clear: both;
	color: #a38a63;
	background: url(images/footer_line.gif) repeat-x top left;
}

#footer {
	width: 919px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
}

#footer a {
	color: #c6ad87;
	text-decoration: none;
}

#footer a:hover {
	color: #c6ad87;
	text-decoration: underline;
}

#access {
	overflow: hidden;
	width: 650px;
	line-height: 20px;
	margin: 0 auto 10px auto;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
}

/* ------------------------------------- 
 * Content
 * ------------------------------------- */
.pagetop {
	text-align: right;
	padding: 0 30px 25px 0;
}
.page {
	padding: 0 33px;
}
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	line-height: 51px;
	padding-left: 5px;
	background: url(images/bg_h2.gif) no-repeat top left;
}

.post {
	padding: 0 33px;
	margin-bottom: 50px;
}

.entry {
	padding: 0 33px;
}

.entry-title {
	width: 520px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	margin-top: 5px;
	border-bottom: 1px dotted #e5d7c0;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 2.0;
	margin-bottom: 15px;
}

.entry-content h2 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 25px;
	line-height: 51px;
	padding-left: 5px;
	background: url(images/bg_h2.gif) no-repeat top left;
}

.entry-content a {
	color: #0033cc;
	text-decoration: none;
}

.entry-content a:hover {
	color: #4b74ee;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ------------------------------------- 
 * Sidebar
 * ------------------------------------- */

/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* ------------------------------------- 
 * End: QBKL Styles
 * ------------------------------------- */
#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
#comments {
	padding: 0 33px;
}
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

/* ------------------------------------- 
 * トップページ
 * ------------------------------------- */
#infolist {
	margin: 5px 0 25px 0;
	padding: 0 43px;
	list-style: none;
}

#infolist li {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

#newslist {
	margin: 5px 0 25px 0;
	padding: 0 43px;
	list-style: none;
}

#newslist li {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

/* ------------------------------------- 
 * ページナビ
 * ------------------------------------- */
#pagenavi, 
#postnavi {
	padding: 0 33px;
	margin: 10px 0;
}
#pagenavi {
	font-size:12px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}

/* ------------------------------------- 
 * カスタマイズ
 * ------------------------------------- */
.fontMiddle {
	font-size: 15px;
}

#postpath {
	padding: 0 33px;
	margin: 10px 0;
}

#nav-below {
	padding: 0 33px;
	margin: 0 0 20px 0;
}

#content h3 {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 15px 0;
	padding-left: 5px;
	line-height: 40px;
	background: url(images/bg_h3.gif) no-repeat top left;
}

#content h4 {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 5px 0;
	padding-left: 20px;
	line-height: 30px;
	background: url(images/bg_h4.gif) no-repeat center left;
}

.rightbottom {
	clear: both;
	text-align: right;
}

table#tableCharge,
table#tableDojo,
table#tableKoe,
table#tableMenu,
table#tableForm,
table#tableFood {
	font-size: 14px;
	line-height: 20px;
	width: 560px;
	border: 1px #dedede solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#tableDojo {
	font-size: 13px;
	line-height: 18px;
}
table#tableMenu {
	font-size: 13px;
	line-height: 18px;
}
table#tableKoe {
	width: 410px;
	font-size: 13px;
	line-height: 18px;
}
table#tableForm {
	font-size: 13px;
	line-height: 18px;
}
table#tableFood {
	font-size: 13px;
	line-height: 18px;
}

table#tableCharge th,
table#tableDojo th,
table#tableKoe th,
table#tableMenu th,
table#tableForm th,
table#tableFood th {
	padding: 5px;
	border: #dedede solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
}
table#tableKoe th {
	width: 50px;
}
table#tableForm th {
	text-align: left;
	width: 100px;
}
table#tableFood th {
	text-align: left;
	width: 180px;
}

table#tableCharge td,
table#tableDojo td,
table#tableKoe td,
table#tableMenu td,
table#tableForm td,
table#tableFood td {
	padding: 5px;
	border: 1px #dedede solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#tableKoe td {
	text-align: left;
}
table#tableMenu td {
	vertical-align: top;
	text-align: left;
	width: 127px;
}
table#tableForm td {
	vertical-align: top;
	text-align: left;
}

.jirei {
	clear: both;
	height: 150px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
}
.jireiPhoto {
	float: left;
	width: 150px;
	height: 150px;
}
.jireiDetail {
	padding-top: 1px;
	float: right;
	width: 410px;
}

.tel {
	font-size: 17px;
	font-weight: bold;
}

#subnavi {
	font-size: 14px;
}

#subnavi ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#subnavi ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	padding-left: 18px;
	margin-left: 20px;
	background: url(images/icon_subnavi.gif) no-repeat 0 0;
}

#equipment ul {
	display: inline; /* Added to fix the double margin in IE6 */
}

#equipment ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-right: 15px;
}

/* ------------------------------------- 
 * 撮影・掲載実績ページ
 * ------------------------------------- */
.kuzu {
	padding: 0 33px 5px 33px;
}


/* ------------------------------------- 
 * 撮影・掲載実績ページ
 * ------------------------------------- */
#filmlist {
	margin: 5px 0 25px 0;
	list-style: none;
}

#filmlist li {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

/* ------------------------------------- 
 * ブログ
 * ------------------------------------- */
#blogMenu {
	padding: 0 33px 10px 33px;
}

#menuLine {
	padding-top: 14px;
	height: 51px;
	background: url(images/bg_h2.gif) no-repeat top left;
}

#blogMenu select, 
#blogMenu input {
	width: 140px;
	padding: 0px;
	border: 1px #c0c0c0 solid;
}

#menuArchives {
	float: left;
	margin-left: 12px;
	margin-right: 10px;
}

#menuCategories {
	float: left;
	padding-right: 5px;
	border-right: 1px dotted #5f5f5d;
}

#menuSearchForm {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #5f5f5d;
}

#menuRSS {
	float: left;
	margin-left: 5px;
}

#menuSearchForm input.searchArea {
	padding: 1px;
}

#menuSearchForm input.searchBtn {
	padding: 0px;
	width: 50px;
	background: #fdfdfd;
}


/* =========================================================
 * table
========================================================= */
table#table-01 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
