/* ========================== */
/* ::: 配布者からのお願い ::: */
/* ========================== */
/*
　◆テンプレートをDLしていただき、ありがとうございます。
  ◆使用するに当たっての、お願い・注意事項を記しています。
  ◆ご一読くださるよう、よろしくお願いいたします。

　◆禁止事項
  　◇テンプレートの再配布（タグの全部・一部を問わず）。
    　カスタマイズ後も再配布は不可です。
      また、一部を他テンプレートにコピーして使用する事もご遠慮ください。
    ◇テンプレートに使用している素材（画像）の再配布。
　　◇違法サイト、及び過去に規約に違反した方のテンプレートの使用。
      
  ◆してもいい事
  　◇テンプレートのカスタマイズ。
    　画像の加工・差し替えも可能です（素材サイト様の素材を使用する場合は、素材サイト様の規約を守ってください）。
      自己責任の範囲でカスタマイズしてください。
      カスタマイズについてのサポートはしておりません。
    
　◆その他
  　ご不明な点はテンプレート配布者までお問い合わせください。
    テンプレート配布用にブログサイト（URLは後述）にて詳細な規約等を記載していますので、
    そちらにも目を通していただいてからお問い合わせくださると助かります。

　◆だらだらと書きましたが、
  　『FC2の規約を守っている方なら、テンプレートの再配布をしなければ好きにしちゃっていいですよ』
    って事だと思っていただいてＯＫです。あんまり厳しくするのも個人的に好きじゃないので。

　◆ご一読いただきありがとうございました。
    
  ### テンプレート配布者：如月雪花（2011/04/23）    ###
  ### テンプレ配布用サイト：さよならもいわずに。    ###
  ### URL：http://sayonaramoiwazuni.blog55.fc2.com/ ###
*/

/* ================ */
/* ::: 全体設定 ::: */
/* ================ */
*{
  margin:0px;
  padding:0px;
  /zoom: normal;
 }

/* スクロールバー（IE) */
html,body{
  scrollbar-arrow-color : #cccccc;
  scrollbar-3dlight-color : #ffffff;
  scrollbar-shadow-color : #cccccc;
  scrollbar-base-color : #ffffff;
  scrollbar-track-color : #ffffff;
  scrollbar-darkshadow-color : #ffffff;
  scrollbar-highlight-color : #ffffff;
 }

/* Table設定 */
table,td,th{ 　
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-collapse: collapse;
 }

/* BODY設定 */
body{ 　
  font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka; /* テキスト設定 */
  color: #342D25;
  text-align:center;
  line-height: 170%;
  letter-spacing:1px;
  word-break: break-all;
  white-space: normal;
  background-color:#fff0f5; /* 枠の外の背景色 */
 }

/* link設定 */
a:link, /* 未訪問のリンク */
a:visited{ /* 訪問後のリンク */
  color:#5a8cb5;text-decoration: none;
 }
a:hover, /* マウスをのせたとき */
a:active{ /* クリック中 */
  color:#cccccc;text-decoration: none;
 }

/* ======================== */
/* ::: 全体のレイアウト ::: */
/* ======================== */
/* IE以外の<div>の中央揃え用 */
.m_main,.b_footer,.form_all{
  margin-left: auto;
  margin-right: auto;
 }

#blog_all{
  width:812px; /* 全体の横幅 */
  margin-left: auto;
  margin-right: auto;
  background-color:#ffffff; /* 枠の中の背景 */
 }

/* ================== */
/* ::: ブログ背景 ::: */
/* ================== */
/* 共通 */
.b_left,.b_right{
  background-color: #ffffff;
  background-attachment: scroll;
  border-top: 0px;
  border-top-style: none;
  border-bottom: 0px;
  border-bottom-style: none;
 }

/* 左側（メイン） */ 
.b_left{
  width: 560px;
  border-right-width: 0px;
  border-right-style: none;
  border-left: 1px solid #000000;
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_b_left.gif") no-repeat left top;
 }

/* 右側（コンテンツ） */
.b_right{
  width: 250px;
  border-right: 1px solid #000000;
  border-left-width: 0px;
  border-left-style: none;
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_b_right.gif") no-repeat right bottom;
 }

/* ================ */
/* ::: 左側共通 ::: */
/* ================ */
/* 横幅 */
.b_header,.m_main,.m_icon_header,.m_day,.m_footer_border,.b_footer,.b_icon_footer{
  width: 540px;
 }

/* ====================== */
/* ::: ブログヘッダー ::: */
/* ====================== */
/* ブログサイト名 */ 
.b_header{
  text-align: right;
  margin-top: 20px;
 }
  
h1.header{
  font-size: 1.5em;
  letter-spacing: 5px;
  margin-top:-30px;
  margin-right:3px;
 }

h1.header_back{ /* ブログタイトルの背景 */
  font-size: 1.5em;
  color: #ffe4e1;
  letter-spacing: 5px;
 }

/* 紹介文 */ 
h2.header{
  font-size: 0.75em;
  font-weight: lighter;
 }

/* URL */ 
h3.header{
  font-size: 0.6em;
 }

/* ================ */
/* ::: 記事部分 ::: */
/* ================ */
.m_main{
  text-align: left;
  margin-top: 50px;

 }

