/*=== Traditional Blog Post ===*/

.text_brown{ color:#990000; }

/* table */
.datatable1 {
	border-collapse:collapse;
	margin-bottom:20px;
	width:590px;
	
}
.datatable1 td {
    padding:5px;
	border: 1px #cccccc solid;
}
.datatable1 th {
    padding:5px;
	border: 1px #cccccc solid;
	font-weight:normal;
	background-color: #eeeeee;
	width:100px;
}

.datatable1 th.width10{
    width:10px;
}

/*If IE6*/
*html .datatable1 th.widthauto{
    width:auto;
}

/*If IE7*/
*+html .datatable1 th.widthauto{
    width:auto;
}

.datatable1 td.card1-design,
.datatable1 td.card-design {
	padding: 0px;
}

.datatable1 td.card-design img {
	width: 80px;
	height: 51px;
	margin:5px;
	display:inline;
}

.datatable1 td.card1-design img {
	margin:5px;
	display:inline;
}

/* Most Comments */
.most-comments {
	background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
}

/* pagetop */
.pagetop{ float:right;background:url(images/icon2.gif) left no-repeat; padding-left:14px; clear:both; margin:0 10px 10px 0;}

/* twitter設定 */
#twtr-widget-1 h3,#twtr-widget-1 h4 { background:none;}

/*　画像マウスオーバー効果　*/
a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
