/*
THEME NAME: YATSUKA
THEME URI: 
DESCRIPTION: 
VERSION: 1.0
AUTHOR: 
AUTHOR URI: 
*/

@import url("style-yatsuka.css");
@import url("style-current.css");

/* Architecture */
html { }

body {
	background:#111 url(images/global/bg_body.gif) repeat-x;
	color: #444;
	text-align:center;/* before IE6*/
}
* html td{
	font-size: 0.8em;
}/* IE6 hack */
#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #fff;
}
#wrapper-inner {
	width: 900px;
	margin: 0 auto;
	text-align:left;
	font-size: 0.8em;
}
#header-wrapper{
	background:#000;
}
#container {
	width: 100%;
	float:left;
}

#content {
	margin: 0px 240px 20px 10px;
	width: 650px;
}

#sidebar {
	margin: 0 0px 30px -210px;
	width: 210px;
	float: left;
	overflow: hidden;
	padding-top:20px;
}

#header {
	height: 120px;
	width:900px;
	margin:0 auto;
/*	border-bottom: 3px solid #666666;*/
	background:#000;
}

#footer {
	padding:20px 0px 20px;
	font-size:10px;
	color:#888;
	text-align:left;
/*	border-top:1px solid #4d4d4d;*/
	margin-top:20px;
/*	background:#000;*/
}

/* -----------------------
	Default
----------------------- */
h1,h2,h3,h4,h5,h6 {
	line-height:1.3em;
}
p {
	margin:0 0 1em 0;
	line-height:1.6em;
}
ul li {
	list-style-type:none;
}
img {
	border:0;
}
table {
   border-collapse:collapse;
}
pre {
   width:95%;
   margin:1em 0;
   padding:1em 1em;
   line-height:1.3em;
   overflow:auto;
   border:1px dotted #333;
   background:#f0f0f0;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}

/* -----------------------
	General
----------------------- */
* {
	margin: 0;
	padding: 0;
/*	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,meiryo,"メイリオ","平成角ゴシック","ＭＳ Ｐゴシック",Osaka,sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,meiryo,"メイリオ","平成角ゴシック","ＭＳ Ｐゴシック",sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #896;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	font-size: 0;
	height: 0;
}
.clear hr {
	display:none;
}
.rowSpace {
	height:1px;
	overflow:hidden;
	margin:0 0 2.5em;
}
.rowSpace hr {
	display:none;
}

.meta-sep {
	color: #000;
	margin: 0 10px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}
.alignleft {
	float: left;
	margin:0 1em 1em 0;
}
.alignright {
	float: right;
	margin:0 0 1em 1em;
}
.ml-20{
	margin-left:20px;
}
.bdr1 {
	height:1px;
	border-top:1px solid #333;
	overflow:hidden;
	margin:0 0 2.5em;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 25px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
	display:none;
}
.wp-pagenavi {
	text-align:center;
}
/* -----------------------
	Header
----------------------- */
#logoTitle {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 10px 0px;
	padding-top:20px;
	float:left;
}

#logoTitle a {
	color: #333333;
	background:url(images/global/logo.gif) no-repeat 0 0;
	display:block;
	width:230px;
	height:80px;
}
#logoTitle a span{
	display:none;
}
#access{
/*	border-bottom: 1px solid #666;*/
	overflow: hidden;
	width: 100%;
	background:#000;
}

#headNavi {
	margin:0px 13px 0 19px;
}
	#headNavi li {
		float:left;
		display:block;
		height:42px;
		width:222px;
		margin-right:5px;
}
	#headNavi li a {
		display:block;
		height:42px;
		width:222px;
}
		#headNavi li a span {
			display:none;
}
		#headNavi li#hNav-01 a {
			background-image:url(images/global/head_navi_01.gif);
}
		#headNavi li#hNav-02 a {
			background-image:url(images/global/head_navi_02.gif);
}
		#headNavi li#hNav-03 a {
			background-image:url(images/global/head_navi_03.gif);
}
		#headNavi li#hNav-04 a {
			background-image:url(images/global/head_navi_04.gif);
}
		#headNavi li a:hover {
			background-position:0 bottom;
}
#headerRight {
	text-align:right;
	padding-top:50px;
	float:right;
}
#searchform {
	width:600px;
}
	#searchform table#searchTbl {
		float:right;
}
	#searchform #s {
		width:150px;
		border:1px solid #666;
		background:#e0e0e0;
}
	#searchsubmit {
		margin:0 0 0 1px;
}
#headSubNavi {
	text-align:right;
	margin-top:20px;
	width:400px;
	float:right;
}
	#headSubNavi ul li {
		display:inline;
		margin-right:15px;
}
	#headSubNavi ul li.last {
		margin-right:0 !important;
}

