/* CSS Document */

body {
	text-align: center;
	background-color: #E4E4E4;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(http://www.flex-g.com/img/mainback.jpg);
  }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
}

  
#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;
	background-image: url(topphoto.jpg);
	}
.logo {
	float: left;
}
#upper {
	background-color: #011F3E;
	height: 80px;
}
#banner #upper h1 {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
}


#banner a {
  color: #FFFFFF;
  text-decoration: none;
  }
#banner #upper p {
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}



/*サイドバー*/

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


.sidebar {
	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: normal;
  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%;
  }
  
  
/* メインコンテンツ */
.main_title {
	padding: 0px 5px;
	margin: 5px 0px; /* 左線 */
	color: #000033;  /* 文字色 */
	font-size: 15px; /* 文字サイズ */
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000033;
}

.title {
padding: 1px;	margin: 5px 0px;
background: #ffffcc; /* 背景色 */
border-top: 1px solid #dddddd; /* 上線 */ 
border-bottom: 1px dotted #dddddd; /* 下線 */ 
color: #666666;  /* 文字色 */
font-size: 13px; /* 文字サイズ */
font-weight: normal;
}
.entry {
	width: 400px;
}
.cl {
	clear: both;
}
.photoleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}