@charset "euc-jp";

/*========Information=========*/

ul#information{ width:520px; overflow:hidden; }
ul#information li{
	list-style:none; list-style-position:outside;
	display:block; width:520px; overflow:hidden;
	background:url(shared/img/mc-bcg-info.gif) bottom repeat-x;
	white-space:nowrap;	clear:both;
	font-size:12px; line-height:18px; height:25px;
	margin:5px 3px 0; padding:0 0 2px 0;
	color:#333;
	border-bottom: 1px dotted #ccc;
}
ul#information li span,
ul#information li span a{ display:block; float:left; height:25px; overflow:hidden; white-space:nowrap; }
span.info-mark{ width:20px; }
span.info-mark img{ position:relative; top:3px; }
span.info-date{ width:60px; }
span.info-text,
span.info-text a{ width:440px; text-decoration:none; line-height:18px; }
span.info-text a:hover{ text-decoration:underline; }

/*========Banner=========*/


#main-content{
}

#main-content_l{
	 float:left;
	 width:524px;
  /* margin:0 0 5px 0; */
}

#main-content_r{
	float:right;
	width: 255px;
	margin-left:0px;
}


#main-content li {
	display: block;
	width: 255px;
	height: 120px;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 5px;
}

#main-content table {
	text-indent: 1em;
	width: 524px;
	height: 50px;
}

#main-content td.date {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #FF6600;
}

#main-content td.ttl {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #b00;
}

#main-content td.txt {
	font-size: 0.7em;
	line-height: 1.3em;
}




/*========WebInformation=========*/
ul.WI_history{
/*  border:1px solid red;*/
  width:510px!important;
  overflow:hidden;
  margin-left: 10px;
}
ul.WI_history li{
/*  border:1px solid blue;*/
  clear:both;
  width:510px!important;
  height:48px!important;
  font-size:12px;
  border-bottom:1px dotted #666;
  padding: 0 0 5px;
}
ul.WI_history li span{
/*  border:1px solid green;*/
  display:block;
  overflow:hidden;
  padding:1px 0;
  float:left;
}
ul.WI_history li span.new   {
  width:40px;
  height:1em;
  font-size:10px;
  text-align:center;
  white-space:nowrap;
  color:#C00;
}
ul.WI_history li span.date  {
  width:100px;
  height:0.9em;
  /* text-align:center; */
  white-space:nowrap;
  font-size: 0.9em;
  font-weight: bold;
  color: #f50;
}
ul.WI_history li span.title {
  width:470px;
  height:1.3em;
  white-space:nowrap;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 1.2em;
  color: #c00;
}
ul.WI_history li span.title a{
  display:block;
  padding:1px 0 0 0;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  color: #c00;
  text-decoration: underline;
}
ul.WI_history li span.description{
  clear:both;
  width:510px;
  height:1.2em;
  line-height:1.2em;
  position:relative;
  /* top:2px; */
  /* left:150px; */
  color:#333;
}

