@charset "utf-8";
/* CSS Document */

.post h2 {
	font-size:20px;
	margin:5px 0 7px;
	border-bottom:1px solid #BBBBBB;
	color:#333333;
	margin:0 0 15px;
}
.post h2 a {
	color:#222222;
	text-decoration:none;
}
.post h2 a:hover {
	color:#CC0000;
}
.post .snapshot {
	text-align:center;
	padding-bottom:15px;
	position:relative;
}
.post .meta {
	background:#F3F3F3 none repeat scroll 0 0;
	border-top:1px solid #BBBBBB;
	clear:both;
	color:#333333;
	font-size:11px;
	line-height:15px;
	margin:0 0 30px;
	padding:5px 10px;
	height:18px;
}
.post .meta .category {
	float:left;
	width:354px;
}
.post .meta .comments {
	float:left;
	width:354px;
	text-align:right;
}
.post .meta .comments a {
	color:#333333;
	text-decoration:none;
}

.ad {
	margin-bottom:20px;	
}

.post .snapshot .newwindow {
	position:absolute;
	width:560px;
	height:340px;
	left:84px;
	top:0;
}
.post .snapshot .newwindow a {
	display:block;	
	width:560px;
	height:140px;
	padding-top:200px;
	float:left;
	background:url(../img/sp.gif);
	color:#ffffff;
	text-decoration:none;
}

.comments-list {
	padding:0 10px;	
}
.comments-list h3 {
	margin-top:20px;
	padding-left:5px;
	margin-bottom:3px;
}
.comments-list form {
	padding:0 5px;
	margin:0;
}
.comments-list textarea {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	color:#222222;
	font-size:12px;
	padding:2px 4px;
	width:400px;
	margin-bottom:5px;
}
.comments-list input {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	color:#222222;	
	width:400px;
	margin-bottom:3px;
}
.comments-list input.submit {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #888888;
	color:#EEEEEE;
	display:block;
	font-size:11px;
	margin:0 0 10px;
	padding:1px 4px 2px;
	width:auto;
}
.comments-list .comment {
	border-bottom:1px solid #888888;
	padding:5px;
}
.comments-list .comment .name {
	font-weight:bold;	
}
.comments-list .comment .published {
	font-weight:normal;
	color:#666666;
	font-size:9px;
}

