@charset "utf-8";
/*-----�j���[�X�����[�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 15px;
	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:10px 0 10px 0;
	float:left;
}

div#content div#main #newsTitle h3 {
	background: none;
	float: left;
	width: 524px;
	margin: 0;
	padding: 0 10px;
	font-size: 1.25em;
	line-height:1.45em;	
}

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

div#content div#main #newsTitle h4 {
	padding: 10px 10px 10px 10px;
	font-size:0.85em;
	line-height:1.25em;
	font-weight:normal;
}

div#content div#main #newsTitle h5 {
	padding: 10px 10px 10px 10px;
	font-size:0.85em;
	line-height:1.25em;
	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 #entryBody {
	margin: 0 10px 20px 10px;
}

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;
}

