/* CSS Document */

body {
	text-align: center;
	background-color: #D59758;
  }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

  
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 800px;
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #336600;
  }

a:visited {
  color: #336600;
  }

a:active {
  color: #00CCFF;
  }

a:hover {
  color: #00CCFF;
  }

/*ヘッダー部分*/

#banner h1 {
	font-size:24px;
	}

#banner h2 {
	font-size:12px;
	margin-top:6px;
	margin-bottom:0;
	}

#banner {
	background-color:c7ddff;
	padding-top: 10px;
	padding-right: 20px;
	background-image: url(topphoto.jpg);
	height: 210px;
	padding-left: 20px;
	}


a#banner-img {
  display: none;
  }


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


/*サイドバー*/

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


.sidebar {
	padding: 10px;
	width: 180px;
  }

.sidebar h2 {
	color: #336600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 0px;
  }

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

.sidebar li {
  color: #666666;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 5px;
  list-style-type: none;
  }

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

.link-note {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
  }

#powered {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin-top: 50px;
  }
  
  
  
  





#center {
  float: right;
  width: 600px;
  overflow: hidden;
  }

.content {
  padding: 15px 15px 5px 15px;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: small;
  }


.content p {
  color: #666666;
  font-family: Georgia, 'Times New Roman', 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: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  }

.content h3 {
  color: #333;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: medium;
  text-align: left;
  margin-bottom: 10px;
  }

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



#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%;
  }
