#header{
	width:920px;
	height:350px;	/* 498 */
	float:left;
	margin-right:15px;
	border:1px solid #EFEFEF;
	overflow:hidden;
}
#header h1 a{
	display:block;
	width:920px;
	height:350px;	/* 498 */
	text-indent:-9999px;
/*	background:url(../images/header.jpg) no-repeat;	*/
}

#topic {	/* 247 20111020 add */
	margin: 5px; 0 7px 5px;
	height : 350px;
	border : 1px dotted #cccccc;
	overflow: auto;
  font-size : large;
  

  
}
#news {	/* 20110512 add */
	margin: 5px; 0 7px 5px;
	height : 200px;
	border : 1px dotted #cccccc;
	overflow: auto;
  font-size : small;
  

  
}
/* 2011/06/12 add */
h3{
	width:50%;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:1px dotted #72604C;
	font-size:15px;
}

/* 20120104 add */
#pubList {	
	margin: 5px; 0 7px 5px;
	/* height : 200px; */
	border : 1px dotted #cccccc;
	overflow: auto;
  font-size : small;
}
#pubItem {
	width: 100%;
	float:left;
	margin-bottom:8px;
	padding-bottom: 4px;
	border-bottom : 1px solid #555555;
}
#pubItemIcon {
	width:96px;
	float:left;
	margin:4px;
	border:1px solid #4FB379
}
#pubItemBody {
	width:552px;
	float:right;
}
#pubItemTitle {
	/* background: #cfd2e2; */
	/* background: #cce9e8; */
	background: #cde9cc;
	height:22px;			/* カテゴリアイコンの高さ分確保 */
	margin-top: 8px;
	/* border : 1px solid #555555; */
}
#pubItemDate {
   float: right;
	margin-right:4px;
}
#pubItemMessage {
   background-image: url(../images/greendot.gif);
   line-height: 25px;
   margin: 0px;
	font-size:90%;
}

#pubList ul {
	clear: left;
	float:left;
	margin-right: -10px;
	list-style-type: none;
}
#pubList li {
	float: left;
	margin-right: 0px;
}

