/* Stylesheet for the humangrows v2 document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */

body,td { /* ▼ページ・テーブル全般 */
  color: #444; 
  font-family: 'Meiryo','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
}

body { /* ページ全般 詳細設定 */
  margin:10px 0 10px 0;
  background:#fff;
}

div.clear { /* 初期化 */
  clear:both;
  content: "";
}

/* ----------------------------------------- */
/* ヘッダー＆フッター＆ナビ／ページ全般で使用   */
/* ----------------------------------------- */

div.header { /* ヘッダー全体（背景） */
  width:872px; height:235px;
  margin:0px;
  padding:36px 0px 0px 48px;
  background:#fff url(material/header-back.gif) no-repeat top left;
}

div.header-title { /* ヘッダー（タイトル） */
  width:600px; height:170px;
  float:left; padding:0px 5px 0px 5px;
}

div.header-concept { /* ヘッダー（コンセプト） */
  width:185px; height:154px;
  float:left;
  margin:0px 0px 0px 15px;
  padding:15px 8px 10px 10px;
  font-size:11px;
  line-height:150%;
}

div.header-navi { /* ヘッダー（ナビゲーションメニュー） */
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
  padding:12px 5px 0px 235px;
  line-height:1.5;
  font-size: 13px;
}

.logo-title {  /* ロゴの表示位置その１ */
  margin:50px 5px 25px 28px;
}

.logo-title2 {  /* ロゴの表示位置その２ */
  padding-left:130px;
}

.profile {  /* プロフィールの表示位置 */
  padding-top:10px;
  text-align:right;
}

div.footer { /* フッター（背景） */
  width:920px; height:50px;
  margin:0px;
  padding:0px 0px 0px 0px;
  background:#fff url(material/line-bottom-back.gif) no-repeat top left;
}

address { /* コピーライト */
  font-size:11px;
  text-align:center;
  padding-top:32px;
}

/* ----------------------------------------- */
/* メインコンテンツ                           */
/* ----------------------------------------- */

div.blogmain { /* ブログメイン全体（背景） */
  width:872px; height:100%;
  margin:0px;
  padding:0px 0px 0px 48px;
  background:#fff url(material/line-y-back.gif) repeat-y top left;
  overflow: hidden;

}

div.blogmain-contents { /* メイン（記事） */
  width:570px;height:100%;
  float:left; padding:0px 5px 0px 10px;
}

div.blogmain-side { /* メイン（サイド／エントリー） */
  width:185px;height:100%;
  float:left;
  margin:0px 0px 0px 15px;
  padding:5px 8px 10px 35px;
  font-size:11px;
  line-height:150%;
  background:url(material/stylish.gif) no-repeat top left;
}

/* ----------------------------------------- */
/* コンテンツ部（メイン）                    */
/* ----------------------------------------- */

/* メイン */
.main { 
  margin:10px 12px 10px 16px;
  line-height:170%;
}

/* ----------------------------------------- */
/* サイドコンテンツ部                        */
/* ----------------------------------------- */

/* コンテンツ・背景１ */
.cont-box1 { 
  margin:8px 0px 0px 0px;
  padding:15px 5px 5px 5px;
  vertical-align:top;
}

/* コンテンツ・背景２ */
.cont-box2 { 
  margin:0px 0px 15px 8px;
  padding:5px 10px 5px 15px;
  vertical-align:top;
  background:#EDEBD9 url(material/orange-line-y.gif) repeat-x top left;
  border:1px solid #554433;
  color:#554433;
}
.cont-box2 ul {margin-left:12px; padding-left:3px;}
.cont-box2 li {line-height:140%; margin-bottom:3px;}
.cont-box2 h2 {margin-left:-5px;}


/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */

h1 { }

