@charset "utf-8";
/*
Theme Name: blog.hekt.org 100419
Theme URI: http://blog.hekt.org/
Description: 2010年04月19日着手
Author: kazuto tozuka
Author URI: http://www.hekt.org/
*/

/*Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

section,footer,header,article,nav,aside,hgroup,dialog{display:block;}

/*Theme*/

@-webkit-keyframes bound{
    0%{
        margin-top:0;
        padding-bottom:0;
    }
    17%{
        margin-top:-8px;
        padding-bottom:8px;
    }
    33%{
        margin-top:0;
        padding-bottom:-0;
    }
    50%{
        margin-top:-4px;
        padding-bottom:4px;
    }
    67%{
        margin-top:0;
        padding-bottom:0;
    }
    83%{
        margin-top:-2px;
        padding-bottom:2px;
    }
    100%{
        margin-top:0;
        padding-bottom:0;
    }
}
@-webkit-keyframes on-off{
    0%{
        text-shadow:0 0px 8px #666;
        }
    50%{
        text-shadow:0 0px 16px #888;
        }
    100%{
        text-shadow:0 0px 8px #666;
        }
}
@-webkit-keyframes flash{
    0%{
        opacity:0
    }
    100%{
        opacity:1;
    }
}

/*
    general
*/
html{
    color:#333;
    background:#eee;
    font-family:MeiryoKe_PGothic, sans-serif;
    margin:0;
    background:url(./img/noisea.png) scroll repeat 0 0;
    }
a{
    color:#666;
    text-decoration:underline;
    }
a:visited{
    color:#aaa;
    }
a:hover{
    text-decoration:none;
    }

/*
    header
*/
#topLevelWrap > header{
    font-family:tahoma;
    background-color:#333;
    background-image:-moz-linear-gradient(
        270deg,
        rgba(0,0,0,0.3) 0%,
        rgba(0,0,0,0.1) 90%,
        rgba(0,0,0,0.4) 100%
        ),
        url(./img/noisea_b.png);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0,0,0,0.3)),
        color-stop(0.9, rgba(0,0,0,0.1)),
        to(rgba(0,0,0,0.4))
        ),
        url(./img/noisea_b.png);
    }
#topLevelWrap > header > h1{
    width:900px;
    margin:0 auto;
    line-height:140px;
    padding-top:6px;
    }
#topLevelWrap > header > h1 a{
    font-size:200%;
    color:#888 !important;
    text-decoration:none;
    letter-spacing:2px;
    text-shadow:0px 0px 8px #666;
    -webkit-transition-propaty:text-shadow;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:text-shadow;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function:linear;
    }
#topLevelWrap > header > h1 a:hover{
    text-shadow:0 0px 16px #888;
    -webkit-transition-propaty:text-shadow;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:text-shadow;
    -moz--transition-duration: 0.3s;
    -moz--transition-timing-function:linear;
    }
    
/*
    navi
*/
#topLevelWrap > nav{
    width:900px;
    margin:-152px auto 152px auto;
    }
#topLevelWrap > nav li a{
    letter-spacing:2px;
    text-transform:uppercase;
    color:rgb(128,128,128);
    line-height:152px;
    display:block;
    float:right;
    font-size:90%;
    text-decoration:none;
    width:128px;
    text-align:center;
    text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    -webkit-transition-property:background-color;
    -webkit-transition-duration:0.3s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:background-color;
    -moz-transition-duration:0.3s;
    -moz-transition-timing-function:linear;
    }
#topLevelWrap >nav li a:hover{
    background-color:rgb(80,80,80);
    background-color:rgba(255,255,255,0.1);
    -webkit-transition-property:background-color;
    -webkit-transition-duration:0.3s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:background-color;
    -moz-transition-duration:0.3s;
    -moz-transition-timing-function:linear;
    }

    
    
/*contents*/
article .text a,
#comment a{
    border-bottom:1px solid #aaa;
    text-decoration:none;
    }
