@import "/css/base.css";
@import "/css/header.css";
@import "/css/layout.css";

/*ベースカラー*/
#left, #right {
	float: left;
	width: 200px;
	overflow: hidden;
}

#center {
	float: left;
	width: 580px;
	overflow: hidden;
}

#center .pr {
	padding: 15px 5px 5px 5px;
}

#center .pr p {
	font-size: small;
	color: #666666;
	line-height: 150%;
	padding: 5px;
	margin: 0px;
}

#center .pr h3 {
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	text-indent: 0.5em;

	color: #666666;
	background-image: url(images/content_h3_570.gif);
	background-repeat: no-repeat;
	height: 30px;
}

.content {
	padding: 15px 5px 5px 5px;
	color: #666666;
	font-size: x-small;
}

.content pre {
	font-size: larger;
}

/*記事*/
.content p {
	color: #666666;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	margin: 0px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
}

/*記事の日付*/
.content h2 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
}

/*記事のタイトル*/
.content h3 {
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	text-indent: 0.5em;

	color: #666666;
	background-image: url(images/content_h3_570.gif);
	background-repeat: no-repeat;
	height: 30px;
}

/*記事下のリンク*/
.content p.posted {
	border-top: 1px solid #999999;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: normal;
	padding: 2px;
}

/*サイドバー*/
.sidebar {
	padding: 15px;
}

/*カレンダー*/
#calendar {
  	line-height: 140%;
	color: #666666;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

/*カレンダーのタイトル*/
#calendar caption {
	color: #666666;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

/*カレンダーの曜日*/
#calendar th {
	text-align: center;
	font-weight: normal;
}

/*カレンダーの日付*/
#calendar td {
	text-align: center;
}

/*サイドバーの見出し*/
.sidebar h2 {
	color: #666666;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .3em;
	line-height: 150%;
	margin-bottom: 3px;
	background-image: url(images/side_h2.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.sidebar ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar ul ul {
	margin-bottom: 0px;
}

.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
}

.sidebar img {
	border: 3px solid #FFFFFF;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
	color: #666666;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	padding-left: 10px;
	margin-bottom: 15px;
}

form {
	padding: 0px;
	margin: 0px;
}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	padding-left: 10px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