/* -----------------------
	Footer 
----------------------- */
#footer .inner {
	margin:0 20px 0 40px;
/*	text-align:right;*/
}
#bottomNavi {
	margin-bottom:0.5em;
	color:#444;
	text-align:left;
}
	#bottomNavi span {
		padding:0 1em;
}
	#bottomNavi span a {
		color:#777;
}
	#bottomNavi span a:hover {
		color: #896;
}
.corpName {
	font-size:1.2em;
/*	font-weight:bold;*/
	letter-spacing:1px;
	margin:0 0 0.5em;
	color:#759542;
	border-top:1px dotted #aaa;
	padding-top:1em;
}
.home .corpName {
	border-top-color:#666;
	color:#556633;
}
address {
	font-style:normal;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin-top:1.5em;

}


/* -----------------------
	Content
-----------------------	*/
.page-title {
	margin-bottom: 30px;
	padding-bottom:5px;
	border-bottom:3px solid #666;
	font-weight: bold;
	font-size: 160%;
}

.post {
	margin-bottom: 40px;
	margin-left:1em;
}

.entry-header {
	border-bottom:2px dotted #aaa;
	padding-bottom:0.5em
}

.entry-title {
	font-weight: normal;
	font-size: 140%;
	border-left:7px solid #333;
	padding:3px 0.5em 0;
}
	.entry-title a {
		color:;
}
	.entry-title sup.entry-date {
		font-size: 70%;
		display: block;
		margin-bottom:0.5em;
}
.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%;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	text-align:right;
}
.sbm-box {
	margin:0.5em 0;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.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;
	margin-left:20px;
	padding-bottom:1em;
/*	margin-left:1em;*/
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.entry-content img {
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.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;
}
.page-content {
	margin-top: 15px;
	padding-bottom:1em;
}

/* -----------------------
	Content-Static 
-----------------------	*/

.titleBar {
	margin-bottom: 0.5em;
	padding-bottom:5px;
	border-bottom:3px solid #666;
	font-weight: bold;
	font-size: 160%;	
}


/* -----------------------
	Bread Crumb
----------------------- */
.breadcrumb {
	display:block;
	height:20px;
	margin: 1.5em 10px 35px 10px;
	text-align:left;
	font-size:10px;
}
.crumb-home {
/*	padding-left:15px;
	padding-bottom:2px;
	background:url(images/global/icon_crumb_home.gif) no-repeat 0 2px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;	*/
}

/* -----------------------
Start: QBKL Styles - Added to make styling availble even if widgets are not used 
----------------------- */
/* -----------------------
	Sidebar
----------------------- */
#sidebar h2, #sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0 5px 5px 10px;
	padding: 0 2px 0px;
	border-bottom: 1px dotted #aaa;
}
#sidebar h3.label {
	border-bottom-width:0px;
	padding:0;
}
#sidebar ul {
	list-style: none;
	padding:0;
}

#sidebar ul li {
	margin-bottom:30px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 3px 0px 4px 7px;
	background:url(images/bullet.gif) no-repeat 0 7px;
	margin: 0 5px 2px 10px;
	border-bottom: 1px dotted #aaa;
}

#sidebar ul li ul li ul {
	margin: 7px 0 0 !important;
	padding: 0;
}
#sidebar ul li ul li ul li {
	padding: 3px 0 4px 7px;
	background: url(images/bullet.gif) no-repeat 0 7px;
	margin: 0;
	border-bottom: none;
}
li#categories, li#new-column {
	padding-top:1em !important;
}

/* -----------------------
	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 {
	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: #e8e8e8;
}

.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-top:0.5em;
	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;
}
/* -----------------------
	Search
----------------------- */
.search-header {
	margin-bottom:1em;
	padding:0 0 0.5em 0;
	border-bottom:1px dotted #ccc;
}
.search-header .entry-title {
	border-left-width:0;	
	font-size:140%;
}

/* -----------------------
	floatclear hack
----------------------- */
.clearfix { display: inline-block; }
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}   
/* start commented backslash hack \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }   
/* close commented backslash hack */


