@charset "UTF-8";

/* body --------------------------- */
body {
  background: #ccc url('http://blog-imgs-55.fc2.com/f/r/a/fraz/diagonal-noise.png') repeat fixed;
  margin : 0px auto ; 
  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: #ccff99; text-decoration:none;} 
a:visited { color: #ccff99; text-decoration:none;} 
a:active { color: #333; text-decoration:none;}
a:hover { color: #cccc99; text-decoration:none;}

/* 写真の自動縮小 --------------------------- */
img {
    max-width: 100%;
    height: auto;
    border: 0px;
}



#all{
    width:auto;    /* 全体の幅 （可変幅指定も可能）*/
    margin:0px 0px;
}
#wrap{  
    background:#424242;
    padding:20px;
    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;
}



/* RSS,Login,twitter,facebook --------------------------- */
#first{ margin:3px 30px; } 
#first a:link {text-decoration:none;} 



/* 検索フォーム --------------------------- */
#search{ margin:0px 20px 20px; }
.searchform {
    width: 200px;  
    background: url(//blog-imgs-55-origin.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:#ccff99;
    margin:20px 0px 20px;
    padding: 0px;
    text-align: center;
    background: #424242;
}
h1 a:link, h1 a:visited {
    color:#ccff99;
    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:#000;
    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: 100%;
    text-align: center;
    color:#ccff99;
    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 {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: #424242;
}



/* 記事本文 --------------------------- */
.kizi_body {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    font-size:100%;
    border: none;
    color : #ccff99;
}
.kizi_body img{ 
    margin: 0 0px 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: 0px 0px 10px 0px;
    padding: 15px;
    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;
}



/* プラグイン --------------------------- */
#right{
    margin:10px auto 30px;
    padding:30px;
}
.right-box{
    width:300px;
    height:240px;
    float:left;
    margin:0;
    padding:0;
    font-size:90%;
    overflow:auto;
}
#right div{ font-size:90%;padding:0; }
#right ul {
    list-style-type: none;
    margin: 10px;
    border:none;
    padding:0px;
}
#right li {
    padding:5px;
    margin:0;
    line-height:135%;
    font-size:90%;
    border-bottom:1px solid #777;
}
#right a{ color:#000; text-decoration:none; } 
#right a:hover{ color:#666; text-decoration:none;} 
#right p{ color:#333; margin:0 0 3px;padding:0 10px;font-size:90%; }
.right-box p{ color:#333; margin:0 0 3px;padding:0 10px;font-size:90%; }
.right-box span{ color:#333; margin:0 0 3px;padding:3px 10px; }
.right-box div div{ padding:3px 10px;margin:0 10px; } 


/* トップに戻る --------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
}
.pagetop a {
  display: block;
  width: 135px;
  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;
}


/* フッター --------------------------- */
#footer{
    width:100%;
    font-size:75%;
    text-align:center;
    margin:20px auto;
}
#footer a{ color:#000; text-decoration:none; }
#footer a:hover{ color:#666; text-decoration: none; }


/* 装飾 --------------------------- */
blockquote{
    background:#eee url(//blog-imgs-55-origin.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;}


/* カレンダー --------------------------- */
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;}
