@charset utf-8;

/* CSS Document */

/*
Theme Name: Fons02_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: url("http://blog-imgs-43.fc2.com/b/i/r/birith/fons_02.jpg") no-repeat center center fixed black;
  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: #ffffff;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  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.fc2.com/b/i/r/birith/blockquote.png") no-repeat left top ;
  margin:5px 0;
  padding:30px 10px 0;
}

blockquote p{
  background:url("http://blog-imgs-47.fc2.com/b/i/r/birith/blockquote-bottom.png") no-repeat right bottom ;
  padding:0 20px 30px;
}

pre {
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
  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, white, #eeeeee) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
  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;
}

h1:first-letter{
  color: #21759B;
  font-size:125%;
}

/*記事側に属するタイトル*/
h2 {
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 1px 0 #fcfcfc;
  font-size: 150%;
  padding: 0 0 0 10px;
}

h2:first-letter{
  color: #21759B;
  font-size:155%;
}
  /*コメント、トラックバック*/
  .comment h2, .trackback h2 {
    font-size:110%;
   }

/*サイドメニュータイトル(プラグイン1，2)*/
h3 {
  background: -moz-linear-gradient(left center, rgba(255, 255, 255, 0.5) 0%, rgba(250, 250, 250, 0.85) 100%);
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.9)));
  border:1px solid #ffffff;
  border-radius:5px;
  font-size: 130%;
  padding: 2px 0 2px 8px;
}

h3:first-letter{
  color: #21759B;
  font-size:133%;
}

/*記事内で使うときなど*/
h4 {
  background:rgba(255,255,255,0.6);
  border:1px solid #ffffff;
  border-radius:5px;
  font-size: 120%;
  padding: 3px 8px;
}

h4:first-letter{
 color:#21759B;
 font-size:125%;
}

/*
-----------------------------
▼レイアウト
-----------------------------
*/
/*---全体を囲んでるボックス---*/
#wrapper {
   background:url("http://blog-imgs-43.fc2.com/b/i/r/birith/ie70.png");/*IE*/
  background: -moz-linear-gradient(right center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin: 10px auto;
  text-align: left;
  width: 960px;
}

/*コンテンツ（記事、サイドメニューを囲んでるボックス)-----------*/
#content {}

/*---メイン（記事全体を囲んでるボックス)---*/
#main {
  border-right: 1px solid #f5f5f5;
  display: inline;/*IE*/
  float: left;
  letter-spacing: 1px;
  overflow:auto;
  width: 700px;
}

/*サイド（プラグイン1、2を囲んでるボックス、3のみ#mainの中)--------------*/
#side {
  display: inline;/*IE*/
  float: right;
  margin: 10px 10px 0;
  width: 238px;
}

/*
-----------------------------
▼ヘッダー
-----------------------------
*/
#header {
  margin: 10px 0 0;
}

/*ブログ概要*/
#header p {
  padding: 0 0 10px 8px;
}

/*
-----------------------------
▼メニュー
-----------------------------
*/
nav{
  border-bottom: 1px solid #e5e5e5;
}

#menu ul {
  font-size: 14px;
  margin: 20px 0 0 0;
  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 {
  background: -moz-linear-gradient(center bottom, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  margin: 0 30px;
  padding: 5px 10px;
}

dt.relate_dt {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 0 #cccccc;
  margin: 0 0 5px;
  padding: 5px 0;
}

dd.relate_dd {
    margin:0 0 10px;
}

/*
-----------------------------
▼インフォメーション
日付、カテゴリー、タグ、記事の右下にある固定URLなど
-----------------------------
*/
/*日付、カテゴリー*/
ul.data {
  margin:10px 0 0;
  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: #eeeeee;
  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: fixed !important;
  right: -1px;
  top: 90%;
  z-index: 999;
}

#toTop{
 padding:8px 10px\9;/*IE*/
}

/*リンク*/
#toTop a{
  background: -moz-linear-gradient(left center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.9)));
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 8px 15px;
}

#toTop a:hover {
  color: #ffffff;
}

/*
-----------------------------
▼フッター
-----------------------------
*/
#footer {
  clear: both;
  font-size: 14px;
  margin: 20px 0 30px;
  padding: 15px 10px;
  text-align: right;
}

/*広告、著作*/
ul.powered li {
  display: inline;
  margin: 5px;
}

/*
-----------------------------
▼プラグイン
-----------------------------
*/
.plug {
  margin: 15px 0;
}

.plug p, .plug div, .plug ul, .plug table {
  margin:7px 0;
  padding: 0 10px 0;
}

/*プロフィール*/
.plugin-myimage img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 5px;
  padding: 3px;
}

/*
------------------
自画像を設定している場合はちょっと写真っぽくしてます。
必要ない場合は上のコードを消してください
------------------
*/
/*---カレンダー---*/
.plugin-calender table {
  width: 220px;
}

.plugin-calender{
 background:rgba(250,250,250,0.6);
 border:1px solid #ffffff;
 border-radius:5px;
 margin:10px 0;
 padding:3px 8px;
}

.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 td a {
  background:url("http://blog-imgs-43.fc2.com/b/i/r/birith/ie50.png");/*IE*/
  background:rgba(250,250,250,0.8);
  display:block;
}

.calender a:hover {
  color: #cccccc;
}

/*土、日の色*/
.plugin-calender #sat {
  color: #3366ff;
}

.plugin-calender #sun {
  color: #ff0066;
}

/*フリーエリア------------------*/
.plugin-freearea {
  margin: 10px 5px 30px;
  line-height: 140%;
}

/*


/*
-----------------------------
▼その他
-----------------------------
*/

/*IE用*/
pre,h3, h4,dl.relate_dl ,.plugin-calender,#toTop{
  background:url("http://blog-imgs-43.fc2.com/b/i/r/birith/ie60.png")\9;
}
