﻿/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
li {
    list-style:none;
	}

body,html {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
	
body {
	background: #3c3c3c;
	color: #545454;
	}

body, select, input, textarea {
	font-size:100%;
	}
	
p {	
    font-size:16px;
	line-height:1.5;
	}

hr {
	display: block;
	height:1px;
	background:#FFF;
	border:0;
	}

small {
	font-size: 0.95em;
	}

img, a:link img, a:visited img {
	border:0;
	}
	
		

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	padding: 0 25px 15px 25px;
	background:#FFF url(http://www.yamato-style.com/img/pageunder.jpg) repeat-x center bottom;
	}

#branding {
	width:240px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:left;
	margin-left:20px;
	display:inline;
	}

#leftcol {
	width:220px;
	margin-right:20px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left;
	display:inline;
	}	
	
#rightcol {
	width:370px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none;
	}
		
	 
	
	
/*	Headers */

h1 {
	font-size:2.95em;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font-size:2.3em;
	}

#sidebar h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}
	
h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	}

/* 念のため保存
#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}
	
 */

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	}

h4 {
	font-size:1.6em;
	margin-bottom:20px;
	}
	
	
	
/* Footer */

h5 {
    font-size:1.5em;
	}
	
h6 {
    font-size:1.2em;
	}


/* Content */

#content {
	width:610px;
	float:left;
	padding-top:5px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	padding:0px;
	}

.feature:hover {
	/* background:#e9e9e9; */
	}
	
.top_leftBox p, .feature p, #rightcol p {
	margin:0;
	}

.feature img{
	border:1px solid #666;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:15px;
	}
	
#sidelist {
    margin-top:19px;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	}
	
.imgborder {
    border:1px solid #333 !important;
	}

#rightcol img {
	float:left;
        margin:0px 10px 4px 0px;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none;
	}
	
/* 念のため保存

#sidelist .sidefloat {
        border:1px solid #b6b6b6;
	}

#sidelist .sidefloat img {
	float:left;
	margin:0px 10px 4px 0;
	}

#sidelist .sidefloat p {
        margin:0px 0px 0px 0px;
	}
	
*/

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	line-height:25px;
	font-size:1.2em;
	padding-left:15px;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23;
	}

.postmetadata {
	margin: 30px 0;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}		

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9;
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 930px;
    heigt:500px;
	font-size:0.7em;
	padding-top:15px;
	color:#000;
    background:#000;
	background:#000 url(http://gjmgjm.kir.jp/test/new-style/img/footer_back.jpg) no-repeat bottom;
	}

#footer a {
	color:#996666;
	}
	
#footer a:hover {
	color:#CC3333;
	}

/* 自作フッター */

#footer p {
    font-size:1.1em !important;
	}

#container_footer {
        margin: 0 auto;
        padding-bottom:50px;
        text-align:left;
        width:860px;
        }

#footer_left {
        float:left;
        margin-bottom:10px;
        position:relative;
        width:260px;
        }

#footer_middle {
        float:left;
        margin:0 40px 10px 40px;
        position:relative;
        width:260px;
        }

#footer_right {
        float:left;
        margin-bottom:10px;
        position:relative;
        width:260px;
        }

#footer li {
    margin-bottom:5px;
	padding-bottom:4px;
	border-bottom:1px dotted #DDD;
	float:left;
	width:250px;
	background:url(http://gjmgjm.kir.jp/test/new-style/img/footer_list.jpg) no-repeat left center;
	padding-left:10px;
	}
	
h6 {
    font-size:13px;
	width:250px;
	line-height:20px;
	margin-bottom:5px;
	border-left:solid 3px #999;
	border-bottom:dotted 1px #DDD;
	padding:1px 0 1px 7px;
	color:#FFF;
	}

/* 自作ページネーション */

ul.pager {
      margin: 10px;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 3px 8px;
      background: #3366FF;
      color: #FFFFFF;
}

/* 自作画像装飾 */

p.intro img {
    margin-bottom:5px !important;
	}

.categoryThm {
    margin-right:10px;
	margin-bottom:15px !important;
	}

.post h5 {
    border-left:5px solid #CCCC99;
	padding-left:5px;
	line-height:20px;
	margin-bottom:10px;
	color:#444;
	width:100%;
	}
	
.morebtn {
	float:left;
	margin-bottom:10px;
	width:100%;
	}
	
.border1s {
    border:1px solid #666;
	}

/* 自作文字装飾 */

.pagenate {
    float:left;
	width:100%;
	padding-top:15px;
	}
	
.pagenate p {
    float:left;
	display:inline;
	}
	
.pagenate p a {
    float:left;
	display:inline;
	}
	
.pgBack a, .pgNext a {
	width:90px;
	height:25px;
	text-indent:-9999px;
	}
	
