@charset "UTF-8";

/* body --------------------------- */
body {
  background: #ccc url('https://blog-imgs-55.fc2.com/f/r/a/fraz/diagonal-noise.png') repeat fixed;
  margin : 30px; 
  padding : 0px;
  font-size : 100%;
  font-family : Meiryo,Hiragino Maru Gothic Pro,VERDANA,ARIAL,SANS-SERIF;
  line-height : 1.3em;
  color : #333;
}
/* 全体のリンク色 --------------------------- */
a:link { color: #666; text-decoration:none;} 
a:visited { color: #666; text-decoration:none;} 
a:active { color: #333; text-decoration:none;}
a:hover { color: #333; text-decoration:none;}


/*　全体のレイアウト --------------------------- */
#all { 
    width:980px;
    margin:0 auto;
    padding:0;
    text-align:left;
}

/* 記事エリア */
#wrap { 
    width:700px;
    float:left;
    overflow: hidden;
    background:#fff;
    padding:20px;
    margin:0 auto;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
}

/* サイドナビ */
#right { 
width: 230px;
float: right;
overflow: hidden;
margin: 0;
padding: 0;
}

/* 全体のレイアウト --------------------------- */


/* 検索フォーム --------------------------- */
#search{ margin:30px 0px; }
.searchform {
    width: 200px;  
    background: url(https://blog-imgs-55.fc2.com/f/r/a/fraz/input.gif) left center no-repeat;   
    display: block;  
    height: 24px;  
    position: relative; 
　　border: none; 
}  
.keywords  {  
    width: 156px;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: none;  
}  

.searchBtn {  
    position: absolute;  
    top: 3px;  
    left: 174px;  
}  



/* h1-ブログタイトル --------------------------- */
h1 {
    font-size: 300%;
    color:#000;
    margin:3px 0px 25px;
    padding: 0px;
    text-align: center;
    background: #ffffff;
}
h1 a:link, h1 a:visited {
    color:#000;
    text-decoration: none;
}
h1 a:hover, h1 a:active {
    color:#666;
    text-decoration: none;
}
/* h2-記事タイトル --------------------------- */
h2 {
    font-size: 120%;
    color :#000;
    margin: 0px;
    padding: 10px 0px 10px 20px;
    border-radius: 5px; 
    -webkit-border-radius: 5px;   
    -moz-border-radius: 5px; 
    background-color: #eee;
}
h2 a:link {
    color:#666;
    text-decoration: none;
}
h2 a:visited {
    color:#666;
    text-decoration: none;
}
h2　a:hover, h2 a:active {
    color:#000;
}
/* h3-（プラグインタイトル） --------------------------- */
h3{
    background:#333;
    color:#eee;
    font-size: 100%;
    margin:0 5px;
    border-radius: 10px;       
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px; 
    padding:3px 15px; 
}
/* h4-（コメント・トラックバック見出し） --------------------------- */
h4{ 
    font-size: 100%;
    border-bottom: 2px solid #333;
    padding:3px 10px; 
    margin:30px 0 5px;
}



/* intro-ブログ紹介文部分 --------------------------- */
.intro {
    font-size: 75%;
    text-align: left;
    color:#666;
    padding: 0px;
    margin: 0px;
}



/* メニュー（カテゴリー）部分 --------------------------- */
.menu  ul{
    text-align: center;
    margin:20px auto 50px;
    padding:0;
    white-space:nowrap;
}
.menu li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}
.menu li a {
    margin:2px;
    padding:3px 15px;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}
.menu li a:link,.menu li a:visited {
    background-color:#444;
    border:none;
    color:#fff;
    text-decoration:none;
}
.menu li a:hover {
    background-color:#ccc;
    color:#fff;
    text-decoration:none;
}


/* 記事本文 --------------------------- */

#main{
    margin: 0;
    padding: 0;
}

.kizi_body {
    margin: 0px 0px 20px 0px;
    padding: 15px;
    font-size:80%;
    border: none;
}
.kizi_body img{ 　
    margin: 0 10px 0px !important;
    padding:0 10px 5px !important;
    border: 0 !important;
}
.kizi_more {  margin: 10px 0px 0px; }
.kizi_more a:link,.kizi_more a:visited {
    color:#ccc;
    text-decoration: none;
    text-size:100%;
    font-weight:bold;
}
.kizi_more a:hover, h2 a:active {
    color:#000;
    text-decoration: none;
}
.kizi_footer {
    margin: 10px 0;
    padding: 0px;
    border: none;
    text-align:right;
}


