﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 130%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

body {font-size: 96%; background: #000000; color:#FFFFFF;}
img {border-width: 0px;}
a {text-decoration: none;}
a:link {color: #999999;}
a:visited {color: #999999;}
a:hover {color: #FFFFFF; text-decoration: underline;}
.clear {clear: both;}
.left {text-align: left;}
.right {text-align: right;}
.middle {vertical-align: middle;}
.center {margin: auto; text-align: center;}
.none {display: none;}
.block {display: block;}
.bold {font-weight: bold;}
.link {border: 1px solid #EEEEEE;}
.cite {border: 1px dashed #CCCCCC; background-color: #EEEEEE; padding: 10px; margin: 10px;}
.img {border: 1px solid #000000;}
.floatleft {float:left; margin:0px 10px 10px 0;}
.floatright {float:right; margin:0px 0 10px 10px;}
.small {font-size:80%;}
.red {color:#FF0000;}

/* Header */
#header_wrapper {margin: 0; padding: 0; background:#222222;}
#header {margin: 0 auto; padding:0; position: relative; line-height:1.5;}
#header #title {width: 400px; margin:0; padding: 10px 10px 5px 10px; font-weight:bold;}
#header div#description {width: 600px; padding:0px 0px 10px 10px;}
#search {position: absolute; text-align: right; top: 10px; right: 10px; line-height:1.8;}
#header .text {border:1px solid #000000; font-size: 100%; padding: 2px;}
#header .submit {font-size: 100%;}

/* Main contents */
#contents p, #contents table, #contents blockquote {margin: 0; padding: 10px;}
#contents dl {margin: 0; padding: 5px 0;}
#contents ul, #contents ol {list-style: outside; margin: 15px 10px 15px 35px; padding: 0px;}
#contents ul {list-style-type:disc;}
#contents ol {list-style-type:decimal;}
#contents {width: 700px; margin:10px auto; line-height:1.5; float:left;}
#contents .entry-header {padding: 5px; background: #222222; color: #FFFFFF; font-weight: bold; text-align: left; border:1px solid #333333;}
#contents .entry-body {position:relative;}
#contents .entry-footer {text-align:right;}
#contents .attachment {text-align:center; margin:10px;}
#contents .list {width:196px; margin:15px; float:left; background:#333333; border:1px solid #444444;}
#contents .list-header {padding: 5px; background: #222222; color: #FFFFFF; font-weight: bold; text-align: left;}
#contents .list-body {text-align:center; padding:10px;}
#contents .list-body a {width:162px; height:121px; display:block; background:#333333; margin:auto; padding-top:1px;}
#contents .list-body a:hover {background:#444444;}
#contents .list-footer {padding:0 10px 10px 10px;}
#contents .page {margin:15px;}
#contents .page-header {padding: 5px; background: #222222; color: #FFFFFF; font-weight: bold; text-align: left; border:1px solid #333333;}
#contents .page-body {padding:10px;}
#contents div.post_previous {width: 300px; margin: 10px 5px 10px 10px; text-align: left; float: left;}
#contents div.post_next {width: 300px; margin: 10px 5px 10px 10px; text-align: right; float: left;}
#contents div.pagenavi {margin-left:13px; line-height:2;}
#contents .comment-left, #contents .comment-right {width:430px; float:left; padding:0 15px;}

/* Footer */
#footer_wrapper {clear: both;}
#footer {padding: 5px 0; width: 960px; margin: auto; text-align: center; line-height: 2em;}
ul#footernav {list-style-type: none; margin: 0; text-align: center;}
ul#footernav li {display:inline; border-right:1px solid #CCCCCC; padding: 0 10px;}
ul#footernav li#footer_last {border-right:0;}
#footer a, #footer:link, #footer:visited {color: #FFFFFF;}


#container {
 width:960px;
 margin-left:auto;
 margin-right:auto;
}

#boxC {
 width:200px;
 float:left;
 margin:10px auto;
 padding: 10px;
 line-height: 130%;
}