﻿body {
	margin: 0px 0px 0px 0px;
	background-color: #EEEFE6;
	text-align: center;
	/* font-family: Lucida Sans Unicode; */ 
	font-size:120%;
	}

a	{
	text-decoration: none;
	}

a:link {
	/*color: #8FABBE;*/
	color: #006699;
	}

a:visited {
	/*color: #8FABBE;*/
	color: #006699;
	}

a:active {
	/*color: #8FABBE;*/
	color: #006699;
	}

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

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

.textbox{
	border:1px solid #CCCCCC;
	height:12px;
}
/* レイアウト */
#container {
	margin:0px;
	margin-top:10px;
	text-align: left;
	width: 800px;
	}

#container_left{
	width:20px;
	vertical-align:top;
}
#container_center{
	width:760px;
	margin:0px;
	padding: 0px 30px 0px 30px;
	background-color: #FFFFFF;
	background-image:url(images/background.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align:top;
}
#container_right{
	margin:0px;
	padding:0px;
	width:20px;
	vertical-align:top;
	text-align:right;
}
/* header */
#banner {
	color: #666666;
	/*background-color: #FFFFFF;*/
	vertical-align:top;
	text-align: left;
	padding: 5px 0px 0px 0px;
	border-bottom: 3px solid #333333;
	height: 60px;
	width:100%;
	}

#banner table{
	/*height:100px;*/
}

#banner-img {
	display: none;
	}

#banner a {
	color: #666666;
	text-decoration: none;
	}
#banner a:hover {
	color: #666666;
	text-decoration: underline;
	}
#banner h1 {
	/*font-family:Lucida Sans, Arial, sans-serif, Unicode;*/
	color: #333333;
	font-size: large;
	font-weight:bold;
	}

#banner h2 {
	font-size: small;
	}
#banner .ss {
	font-size:10px;;
	}
#main td{
	margin:0px;
	padding:0px;
	font-size:small;
}
/* contents */
#center {
	margin:0px;
	padding:0px;
	float: left;
	width: 480px;
	vertical-align:top;
	}
.content {
	padding: 15px 10px 5px 10px;
	color: #333333;
	font-size: 12px;
	vertical-align:top;
	line-height:150%;
	}
.block{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	line-height:150%;
}
.block ul {
	margin-left:0px;
	margin-top:0px;
	padding-left:20px;
}

.content h2 {
	color: #333333;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	/*border-bottom:1px solid #999999;*/
	border-bottom:1px dotted #666666;
	}
.content h3 {
	color:#494949;
	font-size:medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom:1px solid #999999;
	/*border-left:6px solid #666666;
	border-left-color:#FFCC00;*/
	}

.entry-body{
	margin-bottom: 10px;
	color:#333333;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	line-height:150%;
	font-size:small;
}
.entry-footer{
	border-top:1px dotted #666666;
	padding-top:2px;
	font-size:x-small;
	color:#666666;
}
/* right navi */
#right {
	margin:0px;
	padding:0px;
	width: 220px;
	vertical-align:top;
	}
	
/* footer */
#footer {
	color: #666666;
	/*background-color: #FFFFFF;*/
	text-align: left;
	padding: 2px 0px 0px 0px;
	border-top: 3px solid #333333;
	width:100%;
	height: 80px;
	}
#footer td{
	vertical-align:top;
}
#footer a {
	color: #666666;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}
.sidebar {
	margin:0px;
	padding:15px 0px 15px 0px;
	}

.sidebar form {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

.sidebar h2 {
	color:#FFFFFF;
	background-color:#99CC00;
	border:1px solid #CCCCCC;
	border-color:#99CC00;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height:120%;
	}
.sidebar h2.h2_1{
	background-color:#006699;
}
.sidebar h2.h2_2{
	background-color:#CC0000;
}
.sidebar h2.h2_3{
	background-color:#669900;
}
.sidebar h2.h2_4{
	background-color:#663300;
}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

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

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

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 150%;
	margin-top: 2px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}
/*
.sidebar img {
	border: 3px solid #FFFFFF;
	}
*/
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

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

#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;
	}
	
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}
