#contents .panel{
	padding:10px;
	overflow:hidden;
}
#contents .year{
	margin:5px;
	width:950px;
	font-size:16px;
	font-weight:bold;
	color:green;
}
#contents .paper{
	margin:10px;
	padding:5px;
	width:910px;
	display:block;
	background-color:white;
}

.p_title{
	margin-bottom:5px;
	font-size:larger;
	font-weight:bold;
}
.p_name{
	font:;
	display:inline;
}
.p_journal{
	font-style:italic;
	display:inline;
}
.p_year{
	font-weight:bold;
	display:inline;
}
.p_volume{
	font-style:italic;
	display:inline;
}
.p_pp{
	font:;
	display:inline;
}
.p_doi{
	font-weight:bold;
	display:inline;
}
.p_doi A{
	font-weight:normal;
}

/*アクセプトされたとき*/
.p_accepted{
	font-weight:bold;
	display:inline;
}

/*エディターズチョイスとか
めちゃいい結果だったとき*/
.p_editorschoice{
	font-weight:bold;
	color:red;
	display:inline;
}