/*  関連記事 --------------------------- */
.relate_dl {
     margin: 30px;
     border:1px solid #ccc;
}
.relate_dt { border-bottom:1px dotted #ccc;padding:10px; }
.relate_dd { padding:5px 0px; }
.relate_ul { list-style:none;margin:0;padding:0; }
.relate_li { padding:3px 0px; }


/* ナビ --------------------------- */
.nav {
    color:#000;
    width:100%;
    margin:10px auto;
    text-align:center;
    font-size:120%;
    font-weight:bold;
}



/* コメント・トラックバック --------------------------- */
.content {
    width:60%;
    float:right;
    color:#666;
    font-size:80%;
    margin:10px;
    padding:20px;
    background:#eee;
    line-height:150%;
    border-radius: 5px; 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
  }
.comfooter, .tbfooter{
    color:#666;
    font-size:75%;
    padding:20px;
    text-align:right;
}
.content-title, .tbtitle{
    color:#000;
    font-size:100%;
    font-weight:bold;
  }



/* コメントフォーム設定 --------------------------- */
.comform ul {
    font-size: 80%;
    margin: 0;
    padding: 0;
        
}
.comform li {
    font-size: 80%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.comform input,.comform textarea {
    border:1px solid #ccc;
    padding:3px 10px; 
    display:block;
} 
.comform input:hover,.comform textarea:hover,.comform input:focus,textarea:focus {
    border:1px solid #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
}



/* サイドメニュー --------------------------- */

/* RSS,Login,twitter,facebook */
#first{ margin:50px 0 0;text-align:left; } 
#first a:link {text-decoration:none;} 

.right-box{
    width:230px;
    margin:0;
    padding:0;
    font-size:90%;
}
#right div{ font-size:90%;padding:0; }
#right ul {
    list-style-type: none;
    margin: 10px 10px 20px;
    border:none;
    padding:0px;
}
#right li {
    padding:5px;
    margin:0;
    line-height:135%;
    font-size:90%;
    overflow:hidden;
    border-bottom:1px solid #777;
}
#right a:link,#right a:active,#right a:visited{ color:#000; text-decoration:none; } 
#right a:hover{ color:#666; text-decoration:none; } 
#right p{ color:#333; margin:0 0 10px;padding:0 10px;font-size:90%; }
#right span{ color:#333; margin:0 0 3px;padding:3px 10px; margin:0; }
#right div div{ 
    padding:3px 10px;
    margin:0;
    line-height:1.0em; } 

/* 装飾 --------------------------- */
blockquote{
    background:#eee url(https://blog-imgs-55.fc2.com/f/r/a/fraz/quote-white.png) no-repeat right top;
    padding:10px;
}
hr{ background-color:#666; height:1px; }
img{ border:none; }
.code{border:1px solid #666;padding:20px;font-size:100%;}
code{font-family:monospace;}

/* フッター --------------------------- */
#footer{
    width:960px;
    font-size:75%;
    margin:0 auto;
}
#footer a{ color:#000; text-decoration:none; }
#footer a:hover{ color:#666; text-decoration: none; }

#footer p{  text-align:left; }

/* トップに戻る --------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
}
.pagetop a {
  display: block;
  width: 110px;
  height: 36px;
  background-color: #333;
  border:1px solid #eee;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 90%;
  text-decoration: none;
  line-height: 35px;
}

/* カレンダー --------------------------- */
table.calender {
    width: 200px;
    margin: 0 auto;
    font-size:90%;
}

table.calender caption { margin: 0 auto; }

table.calender th,
table.calender td {
    padding:0px;
    text-align: center;
    width:25px;
}
table.calender td a {
    padding:0;
    margin:0;
    background-color: #666;
    color: #eee;
    display:block;
}

table.calender td a:hover{ 
    padding:0;
    margin:0;
    background-color: #333;
    color: #eee;
}

#sun {color: #990000;}
#sat {color: #4682B4;}

/*------------------------------------------------------
　左右スクロールのボックス
------------------------------------------------------*/
.left_scroll{
    top: 0px;
    position: fixed;
    z-index: 999;
    margin-left:-200px;
    padding:0px;
    border-radius: 5px 5px 5px 5px;
}

.right_scroll{
    top: 0px;
    position: fixed;
    z-index: 999;
    margin-left: 980px;
    padding:0px;
    border-radius: 5px 5px 5px 5px;
}