@charset "utf-8";

#main-column{
	padding:0;
}
#search-note{
	margin:0px 0px 15px 0px;
	padding:5px 15px 5px 15px;
	color:#fff;
	background-color:#000;
}
#search-note #body-search{
	clear:both;
	float:left;
	width:286px;
	height:23px;
	margin:0px 0px 5px 160px;;
	padding:0px;
	border-width:0px;
	/* background:transparent url(/common/images/v1/common/searcharea.gif) no-repeat scroll 0 0; */
}
* html #search-note #body-search{
	margin-left:80px;
}
#search-note #body-search .inputtext{
	font-size:100%;
}
#search-note p{
	margin-bottom:5px;
	font-size:75%;
}
#search-note p.author-photo{
	clear:none;
	float:left;
	height:110px;
	margin-right:20px;
}
#search-note p.author-alias{
}
* html #search-note p.author-alias{
}
#search-note p.author-about{
	width:600px;
}
* html #search-note p.author-about{
	width:auto;
}
#simple-list{
	width:620px;
	margin-top:0px;
	padding-left:10px;
}
* html #simple-list{
	width:630px;
}
#simple-list ul{
	width:100%;
	margin:0px;
	padding:0px;
}
#simple-list li{
	margin:10px 0px;
	padding-left:7px;
	line-height:1.1em;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}
#simple-list li .photo{
	clear:none;
	float:left;
	width:90px;
	margin-bottom:10px;
}
#simple-list li h3{
	display:block;
	clear:none;
	float:left;
	width:500px;
	margin-left:10px;
	padding:0px;
	font-size:85%;
	font-weight:normal;
}
#simple-list li h3.strong{
	font-weight:bold;
}
#simple-list li span.column-title{
	display:block;
	color:#666;
	font-size:80%;
	font-weight:normal;
}
#simple-list li span.date{
	display:block;
	color:#666;
	font-size:75%;
	font-weight:normal;
}
#simple-list li p{
	display:none;
	font-size:75%;
}
