@charset "utf-8";
/* ===================================================================

tamablo_theme01

 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
  共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
}

body {
  color: #222;
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6, 7 */
body,input,textarea {
  /font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-weight: normal;
}

img {
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

em {
  color: #511;
}

/* ベースリンクカラー
----------------------------------------------------*/
a {
  color: #36c;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:link {
  color: #36c;
}

a:visited {
  color: #39c;
}

a:hover {
  color: #f63;
  text-decoration: underline;
}

a:active {
}


/* 角丸
----------------------------------------------------*/
#globalHeader nav,
#sub,
.articleBody blockquote,
#comment-greeting,
#tb_comment .trackbacks-content,
#tb_comment .comment,
#main .articleHeader,
#main h3,
#main ul.pager,
#contents .inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#main .articleHeader h2 {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#contents .pageTop {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

header#globalHeader nav ul li:first-child a:hover {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* box-shadow
----------------------------------------------------*/
header#globalHeader nav,
#contents .inner {
  -webkit-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  -moz-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#sub .monthlyArchives ol:after,
.archiveNavFooter:after,
.archiveNav:after,
.inner:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}


/*----------------------------------------------------
  #page（ページ全体）
----------------------------------------------------*/
#page {
  font-size: 100%;
}


/* コンテンツ、ヘッダー、フッター の
   横幅指定とセンタリング
----------------------------------------------------*/
.inner {
  width: 950px;
  margin: 0 auto;
}


/*----------------------------------------------------
  #contents（メインとサイド）
----------------------------------------------------*/
#contents {
margin-top:5px;
  padding: 1px 0 10px 0;
/*background: #a5a5a5 url(../img/share/bg_pattern.gif);
  background: #fff url(../img/share/bg.jpg);*/
  background: #fff;
/*border-bottom: 1px solid #fff;*/
}

#contents .inner {
  padding-top: 15px;
  background: #fff;
}

#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre,
#contents p {
  margin-bottom: 15px;
}


/* このページの上部へ
----------------------------------------------------*/
#contents .pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  clear: both;
  margin: 0;
  padding: 7px 12px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: right;
  font-size: 85%;
}

#contents .pageTop a {
  color: #333;
}

#contents .pageTop a:hover {
  color: #f63;
}

#contents .pageTop a:before {
  content: "↑ ";
}

/* for IE6 */
* html #contents .pageTop {
  padding: 15px 0 0;
  border: 0;
  font-size: 100%;
}


/*----------------------------------------------------
  #main（メインコンテンツ）
----------------------------------------------------*/
#main {
  float: left;
  width: 600px;
  padding: 0 0 20px 15px;
}

/* ページタイトル */
#main h2.pageTitle {
  margin: 0 0 25px;
  padding: 15px 5px 12px;
  background: none;
  border-top: 3px double #999;
  border-bottom: 3px double #999;
  font-size: 153.9%;
  letter-spacing: 1px;
  color: #000;
}

/* アーカイブナビ */
#main .archiveNav {
  /zoom: 1;
  list-style: none;
  margin: 0 0 15px;
}

#main .archiveNavFooter {
  margin: 45px 0 0;
}

#main .archiveNav li {
  width: 49%;
}

#main .archiveNav li.prev {
  float: left;
}

#main .archiveNav li.next {
  float: right;
  text-align: right;
}

/* ページ分割した時のページ送り */
#main ul.pager {
  margin: 45px 0 15px;
  padding: 10px 10px 5px;
  background: #efefef;
  text-align: center;
}

#main ul.pager li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

#main ul.pager li span,
#main ul.pager li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  vertical-align: middle;
}

#main ul.pager li span {
  font-weight: bold;
  color: #666;
}

#main ul.pager li a:hover {
  border-top-color: #999;
  border-left-color: #999;
}

/* .article 各記事
----------------------------------------------------*/
#main .article {
  margin: 0;
  _margin-bottom: 45px;
  line-height: 1.6;
}

