@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------
#blog-------*/

#blog {
	overflow:hidden;
	zoom:1;
	
}

#blog #left {
	width:470px;
	float:left;
}

#blog #left dl {
	margin-bottom:35px;
}
#blog #left dl.last{
	margin-bottom:40px;
}
#blog #left dl dt {
	padding:1px 0 1px;
	margin-bottom:7px;
	border-bottom:1px solid #AD3140;
	border-left:8px solid #AD3140;
	font-weight:bold;
	padding-left:7px;
}



#blog #left dl dd.time {
	text-align:left;
	font-size:0.85em;
}

#blog #left dl dd.btn {
	margin-top:10px;
	text-align:center;
}

#blog #right {
	width:150px;
	float:right;
	padding-bottom:20px;
}

#blog #right table {
	font-size:0.85em;
	margin:10px 0 20px;
	background-color: #F3F3DE;
}

#blog #right table th,
#blog #right table td {
	border:none;
	padding:1px 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;
	background-color: #F3F3DE;
}

#blog #right table td a {
	color:#c00;
}

#blog #right p.title {
	line-height:1;
}


#blog #right ul.arc {
	font-size:0.85em;
	line-height:1.6;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	background-color: #F3F3DE;
}

#blog #right ul.arc li {
	margin-bottom:5px;
	list-style:none;
}

#blog #right ul.arc li.current a{
	background: url(../image/icon02.jpg) left 4px no-repeat;
}

#blog #right ul.arc li a{
	padding-left: 15px;	
}


#blog #right ul li.last {
	margin-bottom:0;
	padding-left:0;
	background:none;
	text-align:right;
	list-style:none;
}

#blog #right ul.news {
	padding:10px 0;
	border-bottom:1px dotted #CCC;
	background-color: #F3F3DE;
}

#blog #right ul.news li {
	margin-left:20px;
	font-size:0.85em;
}