* {
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: "Trebuchet MS", Meiryo, sans-serif;
    line-height: 1.5em;
}
/* IE<=6 only :( */
* html body {
	font-family: sans-serif;
}


img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
    line-height: 110%;
}

a:visited {
	color: #788;
}
a:link,
#htmltagcloud a:visited {
	color: #157;
}

.aafont {
	font-family: "MeiryoKe_PGothic", "MS PGothic", "IPAMonaPGothic", "MonaPGothic";
	line-height: 100%;
}

.clear {
    clear: both;
}

div#body {
    margin: 0;
    padding: 0;
    border: 0;
}

div#navi {
    margin: 0;
    padding: 0;
    background: #000;
    color: #ccc;
    text-shadow: -1px -1px 0 #333, 1px 1px 0 #333;
    box-shadow: 0 0 10px #777;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.48, #1A1A1A),
        color-stop(0.51, #474747),
        color-stop(0.99, #2F2F2F)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #1A1A1A 48%,
        #474747 51%,
        #2F2F2F 99%
    );
}
div#navi div#navi-inner {
    margin: 0 auto;
    padding: 0;
    width: 720px;
}
div#navi div#navi-inner ul {
    margin: 0;
    padding: 0;
}
div#navi div#navi-inner ul li {
    display: inline;
    margin: 0 .3em 0 0;
    padding: 0;
}
div#navi div#navi-inner ul li a:link,
div#navi div#navi-inner ul li a:visited,
div#navi div#navi-inner ul li a:active,
div#navi div#navi-inner ul li a:hover {
    color: #eee;
    text-decoration: none;
}
div#navi div#navi-inner ul li a:active,
div#navi div#navi-inner ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
div#navi div#navi-inner div#sitelogo {
    float: right;
}
div#navi div#navi-inner div#sitelogo span.subdomain {
    color: #4AC;
}

div#last_modified {
    margin: 0 auto;
    padding: 0;
    width: 720px;
    text-align: right;
}

span.passage {
    font-size: 80%;
    color: #ccc;
}

div#passage-warning {
    border: 1px solid #fcc;
    margin: 1em auto 0 auto;
    padding: 4px;
    width: 720px;
    text-align: center;
    background: #fee;
    color: #f33;
    font-size: 80%;
    line-height: 1.1em;
    box-shadow: 0 2px 5px #fdd;
}

div#searchbar {
    width: 720px;
    margin: 0.5ex auto;
    text-align: right;
}
div#searchbar input[type="text"] {
    margin: 0;
    padding: 0;
    height: 28px;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
div#searchbar input[type="submit"] {
    margin: 0;
    padding: 0;
    background-color: #999;
    border: 1px solid #ccc;
    color: #fff;
    height: 28px;
    width: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

div#contents {
    margin: 4ex auto;
    width: 720px;
}
div#contents h1 {
    text-shadow: 0 0.2ex 5px #d0d0d0;
	margin-bottom: 1.5ex;
}
div#contents h2 {
	margin: 4ex auto 2ex auto;
	font-size: 120%;
    border-left: 1.2em solid #567;
    padding-left: .5em;
}
div#contents h2.date {
}
div#contents h3 {
    margin-left: 1.2em;
	margin-bottom: 2ex;
	font-size: 110%;
}
div#contents h4 {
	margin-bottom: 1.5ex;
	font-size: 100%;
}
div#contents h5 {
	margin-bottom: 1ex;
}
div#contents .entry p {
    margin: auto 1.2em;
}
div#contents .pagenav {
    margin: 3em auto;
    text-align: center;
}
div#contents .pagenav a,
div#contents .pagenav span {
    margin: 1em;
    padding: 4px;
    border: 1px solid #666;
    background: #eee;
    color: #333;
    text-decoration: none;
}
div#contents .pagenav a:hover {
    background: #567;
    color: #fff;
}
div#contents .pagenav span {
    color: #999;
}
div#contents pre {
    margin: auto 1.2em;
    padding:4px;
    border: 1px solid #ccc;
    overflow: auto;
    _overflow: scroll;
    font-family: monospace;
    width: auto;
    _width: 85%;
}
div#contents ul li {
    margin-left: 0.3em;
}
div#contents ul.bombcloud li,
div#contents ol.bombcloud li {
    line-height: 200%;
    margin-bottom: 3ex;
    border: 1px solid #ddd;
    padding: 12px;
    background: #f8f8f8;
}
div#contents ul.bombcloud li:hover,
div#contents ol.bombcloud li:hover {
    background: #ffd;
}
div#contents ul.bombcloud li span.status,
div#contents ol.bombcloud li span.status {
    font-size: 130%;
}
div#contents #htmltagcloud {
    margin: 6ex auto;
}