article .text a:hover,
#comment a:hover{
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:rgb(90,160,190);
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding:4px;
    margin:0 -4px;
    text-shadow:0px 1px 0px rgb(102,102,102);
    position:relative;
    z-index:1;
    border-bottom:none;
    }
article .text a:active,
#comment a:active{
    color:#333;
    text-shadow:none;
    }

article{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.3)),
        to(rgba(255,255,255,0.5))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.3) 0%,
        rgba(255,255,255,0.5) 100%
        );
    clear:both;
    }
article h1{
    margin:0 0 2em 0;
    border-left:22px solid rgb(192,209,213);
    text-indent:1em;
    }
article h1 a{
    text-decoration:none;
    color:#666;
    font-size:120%;
    letter-spacing:1px;
    text-shadow:0px 1px 1px rgb(240,240,240);
    border-bottom:none;
    -webkit-transition-property:text-shadow,color;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:text-shadow,color;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
article h1 a:visited{
    color:#666;
    }
article h1 a:hover{
    margin:0;
    padding:0;
    background-color:transparent;
    text-shadow:0px 0px 10px rgb(120,120,120);
    -webkit-transition-property:text-shadow,color;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:text-shadow,color;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
article h1 span.edit a{
    font-size:60%;
    float:right;
    text-shadow:none;
    color:rgb(180,180,180);
    display:none;
    }
article h1:hover span.edit a{
    display:inline;
    }
article .article-box{
    width:900px;
    margin:0 auto;
    padding:4em 0;
    position:relative;
    }
article .text{
    width:612px;
    padding-right:32px;
    line-height:1.8;
    font-size:90%;
    }
article .text p{
    margin:0 0 1em 0;
    }
article .entryMeta{
    float:right;
    width:212px;
    background-color:#e8e8e8;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.4)),
        to(rgba(255,255,255,0.3))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.3) 100%
        );
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    padding:16px 12px;
    text-align:left;
	position:relative;
    margin-left:30px;
    color:#888;
    position:absolute;
    right:0;
    z-index:2;
    }
article .entryMeta:after {
	content:"\00a0";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-width:15px 15px;
	border-style:solid;
	border-color:transparent transparent rgba(255,255,255,0.5);
	top:16px;
	left:-40px;
	bottom:auto;
	border-width:10px 20px;
	border-color:transparent rgba(255,255,255,0.4) transparent transparent;
    }
article .entryMeta:hover{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.5)),
        to(rgba(255,255,255,0.4))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.3) 100%
        );
    }
article .entryMeta:hover:after{
	border-color:transparent rgba(255,255,255,0.5) transparent transparent;
    }
article .entryMeta a{
    color:#888;
    }
article .entryMeta a:hover{
    color:#333;
    }
article .entryMeta li{
    padding:0 12px;
    line-height:24px;
    }
article .entryMeta .date{
    border-bottom:1px dashed rgb(200,200,200);
    padding-bottom:4px;
    margin-bottom:6px;
    padding-left:24px;
    margin-left:10px;
    font-weight:bold;
    font-size:90%;
    background:url(./img/clock.png) scroll no-repeat 0 30%;
    }
article .entryMeta .category{
    font-size:80%;
    }
article .entryMeta .category a{
    border-bottom:none;
    text-decoration:none;
    padding-left:18px;
	padding-top:1px;
	padding-bottom:1px;
    background:url(./img/tag.png) scroll no-repeat 0 50%;
    background:url(./img/tag.png) scroll no-repeat 0 50%,
    		   url(./img/tag_h.png) scroll no-repeat 0 9999px;
    white-space:nowrap;
    }
article .entryMeta .category a:hover{
    background-image:url(./img/tag_h.png);
    }
article .entryMeta .comment{
    text-align:right;
    font-size:80%;
	margin-top:2px;
    }
article .entryMeta .comment a{
    border-bottom:none;
    padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
    background:url(./img/bubble.png) scroll no-repeat 0 50%;
    background:url(./img/bubble.png) scroll no-repeat 0 50%,
       	       url(./img/bubble_h.png) scroll no-repeat 0 9999px;
    text-decoration:none;
    }
