@charset "utf-8";

*{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
}

body {
	text-align:center;
	background-color:#000000;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}

#container{
	width:750px;
	margin:0px auto;
}

#header{
	width:750px;
	height:80px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:5px;
}
#header a{
	
}
.headertop {
	display:block;
	width:200px;
	height:80px;
	float:left;
	text-decoration:none;
}
.headnavi{
	float:left;
	margin-top:62px;
}
.headnavi a{
	display:block;
	margin:0px 10px 0px 0px;
	float:left;
}
#content{
	margin:5px 10px 0px 10px;
	text-align:left;
	min-height:750px;
}
#footer{
	margin:10px 0px 0px 0px;
	padding:5px;
	border-top:2px #555555 solid;
}
/**
 * Content
 */

#left-content{
	float:left;
	width:600px;
}
#left-main{
	background-image:url(../images/left-content.png);
	background-repeat:repeat-y;
	min-height:750px;
	width:590px;
	text-align:left;
	padding:5px;
}

#left-main h2{
	width:590px;
	border-bottom:1px #555555 solid;
	margin-bottom:5px;
	padding-bottom:5px;
}

#left-main .post{
	width:590px;
	border-bottom:1px #555555 solid;
	margin-bottom:5px;
	padding-bottom:5px;
}

#left-main .meta{
	text-align:right;
	padding:5px 0px 5px 0px;
}

#left-main .storycontent{
	width:580px;
	padding:5px 5px 5px 5px;
	line-height:150%;
}
#left-main p{
	width:580px;
	padding:5px 5px 5px 5px;
}
#left-main textarea{
	width:550px;
	color:#333333;
}
#left-main code{
	width:550px;
	max-height:100px;
	display:block;
	background-color:#212121;
	margin:5px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	overflow:auto;
}
#comments {
	width:580px;
	padding:5px 5px 5px 5px;
}
#postcomment {
	width:580px;
	border-top:1px #555555 solid;
	padding:5px 5px 5px 5px;
}

input[type=submit]{
	color:#000000;
}
input[type=text]{
	color:#000000;
}
input[type=reset]{
	color:#000000;
}

#left-main .feedback{
	text-align:right;
	padding:5px 0px 5px 0px;
}

#contact table {
	width:550px;
}
#contact th {
	width:120px;
	font-weight:normal;
}
#contact textarea {
	width:350px;
}
#contact input[type=text] {
	width:250px;
}


#right-content{
	float:right;
	width:145px;
}
#right-main{
	background-image:url(../images/right-content.png);
	background-repeat:repeat-y;
	min-height:750px;
	width:135px;
	text-align:left;
	padding:5px;
	
}

#right-main li {
	font-weight:bold;
	line-height:150%;
}
#right-main a{
	font-weight:normal;
}


.pagenav {
	width:125px;
	border-bottom:1px #555555 solid;
	padding:5px 5px 5px 5px;
}
.categories{
	width:125px;
	border-bottom:1px #555555 solid;
	padding:5px 5px 5px 5px;
}
.children{
	padding:5px 5px 5px 8px;
}

#search{
	width:125px;
	border-bottom:1px #555555 solid;
	padding:5px 5px 5px 5px;
}

#archives{
	width:125px;
	border-bottom:1px #555555 solid;
	padding:5px 5px 5px 5px;
}

#meta{
	width:125px;
	border-bottom:1px #555555 solid;
	padding:5px 5px 5px 5px;
}
#wp-calendar{
	width:135px;
	border:1px #555555 solid;
	padding:0px;
	margin:0px;
	
}
#wp-calendar th{
	border:1px #555555 solid;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	font-size:9px;
}
#wp-calendar td{
	border:1px #555555 solid;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	font-size:9px;
}
#wp-calendar tfoot{
	display:none;
}
#wp-calendar a{
	font-size:9px;
	font-weight:bold;
}


#infomation {
	min-height:200px;
	overflow:auto;
}
#infomation ul {
	width:550px;
	height:20px;
}
#infomation li {
	padding-left:10px;
	
}


/**
 * Base
 */
.clear {
	clear:both;
}
h1 {
	font-size:10px;
	text-align:right;
	width:750px;
	margin:5px 10px 5px 10px;
	font-weight:normal;
}
h1 a{
	text-decoration:none;
}
h2,h3 {
	font-weight:normal;
}
abbr {text-decoration:none;}
img {
	border:0px;
}
li {
	list-style:none;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
