/*
Theme Name: Original
Theme URI:
Description: The Original
*/
@charset "Shift_JIS";

/*全体構造---------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
 overflow-y: scroll;
 margin-bottom: 10px;
}
body {
	background: #999;
}
#wrapper {
	width: 906px;
	margin: 10px auto 0 auto;
	background: url(shadow.gif) repeat-y right;
}
img {
	border: none;
	vertical-align: bottom;
}

/*ヘッダ--------------------------------------*/
#header {
	width: 906px;
	height: 68px;
	background: url(header.gif) no-repeat;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: small;
	width: 190px;
	float: left;
}
h1 a {
	display: block;
	width: 190px;
	height: 68px;
	outline-width: 0;
}
#header address {
 margin: 0 15px 0 0;
 width: 300px;
 padding-top: 10px;
 line-height: 140%;
 font-size: 0.8em;
 color: #FFF;
 text-align: right;
 font-style: normal;
 float: right;
}
#navibox {
 clear: both;
 height: 46px;
}
#navibox:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
#navibox ul {
	text-indent: -9999px;
	list-style: none;
	margin: 0; /*safari用*/
	padding: 0; /*safari用*/
}
#navibox li {
	float: left;
	width: 225px;
	height: 46px;
}
#navibox li#navi01 {
	background: url(navi01_on.gif) no-repeat;
}
#navibox li#navi02 {
	background: url(navi02_on.gif) no-repeat;
}
#navibox li#navi03 {
	background: url(navi03_on.gif) no-repeat;
}
#navibox li#navi04 {
	background: url(navi04_on.gif) no-repeat;
}
#navibox li a {
	display: block;
	width: 225px;
	height: 46px;
	outline-width: 0;
}
#navi01 a {
	background: url(navi01.gif) no-repeat;
}
#navi02 a {
	background: url(navi02.gif) no-repeat;
}
#navi03 a {
	background: url(navi03.gif) no-repeat;
}
#navi04 a {
	background: url(navi04.gif) no-repeat;
}
#navibox li a:hover {
	background: none;
}
#navibox li#navi01_link {
	background: url(navi01_on.gif) no-repeat;
}
#navibox li#navi02_link {
	background: url(navi02_on.gif) no-repeat;
}
#navibox li#navi03_link {
	background: url(navi03_on.gif) no-repeat;
}
#navibox li#navi04_link {
	background: url(navi04_on.gif) no-repeat;
}
#navi01_link a {
	background: url(navi01_on.gif) no-repeat;
}
#navi02_link a {
	background: url(navi02_on.gif) no-repeat;
}
#navi03_link a {
	background: url(navi03_on.gif) no-repeat;
}
#navi04_link a {
	background: url(navi04_on.gif) no-repeat;
}

/*コンテンツ------------------------------------*/
#contents_wrapper {
	clear: left;
	width: 900px;
 background: #f1f1f1;
}
#contents_wrapper:after {
 content:".";
 height: 0px;
 display: block;
 clear: both;
 visibility: hidden;
}
#contents_wrapper2 {
	clear: left;
	width: 900px;
	background: url(contents_img/contents_bg.gif) repeat-y;
}
#contents_wrapper2:after {
 content:".";
 height: 0px;
 display: block;
 clear: both;
 visibility: hidden;
}
#contents_bg_header {
	background: url(contents_img/contents_bg_header.jpg) no-repeat top;
}
#contents_bg_footer {
	background: url(contents_img/contents_bg_footer.jpg) no-repeat bottom;
}
#contents_title {
	width: 900px;
	height: 40px;
}
#contents_title {
	width: 900px;
	height: 40px;
}
h2 {
	margin: 0; /*safari*/
	padding: 13px 0 0 20px;
	vertical-align: top;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2.blog_h2 {
 color: #333;
}
#contents_body {
	width: 820px;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}

/*ポスト-----------------------------------*/
#wrapper2 {
 float: left;
 padding-left: 15px;
 width: 645px;
}
#pagetitle {
 margin-top: 20px;
 padding: 2px 0 2px 5px;
 font-size: 1em;
 border-left: 10px solid midnightblue;
}
#wrapper2 h2,#wrapper2 h3 { /*Safari用*/
 margin: 0;
}
.post {
 margin: 20px auto 0 auto;
 padding: 5px ;
 border: 1px solid #999;
 background: #FFF;
}
.postinner {
 padding: 10px 5px 15px 10px;
}
.post a {
 color: #333;
}
.post h2 {
 font-size: 1.25em;
 margin: 0;
 padding: 4px 0 2px 10px;
 background: #f1f1f1;
}
.post h2 a {
 text-decoration: none;
}
.post a:hover {
 text-decoration: underline;
}
.post a.more-link {
 font-size: 0.75em;
 color: midnightblue;
}

