/*
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: #FAFAFA url(images/note.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

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;
}
.center {
	text-align: center;
}
.font-bold {
	font-weight: bold;
	margin: 10px;
}
#wrapper {
	width: 910px;
	background: #FFF url(images/shade.gif) repeat-y;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 360px;
	background: url(images/title.gif) no-repeat top left;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
	text-indent:-9999px;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 100%;
	overflow: hidden;
	margin: 0 5px;
}

.breadcrumb {
	margin: 20px 0px;
	font-weight: 700;
	color: #999;
	font-size: 90%;
}
.breadcrumb a {
	margin: 20px 0px;
	font-weight: 700;
	color: #999;
}

.breadcrumb a:hover {
	color: #996600;
	font-weight: 700;
}

#menu ul li {
	float: left;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

#menu ul li a {
	width: 150px;
	height: 45px;
	padding: 0px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: 600;
	text-indent: 2em;
	line-height: 45px;
	color: #333333;
	text-shadow: 1px 2px 2px #ffcc99;
    	zoom: 1; 
    	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#ffcc99,offx=1,offy=1);
	display: block;
	background: url(images/menu_bt.gif) no-repeat top left;
}

#menu ul li a:hover {
	color: #996600;
	background: url(images/menu_bt.gif) no-repeat top right;
}

#container {
	width: 840px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 580px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 180%;
	line-height: ;
	font-weight: normal;
	border-bottom: 1px dashed #736357;
	background: url(images/blog_title.gif) center left no-repeat;
	padding: 5px 0px 2px 45px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin: 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;
}

#kakuyasu .post-content {
	width: 560px;
	margin: 20px auto;
	padding: 0px;
	line-height: 180%;
	border: none;
}

.post-content {
	width: 580px;
	margin: 10px auto;
	padding: 10px;
	border: solid 1px #736357;
	line-height: 180%;
}

.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 {
	line-height: 180%;
}

.post-content p a {
	color: #0099cc;
	text-decoration: underline;
	font-weight: bold;
}

.post-content p a:hover {
	color: #ff9900;
	text-decoration: underline overline;
	font-weight: bold;
}

.wp-caption img {
	margin: 4px 0px;
	padding: 0px;
}
.wp-caption .wp-caption-text {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

.post-content .alignnone {
	background: #FFF;
	border: 1px solid #cccccc;
	padding: 8px;
	text-align: center;
}

.post-content .alignleft {
	float: left;
	border: 1px solid #cccccc;
	margin: 0 25px 15px 0;
	padding: 8px;
	text-align: center;
}

.post-content .alignright {
	float: right;
	border: 1px solid #cccccc;
	margin: 0 0 15px 25px;
	padding: 8px;
	text-align: center;
}

.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;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#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;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* サイドバー
------------------------------------------------------- */

#sidebar {
	float: right;
	width: 230px;
}

.sidepanel {
	margin: 0px auto 20px auto;
	width: 220px;
	
}

.sidepanel h3 {
	background: url(images/title_back.gif) no-repeat top left;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	width: 220px;
	height: 46px;
	line-height: 46px;
	text-indent: 1.5em;
	display: block;
}

.sidepanel ul li {
	margin: 5px auto;
	padding: 3px;
	line-height: 23px;
	width: 180px;
	height: 23px;
	display: block;
	text-indent: 25px;
	background: url(images/list_clip_red_2.gif) center left no-repeat;
	overflow: hidden;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}
.sidepanel select {
	margin-left: 25px;
}

.cat-item {
	margin: 10px auto;
	padding: 0px 0px;
	line-height: 50px;
	width: 210px;
	height: 55px;
	display: block;
	text-indent: 28px;
	background: url(images/category.gif) top left no-repeat;
}
/* カレンダー
------------------------------------------------------- */
#calendar_wrap {
	width: 180px;
	margin: auto;
	padding: 0px;
	border: 1px solid #333333;
}

#wp-calendar {
	width: 170px;
	margin: 5px auto;
	border: 0;
	}

#wp-calendar td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: 10px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	color: #333333;
	}

#wp-calendar a {
	text-decoration: none;
	color: #0099CC;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
/* ツイッター
------------------------------------------------------- */
.sidepanel .execphpwidget .aktt_tweets {
	width: 210px;
	margin: 5px auto 10px auto;
	padding: 10px 0px;
	border-left: 1px solid #0099cc;
	font: 90% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
}