#main .article ~ .article {
  margin-top: 45px;
}

.entryBody #main .article {
  margin-bottom: 45px;
}


/* .articleHeader 各記事のヘッダー、フッター
----------------------------------------------------*/
#main .articleHeader {
  margin-bottom: 15px;
  padding: 0 0 8px;
  background: #efefef;
}

/* 記事タイトル */
#main .articleHeader h3,
#main h2 {
  margin: 0 0 7px;
  padding: 8px 10px 5px;
  background: #565656;
  font-size: 123.1%;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#main .articleHeader h3 a,
#main h2 a {
  color: #fff;
}

#main .articleHeader h3 a:after,
#main h2 a:after {
  content: "»";
  margin-left: 8px;
}

#main .articleHeader h3 a:visited,
#main h2 a:visited {
  color: #cfcfcf;
}

#main .articleHeader h3 a:hover,
#main h2 a:hover {
  color: #f93;
}


/* 投稿日、カテゴリ、タグ */
#main .articleHeader ul {
  list-style: none;
  margin: 0 10px;
}

#main .articleHeader ul li {
  display: inline;
  margin-right: 10px;
}

#main .articleFooter ul li:after,
#main .articleHeader ul li:after {
  content: "|";
  margin-left: 14px;
  color: #666;
}

#main .articleFooter ul li:last-child:after,
#main .articleHeader ul li:last-child:after {
  content: "";
  margin-left: 0;
}

/* パーマリンク、トラバ数、コメント数 */
#main .articleFooter {
margin-top:10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

#main .articleFooter ul {
  list-style: none;
  margin: 0 10px;
}

#main .articleFooter ul li {
  display: inline;
  margin-right: 10px;
}

/* .articleBody 記事本文・続き
----------------------------------------------------*/
#main .articleBody {
  font-size: 108%;
  padding: 0 10px;
}

#main .articleBody img {
  vertical-align: middle;
}

#main h3 {
  /zoom: 1;
  /position: relative;
  clear: both;
  margin: 30px -10px 15px;
  padding: 7px 10px 5px;
  background: #efefef;
  border: 1px solid #ccc;
  font-size: 116%;
}

#main h4 {
  margin: 30px 0 10px;
  padding-left: 10px;
  border-left: 8px solid #666;
  font-size: 108%;
}

#main h5 {
  margin: 20px 0 7px;
  padding-left: 10px;
  border-left: 5px solid #999;
  font-size: 108%;
}

#main h6 {
  margin: 20px 0 7px;
  padding-left: 7px;
  border-left: 5px solid #ccc;
  font-size: 100%;
}

#main h4 + h6,
#main h4 + h5,
#main h3 + h4 {
  margin-top: 0;
}

#main small {
  font-size: 93%;
}

#main .articleBody ul {
  margin-left: 25px;
}

#main .articleBody ol {
  margin-left: 35px;
}

#main .articleBody li {
  margin-bottom: 3px;
}

#main .articleBody li ol,
#main .articleBody li ul {
  margin-top: 5px;
}

#main .articleBody dl {
}

#main .articleBody dl dt {
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

#main .articleBody dl dd {
  margin: 0 0 10px 1em;
}

#main .articleBody pre {
  border: 3px double #ccc;
  padding: 10px 15px;
}

#main .articleBody table {
  border: 1px solid #ccc;
}

#main .articleBody table th {
  padding: 7px 10px 5px;
  background: #efefef;
  border: 1px solid #ccc;
}

#main .articleBody table td {
  padding: 7px 10px 5px;
  border: 1px solid #ccc;
}

#main .articleBody blockquote {
  margin: 20px;
  padding: 15px 15px 5px;
  background: #eeeef2;
}

/* 続きを読む */
p.more {
  /zoom: 1;
  clear: both;
  text-align: right;
}

