@charset "utf-8";
/* ------------------------------------------タグ一覧------*/
h2{ 
	background:url(../images/new_b.gif) no-repeat;
	width:601px;
	height:117px;
	text-indent:-9999px;
	margin:0 0 -30px 0;
} 

dl{
	width:580px;
	border:1px solid #000000;
	margin:0 0 0 0;
  font-size:0.9em;
  letter-spacing:0.1em;
  line-height:1.4em;
}
dt{
	background-color:#FFCC66;
	color:#000000;
	font-size:100%;
	font-weight:bold;
	padding:6px;
	margin:0;
}
dd{
	background-color:#FFFFFF;
	padding:10px;
	margin:0;
	border-top:1px solid #000000;
}

/* ------------------------------------------クラス一覧------*/
.news{
	width:580px;
	border:1px solid #000000;
	margin:0;
}
.news_padding{
	margin:6px;
}
.date{
	text-align:right;
	font-weight:bold;
	color:#000000;
	font-size:80%;
	margin:7px 0;
}


#wrapper{
	font-size:93%;
	color:#333333;
	line-height:120%;
}

/* ------------------------------------------090623追加------*/

p{
	margin:0.5em 0;
  width:580px;
  border-top:1px solid #ccc;
  text-align:right;
  font-size:0.8em;
}

table{
	font-size:0.8em;
	border-collapse: collapse;
}

table tr td,
table tr th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
  padding:5px;
}

table tr th{
	border-right:1px solid #ccc;
}

table caption{
	font-weight:bold;
  text-align:left;
  font-size:1.3em;
}

ul#news_list{
	list-style-type:none;
  margin:0 0 3em 0;
  font-size:0.8em;
}

ul#news_list li{
	display:block;
  float:left;
}