.sidepanel .execphpwidget .aktt_tweets ul {
	width: 200px;
	margin: 5px;
	padding: 0px;
	list-style: none;
}

.sidepanel .execphpwidget .aktt_tweets ul li {
	width: 190px;
	height: auto;
	margin: 5px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px dotted #0099CC;
	background: url(images/blog_li.gif) top left no-repeat;
	line-height: 150%;
}

.tw_title {
	background: url(images/title_back.gif) no-repeat top left;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	width: 220px;
	height: 46px;
	line-height: 46px;
	text-indent: 1.5em;
	display: block;
}
/* サーチ
------------------------------------------------------- */
.search {
	width: 210px;
	margin: 10px auto;
	text-align: center;
}
/* フッター
------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 900px;
	border-top: 1px solid #0099CC;
	border-bottom: 15px solid #0099CC;
	padding: 20px 0px 30px 0px;
}

#footer-links {
	list-style: none;
	margin-left: 50px;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* ページ部品
------------------------------------------------------- */
.page_top {
	width: inherit;
	text-align: right;
	margin: 20px auto;
}

.page_top a {
	font-weight: bold;
	}

.fw {
	font-weight: 600;
}

.red {
	color: #cc0000;
}

.small {
	font-size: 9pt;
}
.skyblue {
	color: #0099CC;
}
.h3_title{
	width: 490px;
	margin: 0px auto;
}
.page {
	width: 490px;
	line-height: 250%;
	margin: 0px auto;
	padding: 5px 10px;
}
.table2 {
	width: 500px;
	margin: 10px auto;
}
.table2 th {
	border: 1px solid #8f9499;
	border-spacing: 0;
	border-collapse: separate;
	padding: 5px;
	line-height: 20px;
	background: #4488cc;
	color: #ffffff;
	font-weight: bold;
}
.table2 td {
	border: 1px solid #8f9499;
	border-spacing: 0;
	border-collapse: separate;
	padding: 5px;
	line-height: 20px;
}


/* 山菜
------------------------------------------------------- */
#seino_header {
	margin: 0px;
	padding: 0px;
	width: 580px;
	height: 133px;
	background: url(images/seino_header.png) center top no-repeat;
}
#seino_header h4 {
	line-height: 133px;
	text-align: left;
	text-indent: 120px;
	font-size: 12pt;
	font-weight: bold;
}
#seino_footer {
	margin: 0px;
	padding: 0px;
	width: 580px;
	height: 133px;
	background: url(images/seino_footer.png) center top no-repeat;
}
.post-content_seino .seino_title {
	margin: 10px auto;
	padding: 0px;
	width: 460px;
	height: 45px;
	display: block;
	border-bottom: 1px dashed #cccccc;
	font: 120% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
}

.post-content_seino .seino_cap {
	width: 400px;
	margin: 20px auto;
	padding: 0px;
	list-style: url(images/blog_li_red.gif) inside;
}

.post-content_seino .seino_cap li {
	margin: 10px;
	padding: 0px;
}