p.more a {
  padding-right: 12px;
  background: url(../img/share/mark_01.gif) no-repeat right .5em;
}

#main hr#more{
  /zoom: 1;
  clear: both;
  margin: 20px 5px 40px;
  padding: 0;
  border: 0;
  text-align: right;
}

#main hr#more:after {
  content: "─── ここから続き";
  color: #aaa;
  font-size: 85%;
}

/* トラックバック、コメント */
#tb_comment {
  margin-bottom: 45px;
  padding: 0 10px;
}

#tb_comment #trackBackURL {
  width: 90%;
  border: 0;
}

#tb_comment .trackbacks-content,
#tb_comment .comment {
  margin: 0 0 15px;
  padding: 15px 15px 1px;
  border: 1px solid #ccc;
}

#tb_comment .comment .comment {
}

#tb_comment .comment h4 {
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 5px;
  border-left: 0;
  border-bottom: 1px dotted #ccc;
}

#tb_comment .trackbacks-content h4 {
  margin-top: 0;
}

#tb_comment .footer {
  padding-top: 10px;
  border-top: 1px solid #fff;
}

#tb_comment .footer ul {
  text-align: right;
}

#tb_comment .footer ul li {
  display: inline;
  margin-left: 10px;
}

#tb_comment .footer ul li:before {
  content: "|";
  margin-right: 14px;
  color: #666;
}

#tb_comment .footer ul li:first-child:before {
  content: "";
  margin-right: 0;
}

#tb_comment .comments table {
  width: 100%;
}

#tb_comment .comments table th {
  text-align: left;
  width: 30%;
}

#tb_comment .comments table td input {
  width: 60%;
  padding: 3px;
}

#tb_comment .comments table td small {
  margin-left: 5px;
}

#tb_comment .required {
  margin-left: 5px;
  color: #c00;
  font-weight: normal;
}

#tb_comment textarea {
  width: 90%;
  height: 150px;
  padding: 3px;
}

#tb_comment .postComment {
  margin: 15px 0 0;
}

#tb_comment .postComment input {
  padding: 5px 15px;
}

#comment-greeting {
  margin-bottom: 15px;
  padding: 15px;
  background: #eeeef2;
  border: 1px solid #ccc;
}

#comment-greeting img {
  vertical-align: middle;
}


/*----------------------------------------------------
  #sub（サイドバー）
----------------------------------------------------*/
#sub {
  float: right;
  width: 300px;
  padding: 0 15px 15px 0;
}

#sub .item {
  margin: 30px 0 0;
  line-height: 1.3;
}

#sub .item:first-child {
  margin-top: 0;
}

#sub .item.firstChild {
  margin-top: 0;
}

#sub h3,
#sub h2 {
  margin: 0 0 10px;
  padding-left: 28px;
  /*border-left: 5px solid #666;*/
  font-size: 110%;
  height:25px;
  text-align:left;
  background-image:url(../img/share/ico_tama.gif);
  background-repeat:no-repeat;
  /*background-position: 2px 2px;*/

}

#sub h3 {
  font-size: 100%;
}

#sub p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#sub ul {
  list-style: none;
  margin-left: 0;
}

#sub ol {
  margin-left: 30px;
}

#sub ul li {
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  background: url(../img/share/mark_01.gif) no-repeat 5px 0.4em;
}

#sub ul li ul {
  margin-bottom: 0;
}

#sub ul li li {
  margin-bottom: 5px;
  padding: 0 0 0 9px;
  background: url(../img/share/mark_02.gif) no-repeat 0 0.6em;
}

#sub li ol,
#sub li ul {
  margin-top: 7px;
}


#sub .itempicture {
  margin: 5px 0 0;
  line-height: 1.3;
  padding:10px;
  text-align:center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  -moz-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
}

