@import "default2.css";


/* periodical */
#periodical p{
	margin:10px 0 10px 0;
}
#periodical .list #waku{
	padding:10px;
	border:1px solid #000000;
	background:#FFFFCC;
}
#periodical .list #waku .bold{
	font-weight:bold;
}

/* publication */
#publication table{
	width:580px;
	margin:20px 0 20px 20px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:110%;
}
#publication th{
	font-weight:normal;
	width:60px;
	text-align:left;
}
#publication th,#publication td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 10px 5px 10px;
}
#publication table p{
	width:360px;
	margin:0 10px 0 0;
	float:left;
}
#publication table img{
	float:right;
}