.post tr,.post th,.post td {
 padding: 3px;
 border: 1px solid #999;
 font-size: 0.8em;
 font-weight: normal;
}
.post p {
 clear: both;
 padding: 5px 0 10px 0;
 line-height: 160%;
 font-size: 0.85em;
}
h5.neta {
 margin-bottom: 5px;
 padding: 0;
}
p.netabody {
 padding: 5px;
 background: #f1f1f1;
}
p.postinfo {
 margin: 0;
 color: midnightblue;
 font-size: 0.75em;
 text-align: right;
 font-family: Ariel, Verdana, sans-serif;
}
.postinfo a {
 color: midnightblue;
 text-decoration: none;
}
.postinfo a:hover {
 text-decoration: underline;
}
p.postinfo2 {
 margin-left: 10px;
 color: midnightblue;
 font-size: 0.75em;
 text-align: left;
 font-family: Ariel, Verdana, sans-serif;
}
.postinfo2 a {
 color: midnightblue;
 text-decoration: none;
}
.postinfo2 a:hover {
 text-decoration: underline;
}
.clear {
 clear: both;
}


/*関連記事------------------------------*/
.similar {
 margin: 5px auto 0 auto;
 padding: 5px ;
 border: 1px solid #999;
 background: #FFF;
}
.similar h2 {
 font-size: 1em;
 padding: 4px 0 2px 10px;
 background: #f1f1f1;
}
.similar a {
 color: steelblue;
 text-decoration: none;
}
.similar a:hover {
 text-decoration: underline;
}
.similar ul {
 font-size: 0.85em;
 line-height: 160%;
 margin-left: 10px;
}
.similar li {
}

/*pagelink-------------------------------*/
.pagelink {
 padding-top: 10px;
 margin-bottom: 10px;
}
.pagelink:after {
 clear: both;
 content: ".";
 height: 0px;
 display: block;
 visibility: hidden;
}
.pagelink a {
 font-size: 0.75em;
 color: midnightblue;
}
span.pageprev {
 float: left;
}
span.pagenext {
 float: right;
}
span.pageprev a {
 text-decoration: none;
}
span.pagenext a {
 text-decoration: none;
}
span.pageprev a:hover {
 text-decoration: underline;
}
span.pagenext a:hover {
 text-decoration: underline;
}

/*コメント・トラックバック-------------------------------*/
#comments {
 clear: both;
}
#com {
 border: 1px solid #999;
 margin-top: 50px;
 padding: 10px;
 font-family: Ariel, Verdana, sans-serif;
}
#com h3 {
 padding: 5px;
 font-weight: normal;
 font-size: 0.85em;
 background: #f1f1f1
}
#com textarea {
 width: 500px;
}
#com p {
 font-size: 0.75em;
 padding: 5px 0 5px 5px;
}
#com a {
 color: #000;
}
.compost {
 margin-boottom: 5px;
 border-bottom: 1px solid #ccc;
}
p.cominfo {
 text-align: right;
}
#trackurl {
 margin-top: 10px;
}
#track {
 clear: both;
 border: 1px solid #999;
 margin-top: 5px;
 padding: 10px;
 font-family: Ariel, Verdana, sans-serif;
 background: #FFF;
}
#track h3 {
 padding: 5px;
 font-weight: normal;
 font-size: 0.85em;
 background: #f1f1f1
}
#track p {
 font-size: 0.75em;
 padding: 5px 0 5px 5px;
}
#track a {
 color: #000;
}

/*サイドバー----------------------------------*/
#sidebar {
 width: 215px;
 float: right;
 font-family: Ariel, Verdana, sans-serif;
 margin: 20px 10px 0 0
}
#sidebar h2 {
 font-size: 0.75em;
 color: #FFF;
 margin-top: 20px;
 margin-bottom: 10px;
 padding: 3px 8px;
 background: #1b2030;
}
#sidebar ul {
 line-height: 140%;
 padding-left: 10px;
}
#sidebar li {
 margin-left: 10px;
 font-size: 0.8em;
}
#sidebar li a {
 text-decoration: none;
 color: #000;
}
#sidebar li a:hover {
 text-decoration: underline;
}
input#q,input#s {
 width: 190px;
 margin-bottom: 5px;
 font-size: 0.8em;
}
#dtreecatwrapper {
 line-height: 150%;
}
.st-tag-cloud a {
 text-decoration: none;
}
.st-tag-cloud a:hover {
 text-decoration: underline;
}
.feed {
 font-size: 0.75em;
 margin:10px 0;
 padding: 5px;
 border: 1px solid #999;
 line-height: 150%;
 background: #FFF;
}
.feed a {
 text-decoration: none;
 color: #000;
}
.feed a:hover {
 text-decoration: underline;
}
.feed img {
 vertical-align: middle;
 margin-right: 3px;
}

/*ページ先頭へ戻る------------------------------------------*/
.backtop {
 margin: 10px 0 20px 0;
 text-align: right;
 font-size: 0.8em;
}
.backtop a {
 color: #666;
}

/*フッタ-----------------------------------------*/
#footer {
	clear: both;
	width: 896px;
	height: 101px;
	padding: 5px 0 0 10px;
	color: #FFF;
	font-size: 0.75em;
	background: url(footer.gif) no-repeat;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*汎用セレクタ------------------------------------*/
.titlesmall {
	font-size: 0.6em;
}
.fontsmall {
	font-size: 0.7em;
}
.space30 {
 clear: both;
	height: 30px;
}
.fontbold {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
}
.pagetop {
	margin: auto 0 0 auto;
	width: 143px;
	height: 32px;
	text-indent: -9999px;
}
.pagetop a {
	display: block;
	width: 143px;
	height: 32px;
	background: url(contents_img/pagetop.gif) no-repeat;
	outline-width: 0;
}
