@charset utf-8;

/* CSS Document */

/*
Theme Name: Fons04_2c
Version:1.0
Author:miya
Author URI:http://birith.blog84.fc2.com/
*/

/*
テンプレートのご利用ありがとうございます
初めての方はご一読願います
■ 利用規約
http://birith.blog84.fc2.com/blog-entry-4.html
■ カスタマイズについて
http://birith.blog84.fc2.com/blog-category-7.html
※カスタマイズは可としておりますが、原型を留めないカスタマイズは不可です
■ その他
http://birith.blog84.fc2.com/blog-category-8.html
*/

/*
Twitter、Facebookへのリンクはご自身のアカウントに書き換えてください
必要がない場合はコードを削除してください。<!--メニュー(RSS、管理画面などのリンク)-->の部分にあります
*/

/*
-----------------目次------------------
 『▼』で検索すると大まかな設定部分にジャンプします
 *基本設定
 *見出し(タイトル)
 *レイアウト
 *ヘッダー
 *メニュー
 *記事(個別)
 *インフォメーション(日付、カテゴリーなど)
 *コメント
 *トラックバック
 *ページナビ
 *フッター
 *プラグイン
 *その他
-------------------------------------
*/

/*
-----------------------------
▼基本設定
-----------------------------
*/

/*リセット------------------------*/
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-origin.fc2.com/b/i/r/birith/fons_graph01.jpg");
  color: #444;
  font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS ゴシック',sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  text-align: center;
}

/*リンク---------------------------*/
a,a:link,a:visited,a:active,a:hover{
  text-decoration: none;
}
a {
  outline: none;
}

a:link {
  color: #424242;
  -moz-transition: color 0.5s ease-in-out 0s;
  -webkit-transition: color 0.5s ease-in-out 0s;
}

a:visited {
  color: #424242;
}

a:active {
  color: #ccc;
}

a:hover {
  color: #ccc;
}
/*画像------------------------------*/
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;
  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;
  padding: 0 20px 30px;
}

pre {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

textarea {
  overflow: auto;
}

input, textarea {
  border: 1px solid #ccc;
  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: #fff;
  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;
  display: none;
}

/*HTML5----------------------------*/
mark {
  background: #97acd5;
  padding: 2px;
}

/*CSS3-----------------------------*/
/*ドラッグ*/
::selection {
  background-color: #e5e5e5;
  color: #333;
}

::-moz-selection {
  background: #e5e5e5;
  color: #333;
}

/*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 {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -70px -207px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 150%;
  padding: 10px 0 10px 30px;
}

h2 {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -70px -208px \9;
}

/*サイドメニュータイトル(プラグイン1，2)*/
h3 {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -70px -273px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 130%;
  padding: 5px 0 5px 30px;
}

h3 {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -70px -276px \9;
}

/*記事内で使うときなど*/
h4 {
  border-left: 5px solid #333;
  font-size: 120%;
  padding: 3px 8px;
}

/*コメント、トラックバック*/
h5 {
  border: 1px solid #e0e0e0;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 5px #f0f0f0;
  font-size: 120%;
  font-weight: bold;
  margin: 13px 0;
  padding: 13px 12px;
}

h5:before {
  content: "";
  margin-right: 8px;
  border-left: 5px solid #3f3f3f;
}

/*
-----------------------------
▼レイアウト
-----------------------------
*/
/*---全体を囲んでるボックス---*/
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

/*コンテンツ（記事、サイドメニューを囲んでるボックス)-----------*/
/*---メイン（記事全体を囲んでるボックス)---*/
#main {
  display: inline;
  float: right;
  letter-spacing: 1px;
  margin: 0 15px 0;
  width: 680px;
}

/*サイド（プラグイン1、2を囲んでるボックス、3のみ#mainの中)--------------*/
#side {
  display: inline;
  float: left;
  margin: 0 10px 0;
  width: 260px;
}

/*
-----------------------------
▼ヘッダー
-----------------------------
*/
#header {
  margin: 10px 0 0 10px;
}

/*ブログ概要*/
#header p {
  padding: 0 0 10px 8px;
}

/*
-----------------------------
▼メニュー
-----------------------------
*/
nav {
  margin: 0 10px 0;
}

#menu ul {
  float: right;
}

#menu li {
  display: inline;
}

#menu span {
  display: inline-block;
  height: 100px;
  text-indent: -9999px;
  width: 50px;
}

/*アイコン*/
#twitter span {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat 0px -100px;
}

#twitter:hover span {
  background-position: 0px 0px;
}

#facebook span {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -50px -100px;
}

#facebook:hover span {
  background-position: -50px 0px;
}

#rss span {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -150px -100px;
}

#rss:hover span {
  background-position: -150px 0px;
}

#admin span {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat -100px -100px;
}

#admin:hover span {
  background-position: -100px 0px;
}

/*
-----------------------------
▼記事(個別)
-----------------------------
*/
.post {
  margin: 10px 0 50px;
  overflow: auto;
}

.content {
  margin: 15px 0;
  padding: 8px 15px;
}

.content a {
  color: #21759b;
}

.content a:hover {
  color: #ccc;
}

/*リスト*/
.content ul {
  margin: 0 0 0 15px;
}

.content ul li {
  list-style-type: disc;
}

