@charset "Shift_JIS";

/* /////////////////////////////////////////////////////////////////////////// Toppage */

#topicsTitle{
	margin-bottom: 8px;
	height: 41px;
	overflow: hidden;
	zoom: 1;
	background: url(images/top_headline_bg01.gif) no-repeat 0% 0%;
}

#topicsTitle h2{
	margin: 12px 0px 0px 11px;
	display: inline;
	float: left;
	width: 60px;
}

#topicsTitle #list{
	margin: 12px 10px 0px 0px;
	float: right;
}

#topicsTitle #list a{
	display: block;
	width: 46px;
	height: 16px;
	background-image: url(images/top_list01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999px;
}

#topicsTitle #list a:hover{ background-position: -46px 0px; }

/* *Hides from IE-mac \*/
#topicsTitle #list a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#topicsList{
	margin-bottom: 40px;
}

#topicsList li{
	padding: 3px 8px;
	display: table;
	border-bottom: 1px dotted #999;
	width: 584px;
}

#topicsList li dfn{
	display: table-cell;
	width: 10.5em;
	/float: left;
	vertical-align: top;
}

#topicsList li p{
	display: table-cell;
	/zoom: 1;
	vertical-align: top;
}

#topicsList li a{
	text-decoration: none;
}

#topicsList li a:hover, #topicsList li a:active{
	text-decoration: underline;
}


/* /////////////////////////////////////////////////////////////////////////// Equipment */
#equipList01{
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
	height: 100%;
}

#equipList01 dt{
	width: 4.1em;
}

#equipList01 dd{
	margin: -2.0em 0 0 4.1em;
}


div.tooltip {  
	position: absolute;  
	left: -9999px;  
	background: #eee;  
	padding: 5px;  
	border: 1px solid #aaa;  
}  

div.tooltip p{  
	color: #fff;  
	background: #222;  
	padding: 5px 10px;  
}

#mapInfo {
	background:#ddd;
	padding:5px;
	text-align:center;
	margin-top:10px;
}

/* /////////////////////////////////////////////////////////////////////////// Project */
.memberBox{
	padding: 7px;
	border: 3px solid #c6e08c;
}

.memberBox ul{
	padding: 7px 10px;
	background: #f2ffd4;
}

.memberBox ul li {
	padding-left: 18px;
	background: url(images/project_list01.gif) no-repeat 0% 50%;
}

.memberBox ul li a.outside {
  padding-right: 13px;
	background: url(images/icon_outside.png) no-repeat 100% 0%;
}


/* /////////////////////////////////////////////////////////////////////////// Info */
.info #topicsList li{
	width:564px;
}

.infoHeadline {
	background: url(images/common_bgh2.gif) no-repeat 0 0;
	padding:15px 10px 0 10px;
	height:35px;
	margin-bottom:15px;
	overflow:hidden;
	zoom:1;
}

.infoHeadline h2 {
	float:left;
}

.infoHeadline .listBack {
	float:right;
}

.infoHeadline.listBack,
.infoHeadline .listBack a {
	width:48px;
	height:16px;
} 

.infoHeadline .listBack a {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/listback.gif) no-repeat 0 0;
}

.infoHeadline .listBack a:hover {
	background-position:0 -16px;
}

.titleBox {
	background:url(images/common_bgh3.gif);
	padding:6px 5px;
}

.upDate {
	text-align:right;
	font-size:87%;
	margin:5px 0;
}

.titleBox h3 {
	border-left:5px solid #7caa16;
	padding-left:5px;
	font-weight:bold;
	font-size:117%;
	color:#7caa16;
}

.photoBox img {
	width:180px;
}

.linkBox {
	margin:15px 0 -15px;
	overflow:hidden;
	zoom:1;
}

.linkBox h4 {
	font-weight:bold;
}

.linkBox .dataList {
	margin-bottom:15px;
}

.topicsText {
	overflow:hidden;
	zoom:1;
}

.topicsText em,
.reportText em {
	font-style:italic;
}

.topicsText .textBox {
	float:left;
	width:390px;
}

.topicsText .photoBox {
	float:right;
	width:180px;
}

.reportText .textBox{
	width:580px;
	float:none;
	margin:0;
}

.reportText .photoBox {
	float:none;
	width:580px;
	margin:20px 0 0;
}

.reportText .photoBox ul {
	text-align:center;
	width:590px;
	margin:0 -10px 0 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

.reportText .photoBox ul li {
 display:inline;
	margin-right:10px;
	padding:0;
}

.reportText .photoBox ul li img {
 display: -moz-inline-box;  
 display: inline-block;
	padding:0 0 10px;
	vertical-align:top;
}






/* /////////////////////////////////////////////////////////////////////////// Link */

.linkList li {
	background:url(images/icon_link.gif) no-repeat 3px 1.1em;
	padding:0.4em 5px 0.34em 20px;
	border-bottom: 1px dotted #999;
}