@charset "utf-8";
/*
Theme Name: monochrome-ash
Theme URI: http://monochrome-ash.myvnc.com/
Description: monochrome-ash
Version: 1.0
Author: Takeru
Author URI: http://monochrome-ash.myvnc.com/
Tags: green

	monochrome-ash v1.0
	 http://monochrome-ash.myvnc.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url(common.css);
@import url(table.css);
@import url(menu.css);


/* Wapper */
body {
	font-size:75%;
	letter-spacing:0.08em;
	background:url(images/header_bg.png) 0 0 repeat-x;
	line-height:1.7em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
blockquote {
	font-style: italic;
	display:block;
	border:1px dotted #CCCCCC;
	color:#666666;
}
a {
	color:#8C9E01;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#4289BB;
	text-decoration:underline;
}

.error {
	color:#FF6600;
	font-weight:bold;
}

p {
	padding:5px 10px;
}

div#page {
	width:90%;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:90%;
	padding:0px;
	background:url(images/header_bg.png) 0 0 repeat-x;
	margin-left:auto;
	margin-right:auto;
}

/* left */
div#content {
	width:100%;
	float:left;
	margin-right:-300px;
}
div.post {
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:20px;
}
div.post,
ol.commentlist{
	padding:5px;
	margin-right:310px;
}
div.post h2{
	font-size:140%;
	padding:5px 10px;
	font-weight:bold;
}
div.post small{
	display:block;
	text-align:right;
	font-size:10px;
	color:#666666;
	padding-right:10px;
}
div.post p.postmetadata {
	padding:5px 0px 10px 10px;
	margin-top:10px;
	text-align:right;
}
div.post p.postmetadata.alt {
	background: url(images/meta.png) 0 0 no-repeat;
	padding:5px 0px 10px 50px;
	margin-top:10px;
}
div.post p.postmetadata.alt small {
	text-align:left;
}

/* sidebar */
div#sidebar {
	width:300px;
	float:left;
}
div#sidebar h2 {
	margin-top:10px;
}
div#sidebar h2,
div#sidebar form label {
	width: auto;
	display:block;
	text-align: left;
	font-weight:bold;
	color:#A2E533;
	background: url(images/head_bg.png) 0 0 repeat-x;
	padding:13px 10px 10px 10px;
	color:#666666;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
div#sidebar ul{
	list-style-type:none;
}
div#sidebar ul li ul li{
	padding:10px 5px;
	border-bottom:1px dashed #CCCCCC;
}
div#sidebar #s {
	margin-top:10px;
	padding:3px;
}
div#sidebar #searchsubmit {
	background:url(images/btn.png) left top repeat-x;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}

/* footer */
#footer {
	background:#000000 url(images/menu_bg.png) left top repeat-x;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	clear:both;
}

/* comment */
h3#comments {
	background:url(images/comment.png) left top no-repeat;
	line-height:51px;
	font-weight:bold;
	padding-left:51px;
	margin-left:10px;
}
div.comment-body {
	padding:5px;
	margin-left:10px;
}
div#respond {
	padding:5px;
	margin-right:300px;
	margin-left:10px;
}