.pgBack a {

	}
	
.pgNext a {

	}

h2.pageTitle {
    width:100%;
	margin:20px 0 5px 0;
	padding-bottom:8px;
	border-bottom:1px dotted #BBB;
	}

.mCancel {
    margin:0 !important;
	}

.glay {
    color:#777;
	}
	
.date {
    font-size:1.2em !important;
	padding-bottom:5px;
	}
	
.txt {
    padding-top:5px;
	}
	
.title {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	}
	
.top_leftBox .title {
    margin-bottom:5px !important;
	}
	
.smallHeadline {
    margin:5px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
	}
	
.borderTop {
    border-top:solid 3px #DDD;
	padding-top:10px;
	float:left;
	}
	
.top_leftBox .title {
	width:220px;
	}
	
.top_updateBox h3 {
    margin-bottom:5px;
	}

/* 自作ヘッダー関連 */

.siteHeader {
    padding-bottom:10px;
	}
	
#headerLogo {
    width:240px;
	height:100px;
	float:left;
	}
	
#headerLogo h1 a {
    width:240px;
	height:100px;
	text-indent:-9999px;
	background:url(http://www.yamato-style.com/img/rogo.jpg) no-repeat 0 0;
	display:block;
	}

#header_navi {
    width:880px;
	float:left;
	height:36px;
	}

ul.headernavi {
	height:36px;
	width:880px;
	float:left;
	}
	
ul.headernavi li, ul.headernavi li a, ul.headernavi li a:hover {
	width:146px;
	height:36px;
	float:left;
	text-indent:-9999px;
	display:block;
	}
	
li.hn149 {
    width:149px !important;
	}
	
li.hn147 {
    width:147px !important;
	}
	
ul.headernavi li a:hover {
    background-position:0 -36px;
	}
	
