body {
	margin: 0 0 20px 0;
	padding:0;
}
/* ブログの説明とナビゲーション */
div#description{
	width:100%;
}
#description h2{
	font-size:90%;
	font-weight:normal;
	width:97%;
	float:left;
	padding: 2px 0 2px 1em;
	border-bottom:1px solid #cccccc;
	margin: 0;
}
p#auth{
	margin:0;
	padding: 0;
	font-size:12px;
	text-align:right;
}
#left-navi{
	width:60%;
	float:left;
}
#right-navi{
	width:30%;
	float:right;
}
a {
	text-decoration: underline;
	}

a:link {
	color: #003399;
	}

a:visited {
	color: #808099;
	}

a:active {
	color: #663366;
	}

a:hover {
	color: #ff3333;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
#site_title{
	margin:0;
	padding:0;
	border:0;
}
.navi{
	height:1.2em;
    background-color:#4d4d4d;
	font-size:18px;
	padding-left:1em;
	color:#ffffff;
	clear:both;
}
.navi a:link{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.navi a:visited{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.navi a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

#container {
	line-height: 140%;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	}

div#banner {
	color: #FFFFFF;
	background-color: #FFCC33;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	height: 67px;
	background-image: url(img/header_back.gif);
	background-repeat: repeat-x;
	}
#banner h1{
	height:67px;
}
#banner-img {
	display: none;
	}


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

#center {
	float: left;
	width: 67%;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 95%;
	float:left;
	width: 94%;
	}

#right {
		float: left;
		width: 30%;
		background-color: #f3f3f3;
	}

.content p {
	color: #666666;
	font-size: 95%;
	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: #333333;
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #333333;
	font-size: 115%;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	border-bottom:1px solid #666666;
	}

.content p.posted {
	color: #666666;
	font-size: 95%;
	border-top: 1px dotted #cccccc;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}
.sidebar h2 {
	color: #666666;
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #333333;	
}

.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-size: 95%;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

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

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

.link-note {
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered,#copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}
#copy{
	margin:3em 0px 1em;
	padding:1em 0.5em 0em;
	border-top:1px solid #666666;
	width:66%;
}
#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;
	}
.comment_data{
	letter-spacing:1px;
	font-size:100%;
	line-height:160%;
}
p.read{
	color:#999999;
	font-size:90%;
	margin:0 0 1em 0;
}
p.archive-list{
	font-weight:bold;
	margin:1em 0 0 0;
}

/* メールマガジンの登録と解除 */
.mail_regist{
	font-size:smaller;
}
