/*  
Theme Name: オフィシャル用テンプレート (Pre)
Theme URI: 
Description:オフィシャル用テンプレート (Pre)
Author: winova
Author URI: 
*/

/* ▼▼　全体　*/

* {
    margin: 0;
    padding: 0;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:12px;
}

html,body{
/*	height:100%;*/
}

div#waku{
	background:url(images/bg_sidebar01.gif) repeat-y;
	background-color:#fdfdfd;
/*    height:100%;*/
    min-height: 1em;
    display: inline-table;
}

br{
	letter-spacing:normal;
} 

#waku:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #waku {
    height: 1em;
}

#waku {
    display: block;
}
/**/

div#waku_work{
	background:url(images/bg_sidebar02.gif) repeat-y;
	background-color:#fdfdfd;
/*    height:100%;*/
    min-height: 1em;
    display: inline-table;
}

#waku_work:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #waku_work {
    height: 1em;
}

#waku_work {
    display: block;
}
/**/


table{
	line-height:140%;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#333333;
}

.work_table td , .work_table th{
	padding:5px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight: normal;
}

h3{
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #333333;	
}

a,
a:link,
a:visited {
    color: #0066FF;
    text-decoration: none;
}
a:hover {
    color: #0066FF;
    text-decoration: underline;
}
a:active {}

a img {
    border: 0;
}

ul, li {
	margin:0px;
	padding:0px;
}
ul li {
	margin:0px;
	padding:0px;
}

dl {}
dt {}
dd {
    padding-left: 8px;
}

html{
	height: auto;
	_height: 100%;
}


/* ▼▼　ブログ名・ディスクリプション関連（ヘッダ周り）　*/

#banner {
	padding:15px 15px 0 15px;
    color: #333333;
    text-align: left;
	height:65px;
	_height:80px;
}

banner-header{
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #333333;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner-description {
    color: #333333;
    font-size: 12px;
	line-height:140%;
	float:left;
	padding:5px 0px 5px 0px;	
}

#head_logo {
	float:right;
}

/*　▼▼ レイアウト関連（全体） */

body.layout-two-column-left
{
	padding:0px;
	margin:0px;
    text-align: center;
    background-color:#21261E;
}

.layout-two-column-left #box
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
}

.layout-two-column-left #content_top {
	width:762px;
    float: right;
	display:inline;
	background-color:#FCFCFC;
	min-height: 492px;
	height: auto !important;
	height: 492px;
}

.layout-two-column-left #content {
	width:650px;
    float: right;
	display:inline;
	background-color:#FCFCFC;
	min-height: 492px;
	height: auto !important;
	height: 492px;
}

.layout-two-column-left #content_what {
	width:512px;
    float: right;
	display:inline;
	background-color:#FCFCFC;
	min-height: 492px;
	height: auto !important;
	height: 492px;
}

.blog {
    padding:35px 30px 10px 30px;
    _padding:35px 22px 8px 22px;
    color: #333333;
}

.blog_what {
    padding:100px 30px 10px 120px;
    _padding:100px 22px 8px 122px;
    color: #333333;
}

.date {
    margin-top:10px;
    margin-bottom:10px;
    color: #ffffff;
    background: #999999;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
	width:595px;
	_width:600px;
}


/*　▼▼ エントリー関連 */

#comments,
.entry {
    width: auto;
    margin: 0px 0px 15px 0;
    color: #333333;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

.entry{
 height:auto;
 _height:100%;
}
.entry a{
}
.entry img {
}

.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

.entry textarea {
    width: 97%;
}

.entry-header { /* 見出し */
    font-size: 22px;
    padding:0px;
	margin-bottom:5px;
	height:25px;
    color: #333333;
	border-bottom:1px solid #585C57;

}

.entry-header a {
    font-size: 22px;
	color:#333333;
}

.entry-header_what { /* 見出し */
    font-size: 22px;
    padding:0px;
	margin-bottom:40px;
	height:25px;
    color: #333333;
}

.entry-header_what a {
    font-size: 22px;
	color:#333333;
}


.entry-body{
 height:auto;
 _height:100%;
 padding:3px;
}


.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #333333;
    font-size: 10px;
    _font-size: 9px;
}

.entry-footer span{
    font-size: 10px;
    _font-size: 9px;
}

.entry-footer span{
    font-size: 10px;
    _font-size: 9px;
}

.entry-footer  a{
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 0px;
}
.entry ol {
    margin: 10px 0 10px 0px;
}

.entry ul li{
    padding-left: 15px;
	list-style-type:none;
	background:url(images/bg_list.gif) no-repeat;
/*
    padding-left: 15px;
    margin: 0;
*/
}

