/* ENTRY */

#space-entryArea {
	width: 520px;
	margin: 15px auto 0 auto;
	text-align: left;
}

#space-entryArea .newsArea {
	width: 520px;
	padding-bottom: 10px;
	border-bottom: #cccccc dashed 1px;
	margin-bottom:10px;
}

#space-entryArea .newsArea h4 {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 23px;
	font-size: 75%;
	color: #444;
	font-weight: bold;
	background: url(../image/common/list_image2.gif) 0 0.2em no-repeat;
}

#space-entryArea .newsArea p {
	margin-top: 10px;
	font-size: 75%;
	color: #444;
	line-height: 150%;
}

#space-entryArea .newsArea p a:link,
#space-entryArea .newsArea p a:visited {
	color: #f29a2c;
}

#space-entryArea {
	width: 520px;
	margin: 15px auto 0 auto;
	text-align: left;
}

#space-entryArea .naviArea {
	width: 520px;
	text-align:center;
}

#space-entryArea .naviArea ul li {
	display:inline;
	white-space:nowrap;
	font-size: 75%;
	color: #444;
	line-height: 150%;
	font-weight:bold;
}

#space-entryArea .naviArea ul li a {
	font-weight:bold;
}

#space-entryArea .naviArea ul li a:link,
#space-entryArea .naviArea ul li a:visited {
	color: #f29a2c;
	font-weight:bold;
}

table.table-entry {
	margin-top:10px;
	width: 518px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 1px 1px;
	color: #444;
	font-size: 75%;
	line-height: 150%;
}

table.table-entry th {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: center;
	background-color: #f7f5f1;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 0 0;
}

table.table-entry th.left {
	text-align: left;
	width: 119px;
}

table.table-entry td {
	padding: 5px 10px 5px 10px;
	width: 359px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	border-style: solid;
	border-color: #bcbcbc;
	border-width: 1px 1px 0 0;
}

table.table-entry td span {
	color: #729809;
}



