@charset "utf-8";

/* =======================================

	News CSS

========================================== */

/*---Contents---*/
#maincolumn {
float:left;
padding:10px 0 0 0;
width:680px;
}

#maincolumn #title_box {
width:680px;
margin:0 0 20px 0;
}

#maincolumn #title_box h2 {
width:580px;
float:left;
display:block;
}

#maincolumn #title_box .list {
	width:70px;
	margin:17px 0 0 0;
	padding:0 0 0 10px;
	float:right;
	display:block;
	background-image: url(../img/icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#maincolumn #info_list {
	padding:0;
	/*overflow-y:auto;
	height:442px;*/
	display:inline-block;
	height:auto;
	width:680px;
	padding-bottom:20px;
}
#maincolumn #info_list dl {
	clear:both;
	width:642px;
	line-height:2.0;
	color:#535353;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
	float: left;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
#maincolumn #info_list dt {
	float:left;
	display:block;
	color:#6699CC;
	font-weight:bold;
	width:90px;
}
#maincolumn #info_list dd {
	float:right;
	display:block;
	width:552px;
	clear: right;
}

#maincolumn #info_list .title {
	font-weight: bold;
}

.content-nav {
	display: inline-block;
	padding-top:20px;
	padding-bottom:10px;
	vertical-align:bottom;
	margin-bottom:20px;
	width:100%;
	/*height:auto;*/
	text-align:center;
}

.content-nav a {
	text-decoration:none;
}

.content-nav a:hover {
	text-decoration:none;
}



#maincolumn #info_entry {
	padding:0;
	/*overflow-y:auto;
	height:442px;*/
	display:inline-block;
	height:auto;
	width:680px;
	padding-bottom:20px;
}

#maincolumn #info_entry h1#page-title {
	font-size:18px;
	font-weight:bold;
	color:#6699CC;
}

#maincolumn #info_entry dl {
	clear:both;
	width:642px;
	line-height:2.0;
	color:#535353;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
	*/
	float: left;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
#maincolumn #info_entry dt {
	float:left;
	display:block;
	color:#6699CC;
	font-weight:bold;
	width:90px;
}
#maincolumn #info_entry dd {
	float:left;
	display:block;
	width:642px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.trackbacks {
	float:left;
	display:block;
	width:auto;
	padding-left:8px;
}

.trackbacks-info{
	font-size:14px;
	font-weight:bold;
}

.trackbacks-title{
	font-size:14px;
	font-weight:bold;
}