/*　▼▼ ページング関連 */
.content-nav {
    margin: 6px 0 10px;
    text-align: right;
    font-size: 12px;
}

.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/*　▼▼ パンクズ関連 */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/*　▼▼ カレンダー関連 */
#calendar_wrap{
	margin-bottom:15px;	
}


#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 11px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #999999;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 11px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 11px;
    line-height: 120%;
}


/*　▼▼ クレジット関連 */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

/*　▼▼ 汎用 */

.clear {
    clear: both;
}

#dash{
	border-bottom:1px dashed #999999;
}

/*　▼▼ コメント・トラックバック関連 */

.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

#comments input {
	border:#cccccc 1px solid;
}

#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
/*  width: 220px; */
}

#comment {
/*    width: 400px; */
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
    font-size: 10px;
    _font-size: 9px;
}

.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #999999;
    font-size: 11px;
    font-weight: bold;
/*
	width:595px;
	_width:600px;
*/
}

.title01 {
	margin-top:15px;
    background: #999999;
	height: 21px;
/*
	width:595px;
	_width:600px;
*/
}

.title01 h3 {
    padding: 2px 0 2px 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
	float: left;
}
.title01 .rss {
	margin: 0px 6px 0 0;
	_margin: 0px 3px 0 0;
	float: right;
	text-align: right;
}
.title01 img {
	margin-top:2px;
	padding: 0px;
	border: none;
}

/*　▼▼ フッタ関連 */

#footer {
    margin:0px;
    padding:0px;
	height:66px;
	background-color:#20251E;
}
#footer p {
    margin-left:136px;
	margin-top:17px;
    font-size: 12px;
    color: #808080;
}

#footer a {
    color: #808080;
}


/*　▼▼ フォーム関連 */

form {
    margin: 0;
}

form input,

form textarea {
    border: 1px solid #cccccc;
}

#searchform{
	margin-bottom:10px;
	text-align:center;
}

#searchtext {
    margin: 3px 0;
}

#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

/*　▼▼ ヘッダーバー関連 */

#head-description {
	float:left;
	display:inline;
/*	margin-top:74px;*/
	margin-top:54px;
	margin-left:30px;
	margin-bottom:16px;
}

/*　▼▼ グローバルメニュー */

#navigation {
	text-align:right;
	float:right;
	display:inline;
/*	margin-top:122px;*/
	margin-top:102px;
	margin-right:25px;
	margin-bottom:7px;
}


/*　▼▼ サイドバー関連 */

.layout-two-column-left #sidebar-box {
    float: left;
	display:inline;
    width: 137px;
    _width: 138px;
	background-color:#D2CEBD;
	border-left:1px solid #20251E;
	min-height:492px;
	height: auto !important;
	height: 492px;

}
.layout-two-column-left #sidebar {
	margin-top:40px;
	margin-left:28px;
}

#sidebar ul {
}

#sidebar li {
    list-style: none;
    margin: 0px 0 25px 0;
}

#sidebar a {
	color:#333333;
}

.layout-two-column-left #sidebar-box_in {
    float: left;
	display:inline;
    width: 112px;
	background-color:#EDEBE4;
	min-height: 492px;
	height: auto !important;
	height: 492px;
}

.layout-two-column-left #sidebar_in {
	margin-top:40px;
	margin-left:20px;
}

#sidebar_in ul {
	margin-top:25px;
}

#sidebar_in li {
	font-size:11px;
    list-style: none;
    margin: 0px 10px 15px 0px;
}

#sidebar_in a {
	font-size:11px;
	color:#333333;
}

.layout-two-column-left #sidebar-box_what {
    float: left;
	display:inline;
/*
    width: 112px;
*/
    width: 250px;
	min-height: 492px;
	height: auto !important;
	height: 492px;
	background-color:#FCFCFC;
}
.layout-two-column-left #sidebar_what {
	margin-top:40px;
	margin-left:130px;
}

#sidebar_what ul {
	margin-top:40px;
}

#sidebar_what li {
	font-size:11px;
    list-style: none;
    margin: 0px 10px 15px 0px;
}

#sidebar_what a {
	font-size:11px;
	color:#333333;
}

/*　記事中レイアウト関連　*/

.entry_about{
	padding: 35px 30px 30px 87px;
	width: 486px;
	_width: 100%;
}

.entry_floor{
	padding: 0px 60px 0px 0px;
	position:inherit;
	width: 150px;
	_width: 210px;
}

.entry_none{

}

.workshop{
	padding: 35px 26px 35px 0px;
	_padding: 35px 36px 35px 0px;
	float: left;
	width: 273px;
	_width: 283px;
}

