@charset UTF-8;

/* CSS Document */

/*
Theme Name: Fons01_2c
Version:1.0
Author:miya
Author URI:http://birith.blog84.fc2.com/
*/

/*
-----------------目次------------------
 『▼』で検索すると大まかな設定部分にジャンプします
 *基本設定
 *見出し(タイトル)
 *レイアウト
 *ヘッダー
 *メニュー
 *記事(個別)
 *インフォメーション(日付、カテゴリーなど)
 *コメント
 *トラックバック
 *ページナビ
 *フッター
 *プラグイン
 *その他
-------------------------------------
*/

/*
-----------------------------
▼基本設定
-----------------------------
*/
/*リセット------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: none;
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  word-break: break-all;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #ffffff;
  color: #444444;
  font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS ゴシック',sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  text-align: center;
}

/*リンク---------------------------*/
a {
  outline: none;
  text-decoration: none;
}

a:link {
  color: #424242;
  text-decoration: none;
}

a:visited {
  color: #424242;
  text-decoration: none;
}

a:active {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  color: #cccccc;
  text-decoration: none;
}

a:focus {
  color: #424242;
  text-decoration: none;
}

/*画像------------------------------*/
img {
  border:none;
}

/*HTML------------------------------*/
ul, ol {
  list-style-type: none;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

small{
  font-size:100%;
}

i {
  font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',sans-serif;
}

hr {
  color: #d7d7d7;
}

blockquote {
  background:url("http://blog-imgs-47-origin.fc2.com/b/i/r/birith/blockquote.png") no-repeat left top #ffffff;
  margin:5px 0;
  padding:30px 10px 0;
}

blockquote p{
  background:url("http://blog-imgs-47-origin.fc2.com/b/i/r/birith/blockquote-bottom.png") no-repeat right bottom #ffffff;
  padding:0 20px 30px;
}

pre {
  background:#fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
}

textarea {
  overflow: auto;
}

input,textarea{
  border:1px solid #cccccc;
  box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.1) inset;
  margin:5px 0;
  padding:4px;
}

input[type="submit"]:hover,input[type="reset"]:hover{
  background:#ffffff;/*IE*/
  background:-moz-linear-gradient(center bottom , #ffffff, #eeeeee) repeat scroll 0 0 transparent;/*Ff*/
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /*GC*/
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

fieldset{
 margin:0 0 0 10px;
}

legend{
  margin:10px 0 0;
}

/*HTML5----------------------------*/
mark {
  background: #97acd5;
  padding:2px;
}

/*CSS3-----------------------------*/
/*ドラッグ*/
::selection {
  background-color: #e5e5e5;
  color:#333333;
}

::-moz-selection {
   background: #e5e5e5;
   color:#333333;
}

/*clearfix-------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 */
.cf {
  zoom: 1;
}

/*
-----------------------------
▼見出し(タイトル)
-----------------------------
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/*ブログタイトル*/
h1 {
  font-size: 25px;
  padding: 0 0 0 8px;
}

/*記事側に属するタイトル*/
h2 {
  border-left: 5px solid #21759B;
  font-size: 150%;
  padding: 0 0 0 8px;
}
  /*プラグイン3タイトル*/
  h2.p3{
    background:#21759B;
    border-radius:0 3px 3px 0;
    color:#ffffff;
    margin:0 20px 0 0;
  }
  /*コメント、トラックバック*/
  .comment h2 ,.trackback h2 {
    background:#21759B;
    border-left:none;
    border-radius:3px;
    color:#ffffff;
  }

/*サイドメニュータイトル(プラグイン1，2)*/
h3 {
  border-left: 5px solid #21759B;
  font-size: 130%;
  padding: 0 0 0 8px;
}

/*記事内で使うときなど*/
h4{
  background: #fafafa;
  border-left: 5px solid #21759B;
  font-size: 120%;
  margin: 0 3px;
  padding: 3px 8px;
}

/*
-----------------------------
▼レイアウト
-----------------------------
*/
/*---全体を囲んでるボックス---*/
#wrapper {
  margin: 10px auto;
  text-align: left;
  width: 920px;
}

/*コンテンツ（記事、サイドメニューを囲んでるボックス)-----------*/
#content {
  margin: 30px 0 45px;
}

/*---メイン（記事全体を囲んでるボックス)---*/
#main {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  display: inline;/*IE*/
  float: left;
  width: 680px;
}

/*サイド（プラグイン1、2を囲んでるボックス、3のみ#mainの中)--------------*/
#side {
  display: inline;/*IE*/
  float: right;
  margin: 10px 0 0;
  width: 238px;
}

/*
-----------------------------
▼ヘッダー
-----------------------------
*/
#header {
  background: url("http://blog-imgs-47-origin.fc2.com/b/i/r/birith/h_bg.jpg") no-repeat center center #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  color: #ffffff;
  height: 250px;
  margin:10px 0 0 ;
  padding: 9px;
}

/*
-----------------------------
ヘッダーの画像を差し替える時は幅900pxまで。
高さは自由ですが、250px以下または以上になる場合は heightの数値を書き換えてください。
-----------------------------
*/

#h_content{ 
 background:#000000;/*IE*/
 background:rgba(0,0,0,0.5);
 margin-top: 170px;
}

/*リンク*/
#header a {
  color: #ffffff;
}

#header a:hover {
  border-bottom: 1px dotted #ffffff;
}

/*ブログ概要*/
#header p {
  padding: 0 0 10px 8px;
}

