@charset "utf-8";

/*************************************************************

 * Date : 14/06/2011
 * Template name : kQ002
 * Author : kenQsan
 * Author URL : http://kenqsan.com
 * Version: 1.0
 * Copyright kenqsan All Rights Reserved.
 * style.css
 
*************************************************************/

/* ::::::ブラウザ・デフォルトリセット::::::: */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* :::::::::::::::::::::::::::::::::::::::

    全体のスタイル
    
::::::::::::::::::::::::::::::::::::::: */

body{
    font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
    background:#fff url() repeat left top;
}
body:before{
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
h1 {
    font-size:140%;
    margin:20px 0
}
h2 {
    font-size:130%;
    margin:15px 0;
}
h3 {
    font-size:120%;
    margin:10px 0;
    padding:2px 10px;
    border-left:#666 solid 4px;
}
h4 {
    font-size:110%;
    margin:5px 0;
    font-weight:bold;
}
p {
    font-size:100%;
    margin:5px 0;
}
a,a:link,a:visited,a:hover,a:active { text-decoration:none}
a{
    color:#333;
}
a:hover{
    color:#666;
}
strong { font-weight:bold;}
a img{border:none;}

/* :::::::::::::::::::::::::::::::::::::::

    エントリー・エリア
    
::::::::::::::::::::::::::::::::::::::: */

#wrapper{
    width:950px;
    position:relative;
    color:#333;
    margin:0 auto;
}
#wrapper img{
    background:#FFF;
    padding:0px;
    border:#EEE solid 0px;
    margin:10px;
    box-shadow: 0 0px 0px #fff;
    -moz-box-shadow: 0 0px 0px #fff;
    -webkit-box-shadow: 0 0px 0px #fff;
}
#wrapper img:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
}
/*----- header -----*/

#header {
    height:190px;
    padding-top:30px;
}

/*----- #content -----*/

#content {
    width:700px;
    padding:15px;
    float:left;
    border-right:#EEE solid 1px;
}
/*----- blogname -----*/

#blog-name a{
    font-size:36px;
    line-height:2.2em;
    text-shadow: 2px 2px 2px #aaa;
    font-family: 'Miltonian Tattoo','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
}
#blog-name a:hover,
#wrapper .entry-title a:hover {
    color:#333;
    text-shadow:none;
}
#introduction { font-family: 'Dancing Script','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
font-size:17px;}

#wrapper .entry-date {
    font-family: 'Dancing Script','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
    font-size:16px;
    font-weight:500;
}
#wrapper .entry-date a { color:#BBB;}
#wrapper .entry-date a:hover { color:#999;}
#wrapper .entry-title {
    width:auto;
    height:auto;
    font-size:20px;
    line-height:2em;
    text-shadow: 1px 1px 1px #ccc;
    margin:15px 0 5px 0;
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: 0 1px 0 #EEE;
    -moz-box-shadow: 0 1px 0 #EEE;
    box-shadow: 0 1px 0 #EEE;
    padding-left:10px;
}
#wrapper .entry-body {
    width:auto;
    height:auto;
    padding:10px;
    margin:1px 0 1px 0;


}




/*----- article -----*/

#wrapper .article {
    margin-bottom:20px;
    text-align:justify;
}
#wrapper .article,
#wrapper .article p {
    line-height:1.8em;
    font-size:80%;
}
#wrapper .article a {
    text-decoration:underline;
    font-weight:bold;
}
/*----- entry-category -----*/

#wrapper .entry-category {
    text-align:right;
    width:auto;
}
#wrapper .entry-category p,
#wrapper .entry-state p {
    font-size:12px;
    width:auto;
    height:32px;
  line-height:2.5em;
}
#wrapper .entry-category a,
#wrapper .entry-state a {
    border-bottom:#333 dotted 1px;
    font-size:90%;
}
#wrapper .entry-category a:hover,
#wrapper .entry-state a:hover {
    border:none;
}
/*----- entry-more -----*/

#wrapper .entry-more {
    width:auto;
    height:auto;
    padding:10px;    
    margin:5px 0 20px 0;
    line-height:1.8em;
    font-size:12px;
}
/*----- entry-state -----*/

#wrapper .entry-state {
    width:100%;
    height:40px;
    text-align:right;
    margin-bottom:20px;
}
/* ----pagetop---- */

#wrapper .pagetop{
    margin-left:100px;
  float:right;
}
#wrapper .pagetop a{
    border:none;
    width:30px;
    height:30px;
    display:block;
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/page-top.png) no-repeat;
}
#wrapper .pagetop a:hover{
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/page-top-h.png) no-repeat;
}
/* :::::::: サイドエリア :::::::: */

#side {
    width:219px;
    float:right;
    color:#666;
    font-size:65%;
    line-height:1.8em;
}
#side a:link,
#side a:visited {
    color: #666;
    text-decoration: none;
    padding:2px;
}
#side a:hover {
    color: #FFF;
    text-decoration: none;
    background:#666;
}
#side .plugin li {
    border-bottom:#333 dotted 1px;
}
.plugin input  {
     margin:5px 0;
 }
.plugin input:first-child {
    width:180px;
}
.plugin,
.plugin3 {
    padding:10px;
}
.linktitle,
.linktitle3 {
    border-left: #666 solid 4px;
    padding:3px 5px;
    margin:10px 0;
}
/* :::::::: カレンダー部分 :::::::: */

table.calender {
    font-size: 90%;
    margin: 0 auto;
    width: 90%;
}

