@charset "UTF-8";
body {
    background-color: #ffffff;
    font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,Helvetica,Arial,"MS PGothic",sans-serif;
}

.indexblock {
    width: 185px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
    padding-bottom: 5px;
    overflow:hidden;
    font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,Helvetica,Arial,"MS PGothic",sans-serif;
}

div#indexlinks {
    width:315px;
}

.eachindexblock {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-outline-radius: 10px;
    background-color: #efefef;
    border: 2px solid #fff;
    text-align: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    text-indent: 0;
    font-size: 80%;
    padding-right: 6px;
    padding-left: 6px;
    overflow: hidden;
}

p#jump {
    margin-bottom: -1.3ex;
}

ul#twitter_update_list {
    text-indent: 1.0em;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.mainblock {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-outline-radius: 10px;
    background-color: #efefef;
    border: 2px solid #fff;
    text-align: left;
    position: absolute;
    right: 190px;
    left: 5px;
    top: 5px;
    padding-right: 7px;
    padding-left: 7px;
}

div#maillinks {
    right: 320px;
}

h1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d5ac3;
    font-weight: normal;		
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
    text-shadow: 0px 1px 0px #ccc;
}

h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d5ac3;
    font-weight: normal;		
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
    text-shadow: 0px 1px 0px #ccc;
}

h3 {
    color: #2d5ac3;
    background-color: transparent;
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

hr {
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

pre {
    border-style: none;
    border-color: #f06000;
    border-width: 2px 2px 2px 2px;
    background-color: #eeeeee;
    width: 80%;
    margin-left: 20px;
}

pre.terminal {
    padding: 10px;
    margin-left: 20px;
    border: 0px ridge;
    color: white;
    background-color: black;
    line-height: normal;
    font-size: smaller;
    width: 90%;
}

a:link {
    color: #295c72;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #990419;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #190466;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background-color: #8888ff;
}

ul, ol, dl {
    margin-top: 5px;
    margin-bottom: 5px;
}

dt {
    line-height: 120%;
}

dd {
    text-indent: 1.0em;
    line-height: 110%;
}

li {
    line-height: 120%;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 2px;
    list-style-position: outside;
}

.indent {
    margin-left: 10%; 
    margin-right: 5%;
}

.filename {
    font-family: monospace, courier;
}

img {
    border: none;
}

span.warning {
    color: red;
}

span.fontsizeplus {
    font-size: x-large;
}

span.fontsizeplusplus {
    font-size: xx-large;
}

/* for mokuji w/o javascript */
.nav ul {
    padding-left: 0;
    list-style: none;
}

.nav li {
    padding-left: 1em;
    list-style: none;
}

div#name {
    font-family: "Reenie Beanie", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
}

form#search {
    margin-bottom: 5px;
}

/* Media Queries for adapting to various screen widths */
@media screen and (max-device-width: 800px), screen and (max-width: 800px) {
    .ad {
	display: none;
    }
    .indexblock {
	width: 125px;
	font-size: smaller;
    }
    div#indexlinks {
	display: none;
    }
    .mainblock {
	right: 125px;
	font-size: smaller;
    }
    div#maillinks {
	right: 5px;
    }
    img.amazon {
	width: 85px;
    }
}

/* for potrait iPad */
@media screen and (max-device-width: 800px) and (orientation:portrait), screen and (max-width: 800px) and (orientation:portrait) {
    .mainblock {
	right: 5px;
    }
    .indexblock {
	display: none;
    }
}

/* address box */
/* This is the second selector of the box, we assign some specific measure values, background colors, borders and shadows */
pre.address {
    margin: 10px;
    /*	width: 300px; */
    padding: 10px 10px 10px 30px;
    position: relative;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#fff), color-stop(.1,#f3f3f3));
    background: -moz-linear-gradient(0 0 270deg, #f3f3f3, #f3f3f3 10%, #fff);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 60px 60px;
    -moz-border-radius-bottomright: 60px 60px;
    border-bottom-right-radius: 60px 60px;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);

}
pre.address:before{
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    box-shadow:-2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform:rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
    -moz-transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
    -o-transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
    transform: rotate(-20deg) skew(-40deg,-3deg) translate(-13px,-13px);
}

/* Here's where we make the shading of the folds*/
pre.address:after{
    content: '';
    z-index: -1;
    width: 100px;
    height: 100px;
    position:absolute;
    bottom:0;
    right:0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 20px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 8px rgba(0,0,0,0.2);
    -webkit-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
    -moz-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
    -o-transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
    transform: rotate(0deg) translate(-45px,-20px) skew(20deg);
}

/* zenback */
.zenback div#zenback-news,
.zenback div#zenback-links,
.zenback div#zenback-keywords,
.zenback div.zenback-powered-topsy,
.zenback div.zenback-powered {
    visibility: hidden;
    display: none;
    margin: 0;
    height: 0;
}