article .entryMeta .comment a:hover{
    background-image:url(./img/bubble_h.png);
    }
article .entryMeta .socialicon{
    text-align:left;
    margin-top:0;
    height:0;
    overflow:hidden;
    -webkit-transition-property:height;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:height;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
article .entryMeta:hover .socialicon{
    height:58px;
    -webkit-transition-property:height;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:height;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
article .entryMeta .socialicon h1{
    background:url(./img/star.png) scroll no-repeat 0 50%;
    margin:0 0 0 0;
    border-left:none;
    text-indent:0;
    padding-left:20px;
    font-size:80%;
    display:inline;
    line-height:24px;
    }
article .entryMeta .socialicon a{
    border-bottom:none;
    }
article .entryMeta .socialicon iframe:hover,
article .entryMeta .socialicon a:hover{
    -webkit-animation-duration:1s;
    -webkit-animation-name:flash;
    opacity:1;
    background:transparent;
    }
article .entryMeta .socialicon ul{
    padding-top:0;
    }
article .entryMeta .socialicon li{
    dislpay:block;
    float:right;
    width:31px;
    padding:0 0 0 0;
    text-align:right;
    margin-top:6px;
    }
article .entryMeta .socialicon .facebookLike{
    width:86px;
    }
article .entryMeta .socialicon .facebookLike iframe{
    width:73px;
    height:20px;
    overflow:hidden;
    border:none;
    margin:0 0 0 auto;
    }
article .entryIcons{
    display:-webkit-box;
    display:none;
    margin-top:2em;
    width:644px;
    }
article .entryIcons li{
    -webkit-box-flex:1;
    display:block;
    text-align:center;
    opacity:0;
    -webkit-transition-property:opacity;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:opacity;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
article:hover .entryIcons li{
    opacity:1;
    -webkit-transition-property:opacity;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:opacity;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    }
    
    
/*Comment*/
    
    
#comment{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.3)),
        to(rgba(255,255,255,0.5))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.3) 0%,
        rgba(255,255,255,0.5) 100%
        );
    clear:both;
    padding:5em 0;
    }
h3#comments{
    width:900px;
    margin:0 auto;
    color:#666;
    text-shadow:0 1px 1px rgb(240,240,240);
    letter-spacing:1px;
    }
ol.commentlist{
    width:900px;
    margin:0 auto;
    }
    
div.comment-author{
    float:left;
    width:202px;
    background-color:#e8e8e8;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.4)),
        to(rgba(255,255,255,0.3))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.4) 0%,
        rgba(255,255,255,0.3) 100%
        );
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    padding:16px 12px;
    text-align:left;
	position:relative;
    margin-right:30px;
    color:#888;
    clear:both;
    margin-top:2em;
    }
.comment-author:after {
	content:"\00a0";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-width:15px 15px;
	border-style:solid;
	top:16px;
	right:-40px;
	bottom:auto;
	border-width:10px 20px;
	border-color:transparent transparent transparent rgba(255,255,255,0.4);
    float:left;
    }
.comment-author img{
    float:left;
    margin-right:16px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
    }
.comment-author cite{
    font-size:90%;
    line-height:32px;
    }
.comment-author span{
    font-size:80%;
    line-height:32px;
    }
.comment-meta{
    margin-top:2.5em;
    float:left;
    font-size:80%;
    line-height:1.8;
    }
.comment-body > p{
    float:right;
    width:644px;
    font-size:90%;
    margin:0.8em 0 0 0;
    line-height:1.8;
    }
#respond{
    clear:both;
    width:900px;
    margin:0 auto 3em auto;
    padding-top:3em;
    }
#respond h3 {
    font-size:90%;
    margin-bottom:1em;
    }
#respond p{
    font-size:80%;
    text-align:right;
    line-height:1.8;
    }
#respond textarea{
    width:868px;
    padding:16px;
    background-color:#eee;
    background-color:rgba(255,255,255,0.5);
    border:1px solid rgb(160,160,160);
    margin-bottom:1em;
    -webkit-transition-propaty:background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    color:#888;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.1);
    }
