@charset "utf-8";

* {
font-family: arial, ms pgothic, meiryo, osaka;
font-size: 12px;
color: #444444;
margin: 0px;
padding: 0px;
}

body {
background-color: #ffffff;
background-image: url("http://file.randomwork.blog.shinobi.jp/bgimage.png");
background-attachment: fixed;
text-align: center;
width: 100%;
}

img {
border: solid 1px #000000;
}

img.shadow {
box-shadow: 0px 2px 6px #666666;
-webkit-box-shadow: 0px 2px 6px #666666;
-moz-box-shadow: 0px 2px 6px #666666;
}

a:link{
color: #4444aa;
text-decoration: none;
}

a:visited {
color: #4444aa;
text-decoration: none;
}

a:hover {
color: #4444aa;
text-shadow: 0px 0px 1px #4444aa;
}

div#framework {
background-color: #ffffff;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: solid 1px #000000;
border-top: none;
border-bottom: none;
}

div#main {
margin: 32px 16px 0px 16px;
padding: 0px;
}

div#searchbar {
text-align: right;
width: 100%;
height: 32px;
}

div#header {
background-image: url("http://file.randomwork.blog.shinobi.jp/blogimg.jpg");
width: 100%;
height: 192px;
}

div#navigation {
float: right;
width: 260px;
line-height: 18px;
}

div#contens {
float: left;
width: 500px;
}

div#footer {
background-image: url("http://file.randomwork.blog.shinobi.jp/footerimage.jpg");
clear: both;
width: 100%;
font-size: 12px;
text-align: right;
}

span.entry-title {
padding: 8px;
color: #000000;
font-size: 14px;
text-shadow: 1px 1px 2px #666666;
}

div.entry-border {
margin: 0px 16px;
border-left: solid 8px #000000;
border-bottom: solid 1px #000000;
}

.date {
text-align: right;
margin: 4px 16px 16px 16px;
}

.entry {
text-align: justify;
margin: 0px 32px 48px 32px;
}

span.navi-title {
padding: 8px;
color: #000000;
font-size: 14px;
text-shadow: 1px 1px 2px #666666;
}

div.navi-margin {
margin: 0px 32px;
}

div#select-page {
margin: 0px 32px 32px 32px;
}

div#copyright {
padding: 16px;
color: #ffffff;
}

div#cm {
text-align: center;
margin-top: 16px;
}

input {
border:solid 1px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}