@charset "shift_jis";

/*======================================
Property order
=======================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*======================================
  new article
=======================================*/

div#new_photo {
  height: 250px;
  padding: 10px;	
  border-bottom: 1px dotted #999;
}

div#new_photo h3 {
  padding: 5px 5px 5px 10px;  
  background: url(../img/photo/h_bg.jpg) repeat-x;
  border: 1px dotted #bcbc7a;
  font-weight: bold;
}

div#new_photo p {
  margin-top: 10px;
}

div#new_photo img {
  float: left;
  margin: 0;
  border: 1px solid #400000;
}

div#list_photo {
  clear: none;
  width: 760px;
  margin: 20px 0;
}

div#list_photo img {
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #400000;
}

div#main table {
  text-align: center;
}

div#past_details table {
  border-top: 1px solid #400000;
  border-left: 1px solid #400000;
}

div#past_details {
  clear: both;
  margin-top: 20px;
}

div#past_details th {
  padding: 5px;  
  border-right: 1px solid #400000;
  border-bottom: 1px solid #400000;  
  background-color: #FFFFCC;  
  font-size: 85%;
}

div#past_details td {
  padding: 5px;  
  border-right: 1px solid #400000;
  border-bottom: 1px solid #400000;  
  font-size: 85%;
}

div#explanation strong {
  color: #FF0000;
}

div#explanation {
  float: right;
  width: 430px;
  line-height: 1.5;
}