#commentform p.name,
#commentform p.mail,
#commentform p.url{
    width:300px;
    float:left;
    margin:0;
    padding:0;
    text-align:left;
    }
#commentform p.mail{
    text-align:center;
    }
#commentform p.url{
    text-align:right;
    }
#commentform p input{
    width:264px;
    background-color:#eeeeee;
    background-color:rgba(255,255,255,0.5);
    border:1px solid rgb(160,160,160);
    padding:8px;
    -webkit-transition-propaty:background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    color:#aaa;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    }
#respond input[type="submit"]{
    width:128px;
    padding:8px 16px;
    color:#666;
    background-color:#eeeeee;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(244,244,244)),
        to(rgb(220,220,220))
        );
    background:-moz-linear-gradient(
        270deg,
        rgb(244,244,244) 0%,
        rgb(220,220,220) 100%
        );
    border:1px solid rgb(160,160,160);
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-transition:none;
    -moz-transition:none;
    cursor:pointer;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    }
#respond input[type="submit"]:hover{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(244,244,244)),
        to(rgb(200,200,200))
        );
    background:-moz-linear-gradient(
        270deg,
        rgb(244,244,244) 0%,
        rgb(200,200,200) 100%
        );
    }
#respond input[type="submit"]:active{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(220,220,220)),
        to(rgb(244,244,244))
        );
    background:-moz-linear-gradient(
        270deg,
        rgb(220,220,220) 0%,
        rgb(244,244,244) 100%
        );
    margin:1px 0 -1px 0;
    -webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1);
    }
#commentform p input[type="text"]:focus,
#respond textarea:focus{
    background-color:rgba(255,255,255,0.8);
    -webkit-transition-propaty:background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    color:#666;
    -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
    }
#commentform p small{
    display:block;
    color:rgb(160,160,160);
    text-align:right;
    }
/*trackback*/
#tburi{
    margin:-96px auto 62px auto;
    line-height:32px;
    width:900px;
    font-size:80%;
    color:rgb(120,120,120);
    }
#tburi input[type="text"]{
    width:464px;
    height:32px;
    line-height:32px;
    padding:0 8px;
    background-color:#eee;
    background-color:rgba(255,255,255,0.5);
    border:1px solid rgb(160,160,160);
    -webkit-transition-propaty:background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    }
#tburi input[type="text"]:focus{
    background-color:rgba(255,255,255,0.8);
    -webkit-transition-propaty:background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    }

/*similar*/
div.similar{
    background-color:#ccc;
    background:rgba(0,0,0,0.06);
    padding:16px;
    margin:2em 0 0 0;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    color:rgb(120,120,120);
    }

    
/*udnav*/
.gototop{
    width:900px;
    margin:0 auto 0 auto;
    position:relative;
    z-index:1;
    }
.gototop ul{
    float:left;
    margin-top:-32px;
    width:900px;
    }
.gototop li a{
    line-height:32px;
    width:120px;
    margin:0 0 0 auto;
    display:block;
    text-align:center;
    font-size:80%;
    color:rgb(160,160,160);
    text-decoration:none;
    }
.gototop li a{
    border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    background-color:#ddd;
    background:rgba(0,0,0,0.03);
    }
.gototop li.prev a{
    border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    background:rgba(255,255,255,0.2);
    }
.gototop li a:hover{
    background-color:#eee;
    background:rgba(255,255,255,0.7);
    }
    
/*entrynavi*/
.entryNavi{
    width:900px;
    margin:0 auto;
    position:relative;
    z-index:1;
    }
.entryNavi a{
    display:block;
    background-color:#ddd;
    background-color:rgba(255,255,255,0.3);
    font-size:90%;
    text-decoration:none;
    width:128px;
    line-height:28px;
    padding:2px 0;
    text-align:center;
    color:#888;
    float:left;
    margin-right:1px;
    }
.entryNavi .older a{
    border-radius:0 0 0 10px;
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    }
.entryNavi .newer a{
    border-radius:0 0 10px 0;
    -webkit-border-radius:0 0 10px 0;
    -moz-border-radius:0 0 10px 0;
    }
