@import "comment.css";

#author{
	width: 100%; 
}
#author .item{
	font: 100 8pt/14px Tahoma;
}
#author .author_name, #author .author_name a{
	text-align: left;
	font: 700 18px Arial;
	color: #07559D;
}
#author img {
	width: 48px;
	height: 58px;
	border: 1px solid #D3D4D7;
}
#author .line_01{
	clear: both;
	background: #07559D;
	height: 1px;
	font-size: 1px;
}
#author .line_02{
	clear: both;
	background: #FFFFFF;
	height: 1px;
	font-size: 1px;
}
#author .author_article{
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: #EFF1F5;
}
#author .author_article .title{
	font: 700 9pt/18px Arial;
	text-align: left;
}
#author .author_article .content{
	text-align: left;
	font: 100 9pt/18px Arial;
}
#author .line_03{
	clear: both;
	background: #E1ECF8;
	height: 1px;
	font-size: 1px;
	margin: 0px 0px 15px 0px;
}

#author_article {
	width: 100%;
	margin: 5px 0px 0px 0px;
}
#author_article .author_name {
	font: 700 13pt/18px Arial;
	overflow: hidden;
	height: 18px;
	color: #07559D;
}
#author_article .title {
	font: 700 9pt/18px Arial;
	overflow: hidden;
	height: 18px;
	color: #303030;
	margin: 5px 0px 0px 0px;
}
#author_article .image img{
	width: 60px;
	height: 80px;
	border: 1px solid #C2C2C2;
	margin: 0px 8px 5px 0px;
}
#author_article .date{
	font: 100 8pt/17px Trebuchet MS;
	height: 17px;
	color: #BFC2AF;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
#author_article .content, #author_article p, #author_article .content td, #author_article .content div, #author_article .content font {
	font: normal 9pt/20px Arial;
}
#author_article .content a{
	color: #0000FF;
}
#author_article .read_count{
	font: 100 9pt/17px Arial;
	color: #0F3772;
	text-align: right;
	margin: 10px 0px 0px 0px;
}


#author_article_other {
	margin: 5px 0px 10px 0px;
	width: 100%;
	text-align: center;
}
#author_article_other select {
 	font: normal 9pt/17px Arial;
	width: 100%;
}

#author_article_navigation {
	width: 100%;
	border: 5px solid #DEDEDE;
	border-left-width: 0px;
	border-right-width: 0px;
}
#author_article_navigation .container{
	background: #FFFFFF;
	text-align: center;
	font: normal 9pt/20px Arial;
	margin: 5px 0px 5px 0px;
}
#author_article_navigation .container a {
	color: #434343;
	margin-right: 10px;
}
#author_article_navigation .container img {
	width: 16px;
	height: 16px;
}
