@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);




#blog {
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}

#blog #left {
	width:470px;
	float:left;
}

#blog #left dl {
	margin-bottom:30px;
}

#blog #left dl dt {
	background:#CADFDF;
	padding: 8px 9px 6px 9px;
	font-size: 1.21em;
	color: #192126;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom:10px;
}


#blog #left dl dd.time {
	text-align:left;
	font-size:0.85em;
	margin-bottom:5px;
}

#blog #left dl dd.btn {
	margin-top:15px;
}

#blog #right {
	width:150px;
	float:right;
	padding-bottom:20px;
}

#blog #right table {
	font-size:0.85em;
	margin:10px 0 8px;
}

#blog #right table th,
#blog #right table td {
	border:none;
	padding:3px 0 1px;
	text-align:center;
	background:none;
}

#blog #right table th {
	font-weight:bold;
	width:21px;
}

#blog #right table caption {
	text-align:left;
	font-weight:bold;
	padding:0 5px;
	border-bottom:1px solid #ccc;
	color:#333;
}


#blog #right table td a{
	font-weight: normal;
}


#blog #right ul.arc {
	font-size:0.85em;
	line-height:1.6;
	padding:10px;
	margin-bottom:15px;
}

#blog #right ul.arc li a ,
#blog #right ul.news li a{
	font-weight:normal;
}
#blog #right ul.arc li {
	background:url(../image/c_icon02.jpg) left 5px no-repeat;
	padding-left:15px;
	margin-bottom:5px;
}

#blog #right ul li.last {
	margin-bottom:0;
	padding-left:0;
	background:none;
	text-align:right;
	list-style:none;
}

#blog #right ul.news {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}

#blog #right ul.news li {
	list-style:disc;
	margin-left:20px;
	font-size:0.85em;
}
/*-------------------------------------------------------------------
	.topics
-------------------------------------------------------------------*/

.topics {
	border: 1px solid #D7CABD;
	line-height: 1.6;
	overflow-y: scroll;
}


.topics dl.even {
	background: #EFEAE4;
}


#side .topics {
	height: 300px;
	font-size:1.4em;
}

#side .topics dl {
	padding: 4px 0 5px 13px;
}