.entryNavi a:hover{
    background-color:#eee;
    background-color:rgba(255,255,255,0.7);
    }
    
    
    
    
    

/*sidebar*/
#sidebar {
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.1)),
        to(rgba(255,255,255,0.2))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.2) 100%
        );
    }
    
section#sidebar > ul {
    width:900px;
    margin:0 auto;
    padding:6em 0;
    position:relative;
    z-index:0;
    }
#sidebar a{
    }
#sidebar a:visited{
    color:#888;
    }
section#sidebar > ul > li{
    margin:0 0 3em auto;
    width:644px;
    }
section#sidebar h1 {
    text-shadow:0 1px rgb(244,244,244);
    font-size:120%;
    color:rgb(100,100,100);
    letter-spacing:1px;
    }
    
    /*search*/
#search h1,
#search label{
    display:none;
    }
#search input[type="text"]{
    height:48px;
    line-height:48px;
    padding:0 64px 0 16px;
    width:208px;
    color:rgb(180,180,180);
    background-color:#eeeeee;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(220,220,220)),
        to(rgb(240,240,240))
        );
    background:-moz-linear-gradient(
        270deg,
        rgb(220,220,220) 0%,
        rgb(240,240,240) 100%
        );
    border:1px solid rgb(160,160,160);
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    margin:0;
    }
#search input[type="text"]:focus{
    -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
    color:#666;
    }
#search input[type="submit"]{
    height:48px;
    width:48px;
    border:0;
    text-indent:-9999px;
    cursor:pointer;
    margin-left:-54px;
    margin-top:-1px;
    border-left:1px solid rgb(180,180,180);
    background-image:url(./img/searchicon.png);
    background-image:url(./img/searchicon.png),
        -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(230,230,230)),
        to(rgb(190,190,190))
        );
    background-image:url(./img/searchicon.png),
        -moz-linear-gradient(
        270deg,
        rgb(230,230,230) 0%,
        rgb(190,190,190) 100%
        );
    background-position:50% 50%;
    background-repeat:no-repeat;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.1);
    position:relative;
    top:-1px;
    }
#search input[type="submit"], x:-moz-any-link { /*Mozzila Hack*/
    position:relative;
    top:1px;
    } 
#search input[type="submit"]:hover{
    background-image:url(./img/searchicon.png);
    background-image:url(./img/searchicon.png),
        -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(220,220,220)),
        to(rgb(180,180,180))
        );
    background-image:url(./img/searchicon.png),
        -moz-linear-gradient(
        270deg,
        rgb(220,220,220) 0%,
        rgb(180,180,180) 100%
        );
    }
    
#search input[type="submit"]:active{
    background-image:
        url(./img/searchicon.png),
        -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(200,200,200)),
        to(rgb(240,240,240))
        );
    background-image:url(./img/searchicon.png),
        -moz-linear-gradient(
        270deg,
        rgb(200,200,200) 0%,
        rgb(240,240,240) 100%
        );
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    }
    /*tags*/
#categories ul{
    margin:1em 0;
    font-size:90%;
    line-height:24px;
    }
#categories li{
    display:inline;
    margin:0 8px 0 0;
    }
#categories a{
    white-space:nowrap;
    position:relative;
    }
#categories a:hover{
    background-color:rgb(232,232,232);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    padding:4px 4px;
    margin:0 -4px;
    position:relative;
    z-index:1;
    border-radius:6px;
    -moz-border-radius:6px;
    }
    
    /*archives*/
#archives ul{
    margin:1.5em 0;
    font-size:90%;
    line-height:1.6;
    color:rgb(120,120,120);
    }
#archives li ul{
    margin:-2em 0 0em 6em;
    border-left:1px solid rgb(180,180,180);
    padding:0.4em 0 2em 3em;
    }
#archives li li{
    display:inline;
    margin-right:8px;
    }
#archives a{
    white-space:nowrap;
    position:relative;
    }
#archives a:hover{
    background-color:rgb(232,232,232);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    padding:4px 4px;
    margin:0 -4px;
    position:relative;
    z-index:1;
    border-radius:6px;
    -moz-border-radius:6px;
    }
    
    /*feed*/