div#contents div#note {
    font-size: 90%;
}

div#contents div#bomb {
    float: right;
    width: 75px;
    /*height: 75px;*/
    height: 45px;
    background: url(http://labs.m2hq.net/bombtter/img/bombtter.png) no-repeat;
    margin: 0;
    padding: 30px 0 0 0;
}
div#contents div#bomb div#bomb_count {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-left: -12px;
}
div#contents p.quotation {
    border-left: 5px dotted #ccc;
    padding-left: 8px;
    font-style: italic;
}

div#footer {
    margin: 10ex auto 5ex auto;
    width: 720px;
}
div#footer div#copyright {
    margin-top: 2ex;
    font-size: 90%;
}

div#pkwk_body h1 a {
    color: inherit;
    text-decoration: none;
}

div#pkwk_body table {
    background: #ccc;
}
div#pkwk_body thead td {
    background: #ddd;
}
div#pkwk_body td {
    background: #fff;
    padding: 2px;
}


div#pkwk_body div.jumpmenu {
    font-size: 60%;
    text-align: right;
    float: right;
}
div#pkwk_body div.jumpmenu a {
    text-decoration: none;
}
div#pkwk_body a.anchor_super {
    font-size: 60%;
    vertical-align: super;
    text-decoration: none;
    color: #ccc !important;
}
div#pkwk_body a.anchor_super:hover {
    color: #666 !important;
}
div#pkwk_body span.diff_added {
    color:blue;
    background-color:inherit;
}
div#pkwk_body span.diff_removed {
    color:red;
    background-color:inherit;
}

div#pkwk_toolbar {
    margin: 8ex auto;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px;
    background: #eee;
}

/* bombcloud */
#htmltagcloud span.tagcloud0 a,
#htmltagcloud span.tagcloud1 a,
#htmltagcloud span.tagcloud2 a,
#htmltagcloud span.tagcloud3 a,
#htmltagcloud span.tagcloud4 a {
    color: #7e9cab;
}
#htmltagcloud span.tagcloud5 a,
#htmltagcloud span.tagcloud6 a,
#htmltagcloud span.tagcloud7 a,
#htmltagcloud span.tagcloud8 a,
#htmltagcloud span.tagcloud9 a {
    color: #4e7b91;
}
#htmltagcloud span.tagcloud10 a,
#htmltagcloud span.tagcloud11 a,
#htmltagcloud span.tagcloud12 a,
#htmltagcloud span.tagcloud13 a,
#htmltagcloud span.tagcloud14 a {
    color: #115678;
}
#htmltagcloud span.tagcloud15 a,
#htmltagcloud span.tagcloud16 a,
#htmltagcloud span.tagcloud17 a,
#htmltagcloud span.tagcloud18 a,
#htmltagcloud span.tagcloud19 a {
    color: #0d435e;
}
#htmltagcloud span.tagcloud20 a,
#htmltagcloud span.tagcloud21 a,
#htmltagcloud span.tagcloud22 a,
#htmltagcloud span.tagcloud23 a,
#htmltagcloud span.tagcloud24 a {
    color: #0a3145;
}

strong.word0 {
    background-color:#FFFF66;
    color:black;
}
strong.word1 {
    background-color:#A0FFFF;
    color:black;
}
strong.word2 {
    background-color:#99FF99;
    color:black;
}
strong.word3 {
    background-color:#FF9999;
    color:black;
}
strong.word4 {
    background-color:#FF66FF;
    color:black;
}
strong.word5 {
    background-color:#880000;
    color:white;
}
strong.word6 {
    background-color:#00AA00;
    color:white;
}
strong.word7 {
    background-color:#886800;
    color:white;
}
strong.word8 {
    background-color:#004699;
    color:white;
}
strong.word9 {
    background-color:#990099;
    color:white;
}


