/*
StyleSheet for Ebisuのいおり
Last Update: 2005/7/9
Modified: 2007/4/9
Design & Author: ebisu
http://valendia.net/ebi/
*/
/* 全体 ++++++++++++++++++++++++++++ */
body {
	color: #333;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-size: 12px;
	font-family:Arial,Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","MS UI Gothic", Osaka, Gothic, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	border: 1px solid #ccc;
}
input#author, input#email, input#url {
	width: 150px;
}
textarea#text {
	width: 300px;
}
input#preview {
	width: 80px;
	border: 1px solid #999;
}
input#post {
	width: 80px;
	font-weight: bold;
	border: 1px solid #666;
}
input#search {
width: 120px;
margin-bottom: 5px;
}
table#global {
	background: #f2f2ee;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
div#foot-space {
	height: 20px;
}
div.con-space {
	width: 15px;
}
td#con-center {
	width: 450px;
}
td#con-ind {
	width: 770px;
}
td#con-left {
	width: 140px;
}
td#con-right {
	width: 150px;
}
b {
background: #FFFFCC;
}
/* ブロック全体 ++++++++++++++++++++++++++++ */
div.con-block {
	background: #fff;
	border-top: 10px solid #e6e6d4;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	text-align: left;
}
/* 中央ブロック ++++++++++++++++++++++++++++ */
#con-center p, #con-ind p {
	line-height: 150%;
}
#con-center h2, #con-ind h2 {
	font-size: 14px;
	font-style: bold;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 2px 0px;
	border-bottom: 2px solid #e6e6d4;
}
#con-center h3, #con-ind h3 {
	background: #f0f0f0;
	font-size: 12px;
	font-style: bold;
	margin: 2px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}
#con-center p.extended {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#con-center p.posted {
	margin: 0px;
	text-align: right;
}
#con-ind p.posted {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#con-center p.new-ttl {
	margin: 0px 0px 3px 0px;
}
div.post-info {
	margin: 0px;
	padding: 0px;
}
div.con-post-text p {
	margin: 0px 0px 10px 0px;
}
p#con-path {
	background: #fafafa;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

/* 左ブロック ++++++++++++++++++++++++++++ */
#con-left p {
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#con-left h3 {
	font-size: 12px;
	font-style: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
/* 右ブロック ++++++++++++++++++++++++++++ */
#con-right p, #con-right-foot p {
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
#con-right h3 {
	font-size: 12px;
	font-style: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#calendar td, #calendar a {
	font-size: 9px;
	line-height: 150%;
}
/* リンク色 ++++++++++++++++++++++++++++ */
#con-left a , #con-right a, #con-right-foot a{
	display: block;
}
#con-center a {
	display: inline;
}
a:link {
	text-decoration:none;
	color:#00c;
	}
#con-center p.extended a {
	background: #f2f2ee;
}
a:visited {
	text-decoration:none;
	color:#60c;
	}
a:active {
	text-decoration:none;
	color:#c0c;
	}
a:hover {
	background: #f2f2ee;
	text-decoration:none;
	color:#c06;
	}
blockquote{
　　　　　　　border-left: 3px solid #999;
}