* {
	margin: 0;
	padding: 0;
	}

html{
	height:100%;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 2;
	background-color: #eee;
	height:100%;
	}

body > #container {
	height: auto;
}

a {
	text-decoration: none;
}

a:link {
	color: #3F658C;
	}

a:visited {
	color: #3F658C;
	}

a:active {
	color: #3F658C;
	}

a:hover {
	color: #3F658C;
	text-decoration: underline;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
#side {
	float: left;
	width: 225px;
	text-align: right;
}

#container {
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 800px;
	height:100%;
	min-height: 100%;
	}

#banner {
	background-color: #fff;
	text-align: left;
	height: 300px;
	}

#banner-img {
	display: none;
	}


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

#banner h1 {
	height: 0px;
	overflow: hidden;	
	
	}

#banner h2 {
	height: 0px;
	overflow: hidden;	
	}

#center {
	overflow: hidden;
	padding: 0px 0px 50px;
	}
	
.content {
	width: 480px;
	}


.content p {
	font-size: small;
	text-align: left;
	margin-bottom: 32px;
}
	
.caption {
	font-size: x-small;
}

.photo2 {
	margin-bottom: 10px;
	
	}
.content blockquote {
	line-height: 150%;
	}

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

.content h2 {
	font-size: 14pt;
	padding-top: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.content h3 {
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 22px;	
}
.content h4 {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content table {
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.content table .td01 {
	width: 6em;
}
.content table .td02 {
	color: #3F658C;
	padding-right: 1em;	
}
.credit {
	float: right;
	clear: both;
}
.content table tr {
	font-size: 10px;
	vertical-align: top;
}
.content table .right {
	font-size: 10px;
	text-align: right;
}

.content p.posted {
	color: #999999;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	text-align: right;
	padding: 25px 27px 0 0;
	}


.sidebar h2 {
	color: #666666;
	
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

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

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

.sidebar #categories ul {
	padding-left: 15px;
	}

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

.sidebar #categories li {
	list-style-type: circle;
	}

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

.link-note {
	
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

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

#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;
	}
#footer {
	font-size: 12px;
	color: #999;
	clear: both;
	margin: 0 0 0 225px;
	padding: 0 0 40px;
}