#feeds h1{
    display:none;
    }
#feeds a{
    position:absolute;
    margin-left:-226px;
    top:128px;
    text-indent:-9999px;
    background:url(./img/rssicon_h.png) scroll no-repeat;
    width:128px;
    height:128px;
    opacity:0.6;
    -webkit-transition-propaty:opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:opacity;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    }
#feeds a:hover{
    -webkit-transition-propaty:opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:opacity;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    opacity:1;
    }
    
    /*services*/
#services ul {
    padding:0 0 2em 0;
    }
#services li a{
    display:block;
    float:left;
    width:138px;
    font-size:90%;
    margin:0 11px 1.5em 0;
    padding:6px;
    border-radius:6px;
    -moz-border-radius:6px;
    }
#services li a:hover{
    background-color:rgb(232,232,232);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    }
#services img{
    margin:0 6px -2px 0;
    float:left;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
    }
    
/* footer */
footer{
    clear:both;
    text-align:right;
    padding:3em 0 3em 0;
    width:900px;
    margin:0 auto;
    font-size:90%;
    letter-spacing:1px;
    }
    
        /*entryBody some elements*/

        /*block*/

article .text > h1,
article .text > h2,
article .text > h3,
article .text > h4,
article .text > h5,
article .text > h6{
    border-left:3px solid #ccc;
    font-size:100%;
    padding:0.8em 0 0.8em 1em;
    margin:1.5em 0;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    background:-webkit-gradient(
        linear,
        right top,
        left top,
        from(rgb(238,238,238)),
        to(rgb(255,255,255))
        );
    background:-moz-linear-gradient(
        180deg,
        rgb(238,238,238) 0%,
        rgb(255,255,255) 100%
        );
    }
article .text p{
    margin:1em 0;
    line-height:1.8;
    }
article .text ul{
    margin:1em 0 1em 2em;
    list-style-type:square;
    list-style-image:url(./img/dot.png);
    }
article .text ol{
    margin:1em 0 1em 2em;
    list-style-type:decimal;
    }
article .text li{
    line-height:1.8;
    }
article .text ul.imglist{
    list-style-type:none;
    list-style-image:none;
    text-align:center;
    margin-left:0;
    }
article .text ul.imglist a img:hover{
    -webkit-box-shadow: 0px 0px 10px #aaa;
    -moz-box-shadow:0px 0px 10px #aaa;
    -webkit-transition-propaty:-webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:-moz-box-shadow;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    opacity:1;
    }
article .text ul.imglist img{
    padding:19px;
    border:1px solid #ccc;
    float:none;
    margin:0;
    background-color:#eeeeee;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.6)),
        to(rgba(255,255,255,0.3))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.6) 0%,
        rgba(255,255,255,0.3) 100%
        );
    -webkit-transition-propaty:-webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:-moz-box-shadow;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    opacity:1;
    }
article .text dt{
    margin:1em 0;
    background-color:#aaa;
    background:-webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0,0,0,0.1)),
        to(rgba(0,0,0,0))
        );
    background:-moz-linear-gradient(
        0,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0) 100%
        );
    line-height:2;
    text-indent:-2em;
    padding-left:2.5em;
    border-radius:5px;
    -moz-border-radius:5px;
    text-shadow:0px 1px 1px rgb(230,230,230);
    }
article .text dd dt{
    background:none;
    list-style-type:square;
    text-indent:0;
    padding-left:0;
    margin:0 0 0 2em;
    display:list-item;
    list-style-type:square;
    border-radius:0;
    -moz-border-radius:0;
    }
article .text dd{
    margin:0 0 1em 2em;
    line-height:1.8;
    }
article .text dd p{
    margin:1em 0 0 0;
    }
article .text dd dd{
    margin:0 0 0.5em 3em;
    }
article .text blockquote{
    background:transparent url(./img/quote.png) scroll no-repeat 0 0;
    padding:0 0 0 52px;
    color:#888;
    margin:1em 0;
    }
