@charset "UTF-8";

/*------------------------------------------------
アーカイブ固有のCSS
------------------------------------------------*/

h3{
  font-size: 116%;
  line-height: 1.2em;
  margin-bottom:15px;
  background-color: #DBDBDB;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: bold;
  margin-top: 5px;
  float: left;
  width: 680px;}

h4{font-size: 116%;
  margin-bottom:10px;
  border-bottom: 1px solid #000000;
  margin-top: 30px;
  width: 680px;
  clear: both;
}


p{
  margin-bottom: 10px;
  line-height: 1.5em;
}


.case{
	margin-top: 30px;
	}
	
.case li{
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
	text-align: center;
	display: inline;
}

.case li a{ padding: 0px; }

  
  
/*archive REPORT02以降-----------*/ 

#report dl{
  margin-bottom: 30px;
  font-size: 100%;
  float: left;
  width: 660px;
 }
 
#report dt{
  font-weight: bold;
  margin-bottom: 5px;
  clear: both;
  }

#report dd{
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

#report dd img{
  float: left;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}

#report .reportPic {
  margin-top: -20px;
  margin-bottom: 40px;
  float: left;
  background: #F3F3F3;
  width: 570px;
  padding: 10px 10px 30px;
  border: 1px solid #E6E6E6;
}
#report .reportPic li{
  float: left;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin: 15px 5px 0px 20px;
  background: #FFFFFF;
  display: inline;
}
  

#report #data {width: 580px}

* html .report #data {width: 550px}

#report #data {
  width: 600px;
  background: #F5F5F5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 93%;
  padding: 20px;
  clear: both;
  border: 1px solid #EEEEEE;
}


#report #data  dt {
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}

#report #data dd {
  margin-bottom: 2px;
  line-height: 1.3em;}
  
  
  
#archiveFoot{
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  background: #F5F5F5;
  width: 98%;
  font-size: 108%;
  float: right;
  border: 1px solid #D9D9D9;
	}
    
#archiveFoot li{ margin-bottom: 5px;  letter-spacing: 0.08em; }    
#archiveFoot li a { padding: 0px; }
#archiveFoot .own{
  color:#FF6600;
  font-weight: bolder;

}