table.calender caption {
    padding: 0 0 5px;
    text-align: center;
}

table.calender caption a {
    text-decoration: none;
}

table.calender th {
    border-bottom: 1px dotted #cccccc;
    font-weight: bold;
    padding: 0.1em;
    text-align: center;
}

table.calender td {
    padding: 0.1em;
    text-align: center;
}

table.calender td a {
    background-color: #ccc;
    color: #fff!important;
    display: block;
    text-decoration: none;
}

table.calender td a:hover {
    background-color: #666!important;
    text-decoration: none;
}

table.calender th#sun {
    color: #ff0000;
}

table.calender th#sat {
    color: #0000ff;
}
/* :::::::: メニューアイコン部分 :::::::: */

#login a,
#rss a,
#twitter a,
#facebook a{
    display:block;
    width:32px;
    height:32px;
    position:absolute;
    top:20px;
}
#login a{
    right:210px;
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/set-kQ002.png) no-repeat left top;    
}
#rss a{
    right:140px;
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/rss-kQ002.png) no-repeat left top;
}
#twitter a{
    right:70px;
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/twitter-kQ002.png) no-repeat left top;
}
/*#facebook a{
    right:0px;
    background:url(images/facebook.jpg) no-repeat left top;
}
*/
#login a:hover{
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/set-h-kQ002.png) no-repeat left top;
}
#rss a:hover{
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/rss-h-kQ002.png) no-repeat left top;
}
#twitter a:hover{
    background:url(https://blog-imgs-38-origin.fc2.com/h/e/a/heavymetalcheckbox/twitter-h-kQ002.png) no-repeat left top;
}
/*#facebook a:hover{
    background:url(images/facebook-h.jpg) no-repeat left top;
}
*/

/* :::::::::::::::::::::::::::::::::::::::

    コメント・トラックバック・エリア
    
::::::::::::::::::::::::::::::::::::::: */

#comment-area h2,
#edit-area h2,
#trackback-area h2 {
  width:auto;
  height:auto;
  text-shadow: 0px 0px 1px #ccc;
  font-family: 'Miltonian Tattoo','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
  font-size:22px;
  font-weight:500;
  line-height:1.5em;
  color:#333;
  border:#CCC;
  background:#EEE;
  padding-left:10px;
}
#comment-area dl,
#edit-area dl {
    width:auto;
    height:auto;
    padding:10px;
    margin:5px 0 30px 0;
  line-height:2em;
  border:#EEE solid 1px;
}
#comment-title {border-bottom:#003C7A dotted 2px;}
#comment-area legend,
#edit-area legend {
    width:auto;
    height:32px;
    font-size:22px;
    font-family: 'Miltonian Tattoo','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
    line-height:1.3em;
    border-left:#666 5px solid;
    padding-left:10px;
}
#comment_form dt,
#edit-area dt {
    clear:left;
    float:left;
    line-height:2em;
    width:70px;
}
#comment_form dd,
#edit-area dd {
    margin-bottom:10px;
}
#comment_form #textLabel,
#edit-area #textLabel {
    float:none;
    width:auto;
}
#comment-form-area #passLabel,
#edit-form-area #passLabel {
    width:175px;
}
#comment_form #passLabel span,
#edit-area #passLabel span {
    font-size:12px;
}
#edit-area p {
    width:auto;
    text-align:right;
}
/* ----trackback---- */

#trackback-area p {
    margin:10px 0;    
}
#trackback-form-area {
    width:auto;
    height:auto;
    padding:10px;
    margin:5px 0 20px 0;
  border:#EEE solid 1px;     
}
#trackback-form-area fieldset {
    width:auto;
    height:60px;
}
#trackback-form-area input {
    width:400px;
    margin:20px 0;
}
#trackback-form-area p {
    font-size:12px;
    text-align:right;
}
/* ----textarea/input---- */

textarea,
input {
    padding:2px;
    background:#EEEEEE;
    border:#999 solid 1px;
}

/* ----#submit---- */

#submit input{
    cursor:pointer;
    background:#CCC;
    height:30px;
    width:100px;
    margin:20px 7px 0 0;
    padding-bottom:4px;
    color:#003C7A;
    border:#003C7A solid 1px;
}
#submit input:hover{
    background:#003C7A;
    color:#FFF;
    border:#003C7A solid 1px;
}

/* ----pagenavi---- */

.pagenavi {
    height:50px;
    padding-top:30px;
    color:#555;
    font-size:90%;
    text-align:center;
}
.pagenavi a,
.pagenavi a:link {
    padding:4px;
    margin:5px;
    text-decoration: none;
    border: 1px solid #666;
    color: #333;
}
.pagenavi a:hover {
    text-decoration: none;
    border: 1px solid #666;
    color: #FFF;
    background:#666;
}
/* :::::::::::::::::::::::::::::::::::::::

    フッターエリア
    
::::::::::::::::::::::::::::::::::::::: */

#footer {
    clear:both;
    font-size:14px;
    width:100%;
    text-align:center;
    background:#EEEEEE url() repeat left top;
    color: #666;  
    text-shadow: 0px 1px 1px #333;
    margin:15px auto 0px;
    border:#CCC solid 1px;
}
#footer p{line-height:2em;}
.fc2_footer {
    margin:30px 0;
}
/* :::::::::::::::::::::::::::::::::::::::

    clearfix
    
::::::::::::::::::::::::::::::::::::::: */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */