@charset UTF-8;

/* CSS Document */

/*
Theme Name: Fons03_2c
Version:3.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
※カスタマイズの許容範囲については上記のURLを参照ください
■ その他
http://birith.blog84.fc2.com/blog-category-8.html
*/

/*
-----------------目次------------------
 『▼』で検索すると大まかな設定部分にジャンプします
 *基本設定
 *見出し(タイトル)
 *レイアウト
 *ヘッダー
 *メニュー
 *記事(個別)
 *インフォメーション(日付、カテゴリーなど)
 *コメント
 *トラックバック
 *ページナビ
 *フッター
 *プラグイン
 *その他
-------------------------------------
*/


/*
-----------------------------
▼基本設定
-----------------------------
*/

/*リセット------------------------*/
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:#fff;
  color: black;
  font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS ゴシック',sans-serif;
  font-size: 9pt;
  line-height: 1.8;
 
  text-align: center;
}

/*リンク---------------------------*/
a,a:link,a:visited,a:active,a:hover{
  text-decoration: none;
}

a {
  outline: none;
}

a:link {color :gray;}

a:visited {color :hotpink;}

a:hover {color : #fff;
         background-color : #fc0;}

a:active {color : #c00;}

a img { border : none;}

<!--
BODY{cursor:crosshair;}
-->


/*画像------------------------------*/
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("https://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("https://blog-imgs-47.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: 1px;
}

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;/*IE*/
  background: -moz-linear-gradient(center bottom, white, #eee) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), 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 {
   border-bottom:1px solid #e5e5e5;
   font-size: 130%;
   padding: 10px 0 10px 10px;
   background: 	Snow;
}

/*サイドメニュータイトル(プラグイン1，2)*/
h3 {
  border-bottom:1px solid #e5e5e5;
  border-top:1px solid #e5e5e5;
  font-size: 130%;
  padding: 5px 0 5px 10px;
}

/*記事内で使うときなど*/
h4 {
  border-left:5px solid #21759B;
  font-size: 120%;
  padding: 3px 8px;
}

/*コメント、トラックバック*/
h5{
  background:url("https://blog-imgs-43.fc2.com/b/i/r/birith/fons_arrow_m01.png") no-repeat left top;
  padding: 4px 0 4px 26px;
}

/*

-----------------------------
▼テーブル
-----------------------------
*/

.t1{
		
		background-color: black;
		text-align: center;
		width:300px;		
		}
.t2{
		
		background-color: gray;
		text-align: center;
		width:300px;		
		}

.t3{
		
                margin-left: auto;
　　　　　　　　margin-right: auto;
		}



/*
-----------------------------
▼レイアウト
-----------------------------
*/
/*---全体を囲んでるボックス---*/
#wrapper {
  margin: 0 auto;
  text-align: center;
  width: 1100px;
}

/*コンテンツ（記事、サイドメニューを囲んでるボックス)-----------*/
#content {}

/*---メイン（記事全体を囲んでるボックス)---*/
#main {
  display: inline;/*IE*/
  float: left;
  letter-spacing: 1px;
  margin:0 15px 0;
  width: 700px;
}

/*サイド（プラグイン1、2を囲んでるボックス、3のみ#mainの中)--------------*/
#side {
  display: inline;/*IE*/
  float: right;
  margin: 0 10px 0;
  width: 300px;
}

/*
-----------------------------
▼ヘッダー
-----------------------------
*/
#header {
  margin: 10px 0 0 10px;
}

/*ブログ概要*/
#header p {
  padding: 0 0 10px 8px;
}

#header {height : 495px;
  background : transparent url("https://blog-imgs-117.fc2.com/b/e/l/beloveddogs/top2.jpg") top center no-repeat;}

/*
-----------------------------
▼メニュー
-----------------------------
*/
nav{
 margin: 0 10px 0;
}

#menu ul {
  margin: 20px 0 0 15px;
  text-align: right;
}

#menu li{
  display: inline;
}

#menu a:hover  img{
 opacity: 0.65;
}


/*
-----------------------------
▼記事(個別)
-----------------------------
*/
.post {
  margin: 10px 0;
  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:url("https://blog-imgs-43.fc2.com/b/i/r/birith/fons_arrow_m01.png") no-repeat left top;
  color: #444;
  font-size:120%;
  font-weight: bold;
  margin: 10px;
  padding: 4px 0 4px 26px;
}

.more a:hover {
  background-position:left bottom;
}

/*FC2拍手などのエリア*/
.fc2_footer{
  margin: 25px 0 10px;
}

/*関連記事*/
dl.relate_dl {
  border:1px solid #ddd;
  margin:15px 0 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("https://blog-imgs-43.fc2.com/b/i/r/birith/fons_list01.png") no-repeat ;
  padding:0 0 0 12px;
}

/*
-----------------------------
▼インフォメーション
日付、カテゴリー、タグ、記事の右下にある固定URLなど
-----------------------------
*/
/*日付、カテゴリー*/
ul.data {
  padding: 0 0 0 0;
}

ul.data li {
  border-bottom:1px solid #e5e5e5;
  padding:5px 0 5px 10px;
}

/*ユーザータグ*/
span.tag + span.tag:before {
  content: ", ";
}

span.tag {
  margin: 0 2px\9;/*IE*/
}

/*固定URL等*/
.info li + li:before, ul.nav li + li:before {
  color: #eee;
  content: " | ";
}

.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;
}

#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: 15px 0 0;
}

/*
-----------------------------
▼ページナビ
-----------------------------
*/
.s_nav {
  margin: 15px 0 0;
  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;/*IE*/
}

/*リンク*/
#toTop a{
  background:url("https://blog-imgs-43.fc2.com/b/i/r/birith/fons_arrow_r01.png") no-repeat left top;
  display:block;
  height:40px;
  width:40px;
}

#toTop a:hover {
 background-position:left bottom\9;
}

/*
-----------------------------
▼フッター
-----------------------------
*/
#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;
}

.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: 220px;
}

.plugin-calender{
 margin:10px 0;
 padding:3px 8px;
}

.calender tr {
  text-align: center;
}

.calender td {

}

/*リンク*/
.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,#edit,#trackback ,.p_nav {
   border-top: 1px solid #e5e5e5;
}

.wrap a{
 display:block;
 padding:5px 0;
 -moz-transition:padding 0.5s ease-in-out 0s,background-color 0.5s ease-in-out 0s;
 -webkit-transition:padding 0.5s ease-in-out 0s,background-color 0.5s ease-in-out 0s;
}

.wrap a:hover{
 background:#21759B;
 color:#fff;
 padding:10px 0;
}

.rotate:hover {
  -moz-transform: rotate(360deg);
  -moz-transition-duration: 1s;
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration: 1s;
}
