/*
Theme Name: 徒然なるままのごにょごにょ
Theme URI: http://www.k-zizi.com/
Description: 徒然なるままのごにょごにょ
Version: 1.1
Author: Ichiro Tateyama 2013.12.30
Author URI: http://www.k-zizi.com/
*/

@import url("css/reset.css");

html {
//      background: url(images/bg.jpg);
      }

body {
//      font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','sans-serif';
      font-family: "Helvetica Neue", Helvetica, Arial,  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
//      font-family: Verdana, Roboto,"Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 11px;
      color:#333;
      }

p {
      padding: 10px;
}

#wrapper {
      margin: 0 auto;
      width: 960px;
      border-left: 1px solid #DDD;
      border-right: 1px solid #DDD;
      }

#header {
      height: 80px;
      padding: 30px 0 0 13px;
      }

#navigation {
      padding: 5px;
      border-top: 1px solid #DDD;
}

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

a:hover {
      color: #EB008B;
      }


/* Content Area */

.postbox {
      padding: 15px;
      border-top: 1px solid #DDD;
      }

.postbox h2 {
      font-size: 16px;
      margin-bottom: 10px;
      }

.stitle {
color: #FF5752;
}

.postbox h3 {
      margin-bottom: 20px;
      }

.postbox img {
//      margin: 20px 20px 20px 0;
//      float: left;
      }

.morecon {
display: block;
margin-top: 20px;
text-align: center;
color: #FF5752;
}

.other_img {
margin: 20px 20px 20px 0;
float: left;
}

.subimg_cap {
//float: left;
margin: 5px 0 0 500px;
display: block;
height: 210px;
line-height: 150%;
//clear: left;

}


.caps {
      background-color: #666;
      color: #FFF;
      display: inline-block;
      padding: 2px 5px;
      margin-bottom: 15px;
}

.postbox p {
      line-height: 160%;
      padding: 0;
      }

.pink {
      color: #EB008B;
      }

.blue {
      color: #25A9E0;
      }


/* navigation */

#pagenavi {
      height: 30px;
      padding: 15px 15px 0 15px;
      border-top: 1px dashed #DDD;
      }

.alignright {
      float: right;
      }

.alignleft {
      float: left;
      }

#footer {
      height: 50px;
      padding: 15px 0 0 5px;
      border-top: 1px solid #DDD;
      }