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

#box {
	float: left;
	width: 710px;
	margin-right:10px;
	display:inline;
}

#sidebar{
	width:230px;
	float:left;
	}

#in_box {
	width: 688px;
	border: 1px solid #CCC;
	padding: 10px;
	line-height: 1.7em;
}
	
.column {
	margin: 0 0 10px 0;
	float: none;
	}

.archives{
	display:block;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	width:690px;
	padding:5px;
	overflow:hidden;
	}

a.archives:link,
a.archives:visited{
	color:#333;
	}
	
a.archives:hover,
a.archives:active{
	color: #39F;
	}
	
.archives div{
	width:700px;
	}
	
.archives div .imgL{
	float:left;
	margin-right:0.5em;
	width:120px;
	}
	
.archives div p{
	overflow:hidden;
	width:500px;
	}

.archives div h2{
	font-size:16px;
	}
	
#main_contents{
	width:700px;
	float:left;
	margin-right:10px;
	}