.m_icon_header{ /* 記事上部のアイコン */
  height: 40px;
  border-bottom: 1px dashed #20b2aa;
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_emerald.gif") no-repeat center center;
 }

.m_title_icon{ /* 記事タイトル左のアイコン */
  width: 18px;
  height: 18px;
  padding:5px 5px 0px 10px;/*上、右、下、左*/
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_trumarine.gif") no-repeat center center;
 }

.m_title{
  width: 500px;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 3px;
 }

.m_day{
  font-size: 0.6em;
  text-align: right;
  line-height: 0.9em;
  margin-bottom: 20px;
 }

.m_border{
  width: 75%;
  border-bottom: 1px dashed #20b2aa;
 }

.m_text{
  font-size: 0.75em;
  line-height: 170%;
  margin-right:1em;
  margin-left: 1em; 
 }

.m_fotter{
  font-size: 0.6em;
  line-height: 120%;
  text-align:right;
  margin-top: 15px;
 }
 
.m_footer_border{
  height: 1px;
  margin-top: 5px;
  border-bottom: 1px dashed #20b2aa;
 }

/* ====================== */
/* ::: ブログフッター ::: */
/* ====================== */
.b_footer{
  font-size: 0.6em;
  line-height: 120%;
  text-align: center;
  margin-top: 20px;
 }
  
.b_icon_footer{ /* 記事下部のアイコン */
  height: 40px;
  background: #FFFFFF url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_emerald.gif") no-repeat center center;
 }

/* ================== */
/* ::: 追記リンク ::: */
/* ================== */
.more_link{}

.more{
  margin: 20px 0px;
 }

/* 追記部分 */
.link_t a:link,
.link_t a:visited,
.link_t a:hover,
.link_t a:active{
  font-weight: bolder;
 }

/* リンク（フッター） */
.link_f a:link,
.link_f a:visited{
  color:#5c8cb5;text-decoration: none;
 }

.link_f a:hover,
.link_f a:active{
  color:#5a8cb5;text-decoration: underline;
 }
a{cursor:n-resize;}

/* ==================== */
/* ::: コメント表示 ::: */
/* ==================== */
.form_all{
  width: 500px;
  margin-top: 20px;
  text-align: left;
  word-break: break-all;
 }

.f_icon{ /* コメント・トラバのタイトル左のアイコン */
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_emerald.gif") no-repeat center center;
 }

.form_title{
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
 }

.form_text{
  font-size: 0.7em;
  line-height: 170%;
 }

.form_footer{
  font-size: 0.78em;
  color:#555555;
  text-align: right;
  margin: 0px 0px 20px; /* 上、左右、下 */
 }

.f_trackback_text{
  font-size: 0.78em;
  line-height:170%;
  text-align: left;
  margin: 10px 5px 5px 5px; /* 上、右、下、左 */
  padding: 0px 15px;
 }

/* ====================== */
/* ::: コンテンツ設定 ::: */
/* ====================== */
#contents{
  width: 200px;
  margin-top: 163px;
  margin-left: auto;
  margin-right: auto;
 }

.menu{
  width: 200px;
  text-align: left;
  line-height: 150%;
  margin: 0px 0px 20px; /* 上、左右、下 */
 }

.menu_title{
  font-size: 0.75em;
  line-height: 150%;
  letter-spacing: 2px;
  margin: 5px 0px 0px; /* 上、左右、下 */
  padding: 0px 10px;
  border-bottom: 1px dashed #20b2aa;
 }

.menu_text {
  font-size: 0.75em;
  color: #555555;
  line-height: 150%;
  margin: 0px;
  padding: 10px 0px 10px 10px; /* 上、右、下、左 */
 }

/*リストの表示設定*/
.menu_text ul {
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
 }

.menu_text li { /* リストの見出し */
  text-align: left;
  padding-left: 0.9em;
  list-style: none;
  background: url("http://blog-imgs-44.fc2.com/s/a/y/sayonaramoiwazuni/02_emerald_01.gif") no-repeat left 0.44em;
 }

/* ================== */
/* ::: その他設定 ::: */
/* ================== */
/*引用の表示設定*/
blockquote {
  margin:0px;
  padding:0px;
 }

.pict {
  border: 0px;
 }

/*検索*/
.plugin-search { 
  margin: 5px 0px;
  padding: 5px 0px;
 }

img.emoji{ 
  vertical-align:middle;
  border:0;
 } 


/* 画像 */
a img {
  border-style : none;
  border-width : 0px;
  text-decoration : none;
 }

/* フォーム */
textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
  font-size: 1em;
  margin: 2px 0px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
 }

/* ページリンク */
.pagenavi { 
  width: 100%;
  font-size:0.75em;
  font-weight: bolder;
  text-align:center;
  margin: 20px 0px;
  padding: 2px 0px;
 }

.pagenavi a:link,
.pagenavi a:visited{
  color:#b5b5b5;text-decoration: none;
 }

.pagenavi a:hover,
.pagenavi a:active{
  color:#4c4740;text-decoration: none;
 }

/* Mac版IEの文字化け対策
------------------------------------------------------------ */
textarea,input,select {
  font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
　}
  
/* 自動改行の調整 */
br { letter-spacing : normal; }