article .text ul.cite{
    list-style:none;
    text-align:right;
    margin:-1em 0 1em 0;
    }
article .text ul.cite li{
    font-size:90%;
    font-style:italic;
    }
article .text ul.cite li:before{
    content:'via: ';
    color:#666;
    }
article .text pre{
    background-color:#eee;
    font-family:monospace;
    padding:1em 1.5em;
    line-height:1.8;
    margin:1em 0;
    border-radius:10px;
    -moz-border-radius:10px;
    }
article .text pre.aa{
    font-size:12pt;
    font-family:'ＭＳ Ｐゴシック';
    line-height:1.2;
    }
article .text table{
    margin:1em auto;
    width:100%;
    border-bottom:1px dashed rgb(180,180,180);
    }
article .text table .centering_contents {
    text-align:center;
    }
article .text th{
    background-color:#aaa;
    color:#fff;
    padding:0 0.5em;
    line-height:1.8;
    font-size:90%;
    text-align:center;
    text-shadow:0px 1px 0px #666;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(200,200,200)),
        to(rgb(180,180,180))
        );
    background:-moz-linear-gradient(
        270deg,
        rgb(200,200,200) 0%,
        rgb(180,180,180) 100%
        );
    letter-spacing:1px;
    }
article .text th:first-child{
    border-radius:5px 0 0 0;
    -webkit-border-radius:5px 0 0 0;
    -moz-border-radius:5px 0 0 0;
    }
article .text th:last-child{
    border-radius:0 5px 0 0;
    -webkit-border-radius:0 5px 0 0;
    -moz-border-radius:0 5px 0 0;
    }
article .text td{
    padding:0 0.5em;
    line-height:1.8;
    font-size:90%;
    background-color:transparent;
    -webkit-transition-property:background-color,text-shadow;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:background-color,text-shadow;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    opacity:1;
    border-right:1px dashed rgb(180,180,180);
    }
article .text td:last-child{
    border-right:none;
    }
article .text tr:nth-child(odd) td{
    background-color:rgba(0,0,0,0.05);
    }
article .text td.num{
    text-align:right;
    }
article .text tr:hover td{
    text-shadow:1px 1px 2px rgba(0,0,0,0.3);
    background-color:rgba(255,255,255,0.5);
    }
article .text .tableblock{
    overflow:auto;
    margin:1em 0;
    }
article .text .tableblock table{
    margin:0 auto;
    }
article .text div.amzAss{
    float:right;
    margin:0 0 0 0.5em;
    }
article .text div.amzAss iframe{
    border:none;
    width:120px;
    height:240px;
    opacity:0.7;
    overflow:hidden;
    padding:0;
    margin:0;
    }
article .text div.amzAss iframe:hover{
    opacity:1;
    }
article .text div.youtube {
    text-align:center;
    margin:1em auto 1em auto;
    }
article .text div.youtube object{
    -webkit-box-shadow:0 0 24px rgb(255,255,255);
    -moz-box-shadow:0 0 24px rgb(255,255,255);
    }
article .text iframe{
    margin:1em auto;
    display:block;
    }
article .text div.embed{
	margin:0;
	padding:0;
}
    
            /*inline*/
       
article .text a{
    border-bottom:1px solid #aaa;
    text-decoration:none;
    }
article .text a:hover{
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:rgb(90,160,190);
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding:4px;
    margin:0 -4px;
    text-shadow:0px 1px 0px rgb(102,102,102);
    position:relative;
    z-index:1;
    border-bottom:none;
    }
article .text a:active{
    color:#333;
    text-shadow:none;
    }
article .text q{
    color:#888;
    font-weight:bold;
    }
article .text q:before{
    color:#aaa;
    margin:0 0.3em;
    content:'“';
    }
article .text q:after{
    color:#aaa;
    margin:0 0.3em;
    content:'”';
    }
article .text del{
    text-decoration:line-through;
    color:#bbb;
    }
article .text del:hover{
    text-decoration:none;
    }
article .text img{
    margin:0 4px -2px 4px;
    }