.post-content_seino .seino_ad_wrap {
	width: 440px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

.post-content_seino .seino_ad_wrap .seino_cap {
	width: 220px;
	margin: 10px 0px 10px 20px;
	padding: 10px 5px;
	line-height: 150%;
	float: left;
}

.post-content_seino .seino_read {
	width: 400px;
	border: 3px double #669933;
	margin: 10px 0px 10px 20px;
	padding: 10px 5px;
	line-height: 150%;
	text-align: center;
}

.post-content_seino .seino_ad_wrap .seino_ad {
	width: 190px;
	margin: 0px auto;
	padding: 0px;
	float: right;
	text-align: center;
}

.post-content_seino .seino_ad_wrap .seino_ad img {
	margin-top: 20px;
}

.post-content_seino .seino_caution {
	width: 380px;
	margin: 5px auto;
	line-height: 150%;
	font: 90% 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.post-content_seino .seino_img_waku {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.post-content_seino .seino_img {
	margin: auto;
}
.post-content_seino .seino_hr {
	height:0px;
	border-top: 2px solid #ccc;
	margin: 30px auto;
}
#content_seino {
	float: left;
	width: 580px;
}

.post_seino {
	margin-bottom: 30px;
}

.post-title_seino {
	font-size: 180%;
	line-height: ;
	font-weight: normal;
	border-bottom: 1px dashed #736357;
	background: url(images/blog_title.gif) center left no-repeat;
	padding: 5px 0px 2px 45px;
}

.post-title_seino a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin: 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_seino {
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	font-size: 110%;
	line-height: 150%;
	border-left: 5px double #669933;
	border-right:5px double #669933;
}

.post-content_seino h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content_seino h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content_seino p {
	line-height: 180%;
	margin-bottom: 10px;
}

.post-content_seino .alignnone {
	background: #FFF;
	border: 1px solid #cccccc;
	padding: 4px;
	text-align: center;
}

.post-content_seino .alignleft {
	float: left;
	border: 1px solid #cccccc;
	margin: 0 25px 15px 0;
	padding: 4px;
	text-align: center;
}

.post-content_seino .alignright {
	float: right;
	border: 1px solid #cccccc;
	margin: 0 0 15px 25px;
	padding: 4px;
	text-align: center;
}

.post-content_seino ul,.post-content_seino ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content_seino ul {
	list-style: outside;
}

.post-content_seino ol {
	list-style: decimal;
}

.post-content_seino ul li,.post-content_seino ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.post-content_seino .tabNav{
	position:relative;
	z-index:10;
	*zoom:1;
	margin-bottom :0px;
	margin-top: 30px;
}
.post-content_seino .tabNav li{
	float:left;
	margin-right:0.25em;
	list-style: none;
	margin-bottom: 0px;

}
.post-content_seino .tabNav li a{
	display:block;
	border: 2px solid #ccc;
	padding:0.25em 0.5em;
	background-color:#eee;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	text-decoration:none;
	font-weight: bold;
}
.post-content_seino .tabNav li a:hover{
	background-color:#b8e6e6;
	color: #000;
}
.post-content_seino .tabNav li a.active{
	background-color:#fff;
	border-bottom:2px solid #fff;
}
.post-content_seino .tabContent{
	margin: 0px auto;
	padding: 10px 0px;
	width: 460px;
	clear:left;
	position:relative;
	top:-2px;
	z-index:1;
	border-top: 2px solid #ccc;
}
.aligncenter_contenner {
	text-aligin: center;
}

/* 一万円印刷フォーム部品
------------------------------------------------------- */

.order_form {
	width: 540px;
	background: #fff;
	border-collapse: separate;
	border-spacing: 1px;
	color: #000;
	margin:0px auto;
}

.order_form th {
	border: 1px solid #999;
	background: #e6e6e6;
	font-weight: bold;
	color: #000;
	padding:5px;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}
.order_form td {
	border: 1px solid #999;
	background: #ffffff;
	padding:5px;
	text-align: left;
	line-height: 180%;
	font-size: 9pt;
	
}
.order_form .sub_th {
	background: #e6ffff;
	border: 1px solid #999;
	padding:5px;
	text-align: center;
	line-height: 180%;
	font-size: 9pt;
	font-weight: bold;
	color: #333;
}

.order_form_2 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
}

.order_form_2 th {
	background: #e6e6e6;
	border: 1px solid #ccc;
	padding: 10px;
}
.order_form_2 td {
	background: #ffffff;
	border: 1px solid #ccc;
	padding:5px;
	text-align: left;
	line-height: 180%;
}

span.wpcf7-list-item { display: block; }
.i-line span.wpcf7-list-item { display: inline; }

/* サイドバー出版サムネイル
------------------------------------------------------- */
/* コンテナー
------------------------------------------------------- */
.thumb_container {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	
}

/* 2カラム配置設定
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	border-right: 1px solid #cccccc;
}

.thumb_container p {
	margin: 0px;
	padding: 0px;
}


/* 2カラムボックスサイズ
----------------------------------------------------------------------------------------------------*/

.thumb_container .grid_1 {
	width:85px;
}



/* 右よせ（ボックス1つ）
----------------------------------------------------------------------------------------------------*/

.thumb_container .prefix_1 {
	padding-left:110px;
}



/* 左よせ（ボックス１つ）
----------------------------------------------------------------------------------------------------*/

.thumb_container .suffix_1 {
	padding-right:110px;
}

/* クリア
------------------------------------------------------- */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}










