body {
	margin: 10px 10px 20px 0px;
color: #999999
 background-color: #ffffff;
	text-align: center;
 }

a {
 text-decoration: none;
 }

a:link {
 color: #0047ff;
 }

a:visited {
 color: #191970;
 }

a:active {
 color: #2f4f4f;
}

a:hover {
	color: #006699;
	}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
font-size: medium;
	}

h4 {
font-size: small;
	}


#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
	border: 1px solid #FFFFFF;
	}

#banner {
	color: #999999;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

#banner-img {
	display: none;
	}


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

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

#banner h2 {
	font-size: large;
	}

#center {
 float: left;
 width: 70%;
 border: 2px solid #c0c0c0;
 padding: 5px;
 margin: 0px 5px 5px 5px;
 background-color: #ffffff;
	
	}

.content {
	padding: 0px 5px 5px 0px;
	background-color: #FFFFFF;	
	color: #000000;
	}

#right {
 float: left;
width: 25%;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
border: 2px solid #c0c0c0;
 padding: 5px;		
	}

.content blockquote {
	}

.content li {
	}

.content h2 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 130%; /* 行の高さ */	
	}

.content h3 {
	color: #000000;
	font-size: large;	
	text-align: left;
	font-weight: bold;	
	margin-bottom: 10px;	
	}

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

.sidebar {
	padding: 0px;
	}


.sidebar h2 {
	font-size: medium;	

	}
.sidebar p {
font-size: small;
	}

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

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

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

.sidebar li {
	color: #666666;
font-size: small;
	font-size: left;
	text-align: left;
	margin-top: 0px;
	list-style-type: none;
	}

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

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

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

.link-note {
	font-size: medium;
	text-align: left;
	}

#powered {
	font-size: medium;
	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;
	}