article .text ul img{
    float:none;
    margin:0;
    }
article .text ul.imglist a{
    border:none;
    }
article .text ul.imglist a:hover{
    background-color:transparent;
    }
article .text .imglist img {
    margin:0;
    }
article .text em{
    color:#800;
    font-style:italic;
    }
article .text strong{
    font-weight:bold;
    }
article .text abbr,
article .text acronym{
    border-bottom:1px dotted #aaa;
    cursor:help;
    }
article .text code{
    border-radius: 4px;
    -moz-border-radius:4px;
    padding:3px;
    margin:0 3px;
    background-color:#999;
    color:#fff;
    }
article .text pre code{
    background-color:transparent;
    padding:0;
    margin:0;
    color:#333;
    }
article .text input{
    background-color:#eeeeee;
    background-color:rgba(255,255,255,0.5);
    border:1px solid rgb(160,160,160);
    padding:8px;
    color:#666;
    display:inline-block;
    zoom:1;
    *display:inline;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    }
    
    
/*syntax highlighter*/
.dp-highlighter {
    background-color:rgb(160,160,160) !important;
    border-radius:6px;
    color:rgb(240,240,240) !important;
    padding:0 !important;
    border:1px solid rgb(160,160,160) !important;
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
    white-space:nowrap;
    position:relative;
    z-index:1;
    overflow:scroll !important;
    overflow-y:auto !important;
    overflow-x:scroll !important;
    width:610px !important;
    -webkit-transition-propaty:width;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:width;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    }
.dp-highlighter:hover{
    z-index:3;
    width:898px !important;
    -webkit-transition-propaty:width;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-propaty:width;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function:linear;
    }
article .text .dp-highlighter ol{
    margin:0 0 0 45px !important;
    border-radius:0 0 6px 0;
    color:rgb(240,240,240) !important;
    }
article .text .dp-highlighter li{
    list-style-type:decimal !important;
    line-height:1.6;
    border-color:rgb(200,200,200) !important;
    border-radius:0 0 6px 0;
    }
article .text .dp-highlighter li:hover{
    text-shadow:1px 1px 1px rgb(120,120,120);
    }
article .text .dp-highlighter .tools{
    border-color:rgb(200,200,200) !important;
    border-radius:0 6px 0 0;
    }
article .text .dp-highlighter .bar{
    margin:0 0 0 45px !important;
    padding:0 !important;
    }
article .text .dp-highlighter a{
    padding:0;
    margin-right:10px;
    }
article .text .dp-highlighter a:hover{
    margin:0 6px 0 -4px !important;
    padding:4px;
    }
    
    /*autopagerize*/
#content > hr,
#content > p{
    margin-left:256px;
    font-size:90%;
    }
#content > hr{
    margin-top:3em;
    }
    
    /*amazon associate*/
article .amazonAssociate {
    float:right;
    border:1px solid rgb(200,200,200);
    width:160px;
    padding:16px 8px;
    font-size:70%;
    color:#999;
    text-align:right;
    margin:0 0 8px 8px;
    background-color:#eeeeee;
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255,255,255,0.6)),
        to(rgba(255,255,255,0.3))
        );
    background:-moz-linear-gradient(
        270deg,
        rgba(255,255,255,0.6) 0%,
        rgba(255,255,255,0.3) 100%
        );
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);
    opacity:1;
    font-style:italic;
    }
article .amazonAssociate dt{
    display:none;
    }
article .amazonAssociate dd{
    margin:0;
    color:#666;
    text-align:left;
    font-style:normal;
    }
article .amazonAssociate img{
    float:none;
    display:block;
    margin:0 auto 8px auto;
    -webkit-box-shadow:0 0 10px rgb(255,255,255);
    -moz-box-shadow:0 0 10px rgb(255,255,255);
    }
article .amazonAssociate dd.aaTitle{
    font-size:112.5%;
    }
article .amazonAssociate dd.aaImage a,
article .amazonAssociate dd.aaImage a:hover{
    border-radius:0 !important;
    background-color:transparent !important;
    margin:0 !important;
    padding:0 !important;
    }
