@charset "utf-8";
#wrapper {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/gif/sky01.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9CF;
	padding-right: 25px;
	padding-left: 25px;
}
#header #link {
	text-align: left;
	line-height: 15px;
	margin-top: 5px;
}
#header #link a{
	font-size: 14px;
	text-decoration: none;
	color: #00F;
	margin-top: 5px;
	font-weight: bold;
}

#header #link a:hover{
	font-size: 14px;
	color: #F30;
	text-decoration: underline;
	font-weight: bold;
}
#header #month {
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	background-image: url(../img/gif/titleback.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#header #month p {
	padding-top: 6px;
	padding-right: 35px;
	font-size: 16px;
	color: #FFF;
}


#main {
	margin-top: 20px;

}
#main #side {
	float: left;
	width: 20%;
}

#main .comment {
	float: right;
	width: 78%;
}

#main #side #day {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#main #side #day a:hover {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #F30;
}

#main #side #campaign {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 20px;
	text-align: left;
}

#main .comment .title {
	line-height: 20px;
	background-image: url(../img/gif/blog-title01.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 5px;
	color: #333;
	font-weight: bold;
}
#main .comment .commnent-img {
	text-align: left;
	margin-top: 5px;
}
#main .comment .comment-text {
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 20px;
	line-height: 17px;
}

#footer {
	clear: both;
}
#footer #toplink {
	line-height: 30px;
}
#footer #copy {
	font-size: 10px;
	margin-bottom: 10px;
}

