body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	}
a {
	text-decoration: underline;
	}
a:link {
	color: #006699;
	}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* 外枠 */
#container {
	line-height: 140%;
	text-align: left;
	padding: 0px 20px 0px 40px;
	width: 740px;
	margin: 0px auto;
	}
/* ヘッダー部 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	text-align: left;
	height: 165px;
	/* title.jpgを変更するとサイトイメージが大幅に変わります */
	background-image: url(./images/09d.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 10px;
	}
#banner-img {
	display: none;
	}
	#banner a {
		color: #333333;
		text-decoration: none;
		}
	#banner h1 {
		font-size: x-large;
		margin-left: 15px;
		margin-top: 60px;
		}
	#banner h2 {
		font-size: small;
		margin-top: 60px;
		margin-right: 10px;
		text-align: right;
		}
/* 右ブロック */
#center {
	float: right;
	width: 500px;
	overflow: hidden;
	text-align: center;
	}
/* 左ブロック */
#left {
	float: left;
	width: 240px;
	background-color:#FFFFFF;
}
/* メインコンテンツ */
.content {
	padding: 15px 15px 5px 15px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}
	.content p {
		color: #333333;
		font-family: Verdana, Arial, sans-serif;
		font-size: small;
		font-weight: normal;
		line-height: 150%;
		text-align: left;
		margin-bottom: 10px;
		}
	.content blockquote {
		line-height: 150%;
		}
	.content li {
		line-height: 150%;
		}
	.content h2 {
		color: #FFFFFF;
		font-family: Verdana, Arial, sans-serif;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: small;
		padding-left: 25px;
		background: url(./images/topics.gif) no-repeat;
		height: 30px;
		padding-top: 2px;
		}
	.content h3 {
		color: #FFFFFF;
		font-family: Verdana, Arial, sans-serif;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: small;
		padding-left: 25px;
		background: url(./images/topics.gif) no-repeat;
		height: 30px;
		padding-top: 2px;
		}
	.content p.posted {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-size: x-small;
		border-top: 1px solid #999999;
		text-align: left;
		margin-bottom: 25px;
		line-height: normal;
		padding: 3px;
		}
/* 左ブロック内部 */
.sidebar {
	font-size: small;
	padding: 5px;
	}
.sidebar-box {
	margin-left: 10px;
	font-size: small;
	padding-left: 5px;
	margin-right: 10px;
}
	.sidebar h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: small;
		font-weight: bold;
		letter-spacing: .3em;
		height: 20px;
		padding-left: 13px;
		border-bottom: 1px dashed #66CCCC;
		margin-right: 5px;
		margin-left: 5px;
		border-top: 1px dashed #66CCCC;
		background: url(./images/menu.gif) no-repeat 1px 7px;
		}
	.sidebar ul {
		padding-left: 0px;
		margin: 0px;
		margin-bottom: 15px;
		}
	.sidebar ul ul {
		margin-bottom: 0px;
		}
	.sidebar #categories ul {
		padding-left: 15px;
		}
	.sidebar li {
		font-family: Verdana, Arial, sans-serif;
		text-align: left;
		line-height: 150%;
		margin-top: 10px;
		list-style-type: none;
		}
	.sidebar #categories li {
		list-style-type: circle;
		}
	.sidebar img {
		border: 3px solid #FFFFFF;
		}
/* カレンダー部 */
#calendar {
	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	#calendar table {
		padding: 2px;
		border-collapse: collapse;
		border: 0px;
		width: 100%;
		}
	#calendar caption {
		color: #666666;
		font-family: Verdana, Arial, sans-serif;
		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;
		}

/* 他id,class */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 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;
	}

/* 画面下部フッター */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	}
#footer {
	text-align: center;
	border-top: 5px solid #66CCCC;
	font-size: x-small;
	color: #666666;
}