.content ol {
  margin: 0 0 0 20px;
}

.content ol li {
  list-style-type: decimal;
}

/*追記*/
.more {
  margin: 5px 10px 15px;
  text-align: right;
}

.more a {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  color: #444;
  font-size: 120%;
  margin: 10px;
  padding: 4px 15px;
  -moz-transition: background-color 0.5s ease-in-out 0s,padding 0.5s ease-in-out 0s;
  -webkit-transition:padding 0.5s ease-in-out 0s ,background-color 0.5s ease-in-out 0s;
}

.more a:hover {
  background: #fff;
  padding:4px 30px 4px 15px;
}

/*FC2拍手などのエリア*/
.fc2_footer {
  margin: 25px 10px 10px;
}

/*関連記事*/
dl.relate_dl {
  border: 1px solid #ddd;
  margin: 15px 10px 0;
  padding: 5px 10px;
  position: relative;
}

dt.relate_dt {
  background: #fff;
  padding: 5px 0;
  position: absolute;
  left: 20px;
  top: -13px;
}

dd.relate_dd {
  margin: 10px 0 10px;
}

.relate_ul {
  margin: 0 0 0 10px;
}

.relate_ul li {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/fons_list01.png") no-repeat;
  padding: 0 0 0 12px;
}

/*
-----------------------------
▼インフォメーション
日付、カテゴリー、タグ、記事の右下にある固定URLなど
-----------------------------
*/
/*日付、カテゴリー*/
ul.data {
  padding: 5px 20px 0 0;
  text-align: right;
}

ul.data li {
  display: inline;
}

ul.data li + li:before, .info li + li:before, ul.nav li + li:before {
  color: #eee;
  content: " | ";
}

/*ユーザータグ*/
span.tag + span.tag:before {
  content: ", ";
}

span.tag {
  margin: 0 2px\9;
}

/*固定URL等*/
.info {
  clear: both;
  margin: 20px 0;
}

.info ul {
  margin: 5px 10px;
  text-align: right;
}

.info li {
  display: inline;
  padding: 0 3px;
}

/*
-----------------------------
▼コメント
-----------------------------
*/
#comment {
  margin: 10px 0 30px;
  padding: 0 0 15px;
}

#comment input, #comment textarea, #comment label {
  display: block;
}

#comment input[type="submit"], #comment input[type="reset"] {
  display: inline;
}

#edit {
 margin: 10px 0 0;
}

/*
-----------------------------
▼トラックバック
-----------------------------
*/
#trackback_url {
  margin: 10px 0 10px 20px;
}

/*
-----------------------------
▼ページナビ
-----------------------------
*/
.s_nav {
  padding: 10px 0;
  text-align: center;
}

.p_nav {
  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: 20px;
  top: 90%;
  text-indent: -9999em;
  z-index: 999;
}

#toTop {
  padding: 8px 10px\9;
}

/*リンク*/
#toTop a {
  background: url("http://blog-imgs-43-origin.fc2.com/b/i/r/birith/f-set_04.png") no-repeat 0px -200px;
  display: block;
  height: 60px;
  width: 60px;
}

#toTop a:hover {
  background-position: 0px -260px;
}

/*
-----------------------------
▼フッター
-----------------------------
*/
#footer {
  clear: both;
  font-size: 14px;
  margin: 20px 0 30px;
  padding: 15px 10px;
  text-align: right;
}

/*広告、著作*/
ul.powered li {
  display: inline;
  margin: 5px;
}

/*
-----------------------------
▼プラグイン
-----------------------------
*/
.plug1, .plug2, .plug3 {
  margin: 10px 0 25px;
}

.plug3 {
  border-top: 1px solid #e5e5e5;
}

#side p, #side div, #side ul, #side table {
  margin: 10px 0 5px;
  padding: 0 10px 0;
}

/*プロフィール*/
.plugin-myimage img {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px #eee;
  margin: 5px;
  padding: 3px;
}

/*
------------------
自画像を設定している場合はちょっと写真っぽくしてます。
必要ない場合は上のコードを消してください
------------------
*/
/*---カレンダー---*/
.plugin-calender table {
  width: 200px;
}

.plugin-calender {
  margin: 10px 0;
  padding: 3px 8px;
}

.calender tr {
  text-align: center;
}

/*リンク*/
.calender a {
  color: #21759B;
}

.calender td a {
  display: block;
}

.calender a:hover {
  color: #ccc;
}

/*土、日の色*/
.plugin-calender #sat {
  color: #21759b;
}

.plugin-calender #sun {
  color: #f06;
}

/*フリーエリア------------------*/
.plugin-freearea {
  margin: 10px 5px 30px;
}

/*
-----------------------------
▼その他
-----------------------------
*/
.post, #comment, #trackback {
  border-top: 1px solid #e5e5e5;
}

.post, #comment, #edit, #trackback, .plug1, .plug2, .plug3 {
  background: #fff;
  border-color: #cecece #e6e6e6 #cecece #e6e6e6;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.block{
border: 1px solid : #000000;
padding: 5px 5px 5px 5px;
background: #ffffcc;
width: 600px;
}

.block2{
border: 1px solid : #000000;
padding: 5px 5px 5px 5px;
background: #F8F8FF;
width: 600px;
}