body {
	margin: 0px 0px 20px 0px;
	background: transparent url(body-background.png) repeat right top;
        	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
  color: #8FABBE; /*未訪問リンクのテキストの色*/
  }

a:visited {
  color: #6600FF; /*訪問済みリンクのテキストの色*/
  }

a:active {
  color: #8FABBE; /*リンクをクリックした時のテキストの色*/
  }

a:hover {
  color: #006699; /*リンクにマウスが乗った場合のテキストの色*/
  background-color: #CCCCCC; /*リンクのテキストに下線を引く*/
　text-decoration: underline; /*リンクの部分は下線*/
  }

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

#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 {
  background: #FFF url(banner.png) no-repeat top left;
  color: #000;
  margin: 0;
  padding: 0;
  height: 135px; /*画像の高さ*/
  text-align: left;
  }

#banner h1 a {
  background: transparent url(h1-title.png) no-repeat top left;
  color: #000;
  display: block;
  width: 310px;
  height: 62px;
  text-decoration: none;
  text-indent: -700em;
  }

#banner h1 {
  margin: 0;
  padding: 15px 0 0 15px;
  }

#banner h2 {
  font-size: small;
  margin: 0;
  padding: 15px 0 0 15px;
}

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

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

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

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

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	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;
	}

.sidebar {
	padding: 15px;
	}



#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: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

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

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	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-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

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

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

div.sidebar dt {
	margin: 10px 0 0 0;	/*マージン*/
	padding: 0;	/*パディング*/
	font-size: x-small;	/*フォントサイズ*/
	}

div.sidebar dd {
	margin: 0;		/*マージン*/
	padding: 0 5px 5px 5px;	/*パディング*/
	font-size: x-small; 	/*フォントサイズ*/
	color: #666666;	/*前景色*/
	}

.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;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	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;
	}

.show { display: block; }
.hidden { display: none; }


span.bottun {
  background-color: #999;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC #666 #666 #CCC;
  padding: 0 5px;
  color: black;
  font-weight: normal;
  margin: 0 0 0 1em;
}


/*
#header {
	font-family: Georgia, 'Times New Roman', serif;
	color: #000000;
	background-color: #B22222;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}


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


*/

#header {
  font-family: Verdana, Arial, sans-serif;
  background-color: black;
  color: #FFFFFF;
  text-align: left;
  padding: 15px 15px 0 0;
  border-bottom: 1px solid #FFFFFF;
  }


#header h1 a{
  text-decoration: none;
  font-size: 2px;
  display: block;
  width: 420px;
  height: 50px;
  text-indent: -700em;
  background: transparent url(h1-image.jpg) no-repeat top left;
  }

#header h1 a:hover{
  background-position: left bottom;
  }


#header form {
  text-align: right;
  }

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

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

#header h2 {
                padding: 5px 0 0 15px;
	font-size: small;
	}

      ul.inline li ul.inline {
        display: inline; 
        padding: 0;
        margin: 0
      }
      
      ul.inline li {
        display: inline;
      }
      
      ul.navigation {
        border: 1px solid black;
        background-color: white;
        margin: 1em 0;
        padding: 1em 0 1em 1em;
      }
      
      ul.navigation li a {
        color: black;
        text-decoration: none;
      }
      
      ul.navigation li a:hover {
        color: black;
        text-decoration: underline;
      }


a img {
  text-decoration: none;
  border: none;
}

ul.entry-image li {
  text-align: center;
}

ul.image-list li {
  display: inline;
}


ul.image-list li img {
  margin: 0 5px 10px 5px;
}

.pink {
        background-color: pink;
}

li.new {
  padding-left: 25px; /* 画像の幅と少しの余白分 */
  background: transparent url(new-icon.gif) no-repeat left center; /* 背景画像で new マークを表示 */
}

li.normal {
  padding-left: 25px; /* 画像の幅と少しの余白分 */
}

ul.left {
text-align: left;
}