@charset "utf-8";

div#secondary {
	float: left;
}

article.boxScroll{
	width: 755px;
	height: 260px;
}


#news {
	margin: 0 10px 0 0;
	width: 750px;
	float: right;
}

aside.widget,
aside.widget_wp-category-archive {
	list-style: none;
}


aside.widget_categoryposts,
aside.widget_wp-category-archive {
	width: 200px;
	margin: 5px 20px 10px 0;
	padding: 0 0 10px 10px;
	font-size: 75%;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e5e5e5));
	background: -moz-linear-gradient(top, #eee, #e5e5e5);
	background: -o-linear-gradienttop, #eee, #e5e5e5);
	background: linear-gradient(top, #eee, #e5e5e5);*/
	background: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	position:relative;
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}

aside.widget_wp-category-archive {
	clear: both;
}

aside.widget_wp-category-archive ul {
	margin-left: 10px;
}

aside.widget_wp-category-archive ul li {
	list-style-type: none;
}

aside.widget_categoryposts ul {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}

aside.widget_categoryposts ul li{
	margin-bottom: 5px;
}


aside.widget_categoryposts h3,
aside.widget_wp-category-archive h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 100%;
}




#news .entryDate {
	margin: 0 10px 10px 0;
	text-align: right;
}

dl#news {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

dl#news dt {
	margin: 0 0 10px 0;
	padding: 0 0 10px 2em;
	clear: both;
	width: 10em;
	float: left;
	text-align: left;

}

dl#news dd {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 11em;
	background: url(../images/common/line-dot.png) repeat-x left bottom;	

}