#sub .itempicture {
  margin: 5px 0 0;
  line-height: 1.3;
  padding:10px;
  text-align:center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  -moz-box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  box-shadow: 0px 0px 3px rgba(20%,20%,20%,.5);
  background: #fff;
}

/* サイト内検索
----------------------------------------------------*/
#sub .searchTextBox {
  width: 160px;
  padding: 3px 2px;
  /padding: 4px 2px;
  margin-right: 3px;
  border: 1px solid #ccc;
}

#sub .searchBtn {
  padding: 3px 15px;
  /padding: 3px 7px;
  border: 1px solid #ccc;
  background: #fff;
}

#sub .searchBtn:hover {
  background: #efefef;
  border-top-color: #999;
  border-left-color: #999;
  cursor: pointer;
}

/* 最近のエントリー
----------------------------------------------------*/
#sub .category ul,
#sub .resentEntries ol {
  /zoom: 1;
  list-style: none;
  margin: 0 0 10px;
}

#sub .category ul li,
#sub .resentEntries ol li {
  margin: 0 0 6px;
  padding: 0 5px 6px;
  padding-left: 15px;
  background: url(../img/share/mark_01.gif) no-repeat 5px .5em;
  border-bottom: 1px solid #ccc;
}


#sub .category ul li ul {
  margin-top: 5px;
  margin-bottom: 0;
}

#sub .category ul li ul li {
  padding-bottom: 0;
  border: 0;
}

#sub .category ul li ul li ul {
}

#sub .category ul li ul li ul li {
}


/* 最近のエントリーピクチャ
----------------------------------------------------*/
#sub .pictureList {
  /zoom: 1;
  overflow: hidden;
  margin: 0 0 10px -5px;
}

#sub .pictureList li {
  _display: inline;
  float: left;
  padding: 0;
  margin: 0 0 5px 5px;
}

#sub .pictureList li img {
  padding: 1px;
  background: #fff;
  border: 1px solid #ccc;
}

#sub .pictureList li a:hover img {
  border-color: #f63;
}


/* 月別アーカイブ
----------------------------------------------------*/
#sub .monthlyArchives ol {
  /zoom: 1;
  list-style: none;
  margin: 0 0 10px;
}

#sub .monthlyArchives ol li {
  float: left;
  width: 43%;
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../img/share/mark_01.gif) no-repeat 5px .5em;
}

#sub .monthlyArchives ol li:nth-child(2n) {
  float: right;
}


/* タグクラウド
----------------------------------------------------*/
#sub .tagSearch {
  list-style: none;
  margin: 10px 0 30px;
  padding: 0;
  line-height: 1.2;
}

#sub .tagSearch li {
  display: inline;
  margin: 0 0 5px;
  padding: 0;
  background: none;
}

#sub .tagSearch li a {
  /zoom: 1;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #ccc;
  color: #000;
  font-size: 1em;
}

#page #sub .tagSearch li a:hover {
  color: #f63;
  border-left-color: #f63;
}

#sub .tagSearch li.tagRank1 a {
  font-size: 2.6em;
}

#sub .tagSearch li.tagRank2 a {
  font-size: 2.4em;
  color: #222;
}

#sub .tagSearch li.tagRank3 a {
  font-size: 2.2em;
  color: #333;
}

#sub .tagSearch li.tagRank4 a {
  font-size: 2em;
  color: #444;
}

#sub .tagSearch li.tagRank5 a {
  font-size: 1.8em;
  color: #555;
}

#sub .tagSearch li.tagRank6 a {
  font-size: 1.6em;
  color: #666;
}

#sub .tagSearch li.tagRank7 a {
  font-size: 1.4em;
  color: #777;
}

#sub .tagSearch li.tagRank8 a {
  font-size: 1.2em;
  color: #888;
}

#sub .tagSearch li.tagRank9 a {
  font-size: 1em;
  color: #999;
}

#sub .tagSearch li.tagRank10 a {
  font-size: .8em;
  color: #aaa;
}