/* H1リンク */
h1 A {color: #ffffff; text-decoration:none;}
h1 A:hover {color:#ffff55; text-decoration:none;background:none;}

h2 { font-size: 15px; }

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.txt_s { /*テキスト(小) */
  margin:3px;
  font-size:11px;
  line-height:1.35;
}

.txt_L { /*テキスト(大) */
  font-size:1.4em;
}

.txt_M { /*テキスト(中) */
  font-size:1.2em;
}

.red { /* 赤文字 */
  color:red;
}

.green { /*緑文字*/
 color: #005500
}

.u_line { /* アンダーライン */
  border-bottom:1px solid red;
  padding-bottom:3px;
}

div.float { /* テキスト回り込み */
  float:right;
  margin:12px 12px 0px 25px;
}

/* ----------------------------------------- */
/* エントリーの装飾                          */
/* ----------------------------------------- */

.entry {
   line-height:1.85;
   font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;
}

.entry h3 {  /* エントリータイトル */
  margin-top:3px;
  padding:5px;
  font:bold 16px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;
  letter-spacing:1px;
}

.entry A:hover {color:#ff0000; text-decoration:underline;}

.entry h2 { /* エントリー日付タイトル */
	margin-bottom: 0.5em;
	font-size: 18px;
	color:#999999;
	font-weight: bold;
	border-bottom: 1px solid white;
	width: 410px;
}

.entry p.posted { /* 投稿者 */
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
}

.entry-footer {
  border-top:1px dotted #555;
  margin:3px;
  font-size:11px;
}

div.category {
  background:#fff url(material/orange-line-yh.gif) repeat-x bottom left;
 /*  border-bottom:2px solid #ff6600; */
  margin-bottom:0px;
  text-align:left;
  line-height:1.3;
}
span.category {
                padding:2px 3px 0px 3px;
                background-color:#ff3333;
                font-size:10px;
}
.category a:link {
	color: #ffffff;
	text-decoration: none;
}

.category a:visited {
	color: #ffffff;
	text-decoration: none;
}

.category a:hover {
	color: #ffff33;
	text-decoration: none;
}

/* エントリーナビゲージョン Suppress the prev/next nav */
.content-nav {
  margin-left: 8px; margin-right:6px;
}


/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */

/* ▼ リスト全般 */
ul { 
  margin-left:14px;
  padding-left:8px;
}

/* ▼ リスト全般 */
.entry ul { 
  margin:2px 4px 4px 8px;
  padding:4px 10px 6px 12px;
}

.entry li { 
  line-height:1.5;
  margin-left:8px;
}

/* ----------------------------------------- */
/* フッタ情報                                */
/* ----------------------------------------- */

/* コピーライト */
div.copyright1 {
  color:#fff;
  font:9px normal Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* BODY LINK */
  a {text-decoration: underline;}
  a:link {color: #DD5522;}
  a:visited {color: #DD5522;}
  /* a:link {color: #ff8a00;} */
  /* a:visited {color: #ff8a00;} */
  a:active {color: #ff8a00;}
  a:hover {color: #006699;}

/* ----------------------------------------- */
/* オリジナル（コメント）                                */
/* ----------------------------------------- */
.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header { /* コメントを投稿 */
    clear: both;
   margin-top:0px;
   padding:5px;
   border-top:2px solid #ff6600;
}

#comment-post {
    font-weight: bold;
}

/* Comment preview and individual entry 
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}

/* Experimental comment styles 
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

/* ----------------------------------------- */
/* 下着水着サイト・インデックスリスト装飾   */
/* ----------------------------------------- */
div.cd-list { /* 一覧用 */
  margin:8px 4px 12px 6px;
  clear:both;
  width:470px;
  font-size:13px;
  line-height:1.6;
}

.cd-list h4 { /* タイトル */
  margin:0px 0px 3px 0px;
  padding:0px;
  font-size:15px;  
  line-height:1.2;
}

.cd-list em { /* 分類 */
  font-size:10px;  color:#fff;
}

em.boxer {
  background-color:#838b83;
}

em.bikini {
  background-color:#ff69b4;
}

em.trunks {
  background-color:#8b814c;
}

em.brief {
  background-color:#cd919e;
}

em.thongs {
  background-color:#9370db;
}

em.swim {
  background-color:#1e90ff;
}

em.blink {
  font-size:13px;
  background-color:#1e90ff;
}

IMG.gg { /* サムネイル・イメージ用 */
  float: left;
  vertical-align: top;
  margin:0px 10px 42px 0px;
  border:1px solid #555;
}

A:link IMG.gg , A:visited IMG.gg{
    border:1px solid #555;
    z-index: 10;
	margin:1 ; padding: 0;
    left:  0px;
}

A:hover IMG.gg{ 
    border:1px solid red;
}

/* ----------------------------------------- */
/* リンク画像用装飾                          */
/* ----------------------------------------- */

IMG.pp { /* イメージ用 */
  border:1px solid #555;
}

A:link IMG.pp , A:visited IMG.pp{
    border:1px solid #555;
	margin:1 ; padding: 0;
    left:  0px;
}

A:hover IMG.pp{ 
    border:1px solid red;
}

IMG.gallery { /* 写真枠（GALLERY用） */
  border:1px solid #555;
  margin:3px;
}
A:link IMG.gallery , A:visited IMG.gallery{border:1px solid #555;}
A:hover IMG.gallery{border:1px solid red; position:relative; top:1px; left:1px;}

.entry u { /* アンダーライン */
  text-decoration: none;
  border-bottom:1px solid red;
  padding-bottom:1px;
}
.entry strong { /* 強調  */
  font-size:105%;
}