@charset "utf-8";

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
}

#banner-img {
	display: none;
}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 {
	font-size: xx-large;
}

#banner h2 {
	font-size: small;
}

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

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font: 80% "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;	
}

.content p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
}

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

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

.content h2 {
	color: #99CC00;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font: bold medium/100% "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.content h3 {
	color: #666666;
	text-align: left;
	margin-bottom: 10px;
	font: bold small "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: #CCCCCC;
	padding: 3px;
}

.content p.posted {
	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;
}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	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: #993333;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-bottom: 5px;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.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: 15px;
}

#main .hnav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 110%;
	font-size: 80%;
	font-family: sans-serif;
	text-align: left;
}

#comments {
	margin-right: 15px;
	text-align: left;
	border: 1px dotted #BBB;
	margin-left: 15px;
	padding: 15px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	background: #eeeeee;
}
#comments h3 {
	font: 1em/1em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #660000;
	margin: 0px 0px 10px;
	padding: 0px;
}
#comments .cbody {
	font-size: 0.8em;
	line-height: 1.3em;
}
#comments .cfooter {
	border-top: 1px dotted #999999;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-top: 3px;
	font: 0.8em/1em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}


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

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

.topic {
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
}
.topic img {
	float: left;
	margin-right: 5px;
}
.topic p {
	font-size: 80%;
}
.topic p.date {
	margin-bottom: 5px;
}
.topic h3 {
	font-size: 120%;
	font-weight: bold;
	color: #999900;
	letter-spacing: -0.1em;
	text-align: left;
}


.topic .post {
	padding-top: 5px;
	letter-spacing: -0.05em;
}

.go {
	margin-top: 5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	clear: both;
}
.content p.date {
	font-size: medium;
	background-color: #eeeeee;
	line-height: 100%;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#menu .entry {
}
#menu .entry h2 {
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: medium;
	font-weight: bold;
	color: #993333;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu .entry ul {
	margin-left: 15px;
}
#menu .entry li {
	font-size: small;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.content p.readmore {
	margin-top: 20px;
}
h1.title {
	height: 48px;
	width: 311px;
	padding-top: 78px;
}
.ct {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	line-height: 100%;
	vertical-align: baseline;
}
.tbacks {
	font-size: 0.9em;
	background: #dddddd;
	padding: 5px;
	border: 3px double #666699;
	margin: 10px;
	line-height: 1em;
}
p.contentnav {
	font: 0.9em/1em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 20px;
}