.navi-home, .navi-home a {background:url(http://www.yamato-style.com/img/navi-home.jpg) no-repeat 0 0;}

.navi-feat, .navi-feat a {background:url(http://www.yamato-style.com/img/navi-feat.jpg) no-repeat 0 0;}

.navi-news, .navi-news a {background:url(http://www.yamato-style.com/img/navi-news.jpg) no-repeat 0 0;}

.navi-blog, .navi-blog a {background:url(http://www.yamato-style.com/img/navi-blog.jpg) no-repeat 0 0;}

.navi-sozai, .navi-sozai a {background:url(http://www.yamato-style.com/img/navi-sozai.jpg) no-repeat 0 0;}

.navi-link, .navi-link a {background:url(http://www.yamato-style.com/img/navi-link.jpg) no-repeat 0 0;}

/* 自作全体関連 */

body {
	margin:25px auto 0;
	padding:20px 0 25px 0;
	background:#000 url(http://www.yamato-style.com/img/body_back.jpg) no-repeat center top;
    }

/* 自作トップページ関連 */

.topHeadline {
    margin-right:0 !important;
	}

.topGoogleAd {
    margin-bottom:7px;
	}

.topFla {
    width:610px;
	}
	
.topFreespace {
    width:610px;
    margin-bottom:20px;
	}

#home p {
    font-size:1.3em;
	}

.top_update {
    width:370px;
	float:left;
	margin-bottom:10px;
	}
	
p.updateSub {
    float:right;
	font-size:11px !important;
	text-align:right;
	padding-top:5px;
	margin-bottom:5px;
	color:#999;
	}
	
.top_updateBox img {
    border:1px solid #666 !important;
	}
	
.top_updateBox {
    float:left;
	width:370px;
	margin:5px 0 2px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	}
	
.top_leftBox {
    float:left;
	width:220px;
	margin:5px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	}
	
.top_leftBox img {
    width:218px;
    border:1px solid #666 !important;
	}
	
/* 自作サイドバー関連 */

p.sideMookCap {
    width:250px;
	float:left;
	}

.sideQr {
    width:250px;
	float:left;
	padding-bottom:20px;
	}

.sideAd {
    width:250px;
	height:350px;
	margin-bottom:24px;
	}
	
.sideMookContent {
    width:250px;
	float:left;
	padding-bottom:15px;
	}
	
.sideMookPic {
    margin-left:64px;
	border:solid 1px #666;
	width:120px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	display:inline;
	}
	
.sideMobileCap {
    margin-top:5px !important;
	padding-bottom:10px;
	}
	
#sidelist p {
	clear:both;
	font-size:11px !important;
	}
	
.sideBanaContent {
    width:250px;
	float:left;
	padding-bottom:15px;
	}
	
.sideBana {
    float:left;
	width:250px;
	padding-top:9px;
	}
	
.BrandShopContent {
    width:250px;
	margin-bottom:15px;
	float:left;
	}
	
.BrandShopBox {
    width:250px;
	margin-top:10px;
	border-bottom:3px solid #DDD;
	padding-bottom:10px;
	float:left;
	}
	
.BrandShopContent img {
    float:left;
	border:solid 1px #666 !important;
	}
	
.BrandShopContent h3, .BrandShopName {
    float:left;
	width:187px;
	}
	
.BrandShopName {
    clear:none !important;
	margin-bottom:3px !important;
	padding-bottom:1px!important;
	border-bottom:dotted 1px #DDD!important;
	}
	
.BrandShopTxt {
    margin:0px !important;
	}
	
.BrandShopMain {
    float:left;
	width:187px;
	margin-left:10px;
	height:53px;
	margin-bottom:5px;
	}
	
/* アンカー関連 */
	
a:link, a:visited {
	color: #990033;
	text-decoration:none;
	}

a:hover, a:active {
	color:#CC3333;
	text-decoration:underline;
	}
	
h3.title a {
    color:#990033 !important;
	}
	
h3 a:hover, h3.title a:hover {
    color:#CC3333 !important;
	}
	
/* 自作カテゴリーページ関連 */

.categoryDate {
    margin-bottom:5px;
	}
	
.categoryEntry {
    margin-bottom:15px !important;
	}

/* 自作記事ページ関連 */

.pageHeadMeta {
    width:610px;
	padding:10px 0;
	margin-bottom:15px;
	border-bottom:1px solid #BBB;
	}
	
.metaDate {
    font-size:1.1em !important;
	float:left;
	line-height:normal !important;
	}
	
.categoryTitle {
	margin-bottom:20px !important;
	}
	
p.intro {
    background:#F1F2F4 none repeat scroll 0%;
	padding:6px;
	font-size:1.3em;
	line-height:1.5;
	text-align:justify;
	margin-bottom:20px;
	}
	
p.interview {
    color: #996633;
	}
	
.post h4, #content h4 {
    background:url(http://www.yamato-style.com/img/h4headline.jpg) no-repeat left center;
	width:591px;
	height:30px;
	line-height:30px !important;
	padding-left:19px;
	color:#FFF;
	font-weight:normal;
	}
	
.post h4 a {
    color: #FFF !important;
	}
	
.post h4 a:hover {
    color: #FFFF99 !important;
	}
	
h4.categorypage {
    margin-bottom:10px !important;
	}
	
.post p {
    font-size:1.4em;
    letter-spacing:1px;
	line-height:1.6;
	margin-bottom:15px;
	}
	
.post img {
    margin-bottom:20px;
	}
	
.post table p {
    font-size:1.3em;
	margin-bottom:3px;
	}
	
.post table img {
    margin:0 !important;
	}
	
.post .entry {
    border-bottom:dotted 1px #DDD;
	margin-bottom:10px;
	}
	
.post #tags {
    margin-bottom:10px;
	float:left;
	border-bottom:1px dotted #DDD;
	width:610px;
	}
	
.post #tags p {
    margin-bottom:5px;
	}
	
.postGoogleAd {
    float:left;
	width:610px;
	margin-bottom:10px;
	}
	
/* 自作記事ページインデックス・関連記事 */

.thisIndexContent {
    width:608px;
	border:1px solid #666;
	margin-bottom:20px;
	background:#F3F3F3;
	}
	
p.pageIndexCap {
    font-size:11px;
	padding:0 0 5px 10px;
	border-bottom:1px dotted #FFF;
	margin-bottom:0 !important;
	}

li.thisIndexList {
    width:593px;
	height:25px;
	display:block;
	margin-left:0 !important;
	margin-bottom:0 !important;
	line-height:25px !important;
	}
	
li.thisIndexList:hover {
    width:593px;
	height:25px;
	display:block;
	background:#FFF;
	}
	
li.thisIndexList span a {
    background:url(http://www.yamato-style.com/img/footer_list.jpg) no-repeat left center;
	padding-left:10px;
	display:block;
	}
	
li.thisIndexList span a:hover {
    text-decoration:underline;
	}

h4.pageIndex {
    background:url(http://www.yamato-style.com/img/h4headline_index.jpg) no-repeat left center !important;
	}
	
#writer h4 {
	width:auto;
	height:auto !important;
	line-height:29px !important;
	padding-left:78px;
	color:#FFF;
	font-weight:normal;
	margin-bottom:5px !important;
	}

#writer {
	margin:10px 0 15px 0;
	float:left;
	width:610px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}
	
/* clearfix */
	
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
    }

.clearfix{display: inline-block; }
* html .clearfix{height: 1%; }
.clearfix {display: block; }

/* clearfix - Safari Only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .centerfix {padding: 0 0 0 1px;}
    }