@charset "utf-8";
/*-----j[X-----*/
a.link {
	padding: 5px 0 5px 25px;
	background: url(../img/icon/greenarrow_square.gif) 0px 1px no-repeat;
}

div#content div#main #sub_title {
  margin:20px 0 0 0;
}

div#content div#main table {
	width: 724px;
	margin: 15px auto;
	border-collapse: collapse;
}

div#content div#main table tr {
  border-bottom:dotted 1px #999;
}

div#content div#main table td.date {
	width: 200px;
	padding: 5px;
	color: #3B261C;
	vertical-align: top;
}

div#content div#main table td.date .arrow {
	padding: 0 0 0 20px;
	background: url(../img/icon/darkred_arrow_in_gray-square.png) 0px 1px no-repeat;
}

div#content div#main table td.description {
	width: 524px;
	padding: 5px;
	vertical-align: top;
}

div#content div#main table .line td {
	background: #F2EEE5;
}

div#content div#main table .normal td {
	background: #fff;
}

div#content div#main #newsTitle {
	border-top:3px double #333333;
	border-bottom:3px double #333333;
	padding:15px 0;
	margin:0 0 10px 0;
	float:left;
}

div#content div#main #newsTitle h3 {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0 10px;
	font-size: 140%;
}

div#content div#main #newsTitle h4 {
	padding: 0px 10px 10px 10px;
	font-size:100%;
	line-height:150%;
	font-weight:normal;
}

div#content div#main #newsTitle h5 {
	padding: 10px 10px 0 10px;
	font-size:100%;
	line-height:150%;
	font-weight:normal;
}

div#content div#main #newsTitle p {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 100%;
}

div#content div#main #entryTitle {
	width: 724px;
	margin: 0 0 15px 0;
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #fff;
	color: #3B261C;
}


div#content div#main div#entryTitle {
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
}

div#content div#main div#entryTitle h3.news {
	background: none;
	float: left;
	width: 554px;
	margin: 0;
	padding: 0 10px;
	font-size: 120%;
}

div#content div#main #entryTitle p#date {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 100%;
}

div#content div#main #entryBody {
	margin: 0 0 20px 0;
	padding: 0 15px 0 26px;
}

div#content div#main #entryBody ul{
	line-height:150%;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	list-style:disc;
}

div#content div#main div#recentEntries {
	position: relative;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}

div#content div#main div#recentEntries p.rss {
    left: 670px;
    position: absolute;
    top: 26px;
}

div#content div#main div#recentEntries div#newblog {
    clear: both;
    margin: 0 10px 20px;
}

div#content div#main div#recentEntries div#newblog dl {
    border-bottom: 1px dotted #ABA5B8;
    clear: both;
    margin: 0 0 8px;
    padding: 0 20px 30px;
}

div#content div#main div#recentEntries div#newblog dl dt {
    background: url("../img/icon/darkred_arrow_in_gray-square.png") no-repeat scroll 0 0.4em transparent;
    clear: left;
    color: #5D5D5D;
    float: left;
    font-size: 0.75em;
    padding: 0 0 0 22px;
    width: 100px;
}

div#content div#main div#recentEntries div#newblog dl dd {
    clear: right;
    float: right;
    font-size: 0.88em;
    width: 540px;
}


/*新着用表*/

/* table
---------------*/

div#content div#main table.hyo {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #DDD8D0;
  width:683px;
}



div#content div#main table.hyo th,
div#content div#main table.hyo td {
  padding: 3px 8px;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
}

div#content div#main table.hyo th {
  padding: 3px 8px;
  background-color: #b1afab;
  font-weight: bold;
  color:#FFFFFF;
}

div#content div#main table.hyo th.odd,
div#content div#main table.hyo tr.odd th {
  background-color: #AD4B0A;
}

div#content div#main table.hyo th.even,
div#content div#main table.hyo tr.even th {
  background-color: #623E26;
}

div#content div#main table.hyo td {
  background-color: #FFF;
}

div#content div#main table.hyo td.odd,
div#content div#main table.hyo tr.odd td {
  background-color: #FFF;
}

div#content div#main table.hyo td.even,
div#content div#main table.hyo tr.even td {
  background-color: #FFC;
}