/*
-----------------------------
▼メニュー
-----------------------------
*/
#menu ul {
  border-bottom:1px solid #e5e5e5;
  font-size: 14px;
  margin: 20px 2px 5px;
  text-align: right;
}

#menu li {
  display: inline;
}

#menu li a {
  background:#21759b;
  border-radius: 5px 5px 0 0;
  color:#ffffff;
  margin:0 5px;
  padding: 3px 10px;
}

#menu li a:hover {
 background:#cccccc;
}

/*
-----------------------------
▼記事(個別)
-----------------------------
*/
.post {
  margin: 10px 0;
}

.post div{
  margin: 15px 0;
  padding: 8px 15px;
}

/*リンク*/
.post div a{
  color: #21759B;
}

.post div a:hover{
    color:#cccccc;
}

/*リスト*/
.post ul{
  margin: 0 0 0 15px
}

.post ul li{
  list-style-type: disc;
}

.post ol{
  margin: 0 0 0 20px
}

.post ol li{
  list-style-type: decimal;
}

/*追記*/
.more{
  margin:5px 6px 15px;
  text-align:right;
}

.more a{
  background:#21759B;
  border-radius:5px;
  color:#ffffff;
  margin:10px;
  padding:6px 15px;
}

.more a:hover{
 background:#cccccc;
 color:#ffffff;
}

/*関連記事*/
dl.relate_dl{ 
 margin:0 30px;
 padding: 5px;
}

dt.relate_dt{
 border-bottom: 1px dotted #21759b;
 margin:0 0 5px;
 padding:3px 0;
}

/*
-----------------------------
▼インフォメーション
日付、カテゴリー、タグ、記事の右下にある固定URLなど
-----------------------------
*/

/*日付、カテゴリー*/
ul.data{
  padding: 0 20px 0 0;
  text-align:right;
}

ul.data li{
 display:inline;
}

/*ユーザータグ*/
span.tag+span.tag:before {
 content: ", "
}

span.tag{
 margin:0 2px\9;/*IE*/
}

ul.data li + li:before,.postinfo li + li:before,ul.nav li + li:before{
    color: #d0d0d0;
    content: " | ";
}

.postinfo{
  clear:both;
  margin:20px 0;
}
.postinfo ul{
  margin: 5px 10px;
  text-align: right;
}

.postinfo li {
  display: inline;
  padding: 0 3px;
}

/*リンク*/
.postinfo ul a{
 color:#424242;
}

.postinfo ul a:hover{
 color:#cccccc;
}

/*
-----------------------------
▼コメント
-----------------------------
*/
#comment,.content{
 margin:10px 0;
}

.comment{
 margin:15px 0;
 padding:0 15px;
}

.comment input,.comment  textarea,.comment label{
  display:block;
}

.comment input[type="submit"],.comment input[type="reset"]{
  display:inline;
}

#c_post{
 margin:0 0 20px;
}

/*
-----------------------------
▼トラックバック
-----------------------------
*/
#trackback_url{
 padding:0 0 0 8px;
}

#trackback{
  margin:15px 0;
  padding:5px 0;
}

.trackback{
 margin:15px 0;
 padding:0 8px;
}

/*
-----------------------------
▼ページナビ
-----------------------------
*/
.s_nav {
  padding:10px 0;
  text-align: center;
}

.p_nav {
  border-top: 1px solid #f5f5f5;
  padding:10px 0;
  position:relative;
  text-align: center;
}


ul.nav{
  padding: 0 20px 0 0;
}

ul.nav li{
 display:inline;
}

/*ページトップ(スクロール)*/
#toTop{
 position:absolute;
 right: 25px;
 top: -22px;
}

#toTop{
 padding:3px 5px 2px\9;/*IE*/
 top:-23px\9;/*IE*/
}

/*リンク*/
#toTop a{
 background:#21759B;
 border-radius: 5px 5px 0 0;
 color:#ffffff;
 padding:5px 10px;
}

#toTop a:hover{
 background:#cccccc;
 color:#ffffff;
}

/*
-----------------------------
▼フッター
-----------------------------
*/
#footer {
  clear: both;
  font-size: 14px;
  margin: 20px 0 30px;
  padding: 15px 0;
  text-align: right;
}

/*広告*/
ul.powered li{
display:inline;
margin:5px;
}

/*
-----------------------------
▼プラグイン
-----------------------------
*/
.plug {
  margin: 15px 0;
}

.plug p, .plug div, .plug ul, .plug table {
  padding: 0 5px 0;
}

/*プロフィール*/
.plugin-myimage img{
 background:#ffffff;
 border: 1px solid #eeeeee;
 box-shadow: 0 1px 1px #eeeeee;
 padding:3px;
}

/*
------------------
自画像を設定している場合はちょっと写真っぽくしてます。
必要ない場合は上のコードを消してください
------------------
*/

/*---カレンダー---*/
.plugin-calender table {
  width: 220px;
}

.calender tr{
  text-align:center;
}

.calender td{
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  text-align:center;
}

/*リンク*/
.calender a {
  color: #3366ff;
}

.calender a:hover {
  color: #cccccc;
}

/*土、日の色*/
.plugin-calender #sat {
  color: #3366ff;
}

.plugin-calender #sun {
  color: #ff0066;
}

/*フリーエリア------------------*/
.plugin-freearea {
  margin: 10px 5px 30px;
  line-height: 140%;
}

/*
-----------------------------
▼その他
-----------------------------
*/

/*FC2拍手などのエリア*/
.fc2_footer{
margin:10px 0 0 -15px !important;
}
