/************/

/*** content (01news/brandnew_topics) ***/
#newsTopicsBox {
	margin: 0 40px 30px;
}

#newsTopicsBox h3 {
	margin: 15px 0 10px;
	padding-left: 6px;
	color: #2C607E;
	font-size: 90%;
	line-height: 120%;
	border-left: 3px solid #CBC4B8;
}

#newsTopicsBox p {
	font-size: 80%;
	line-height: 160%;
}


/*** content (01news/exhibit) ***/
#newsExhibitBox {
	margin: 0 40px 30px;
}

#newsExhibitBox h3 {
	margin: 10px 0;
	padding-left: 6px;
/*	color: #2C607E; */
/*	color: #BA1865; */
	color: #977F34;
	font-size: 90%;
	line-height: 120%;
	border-left: 3px solid #CBC4B8;
}

#newsExhibitBox h3.adminHeader {	/* for admin */
	color: #2C607E;
}

#newsExhibitBox h4 {
	margin: 10px 8px;
	padding: 0 1px 2px;
	color: #1A4489;
	font-size: 100%;
	line-height: 120%;
	text-shadow: #C9C7C2 0 0.1em 0.2em;
	border-bottom: 1px dotted #CCCCCC;
}

#newsExhibitBox h5 {
	margin: 10px 8px;
	color: #999999;
	font-size: 75%;
	font-weight: normal;
}

#newsExhibitBox p {
	font-size: 80%;
	line-height: 160%;
}

span.detailLink {
	width: 76px;
	height: 18px;
	font-size: 50%;
	line-height: 100%;
}

span.detailLink span {
	visibility: hidden;
}

span.detailLink a {
	display: block;
	width: 76px;
	height: 18px;
	margin-top: 2px;
	padding-bottom: 2px;
	background: url(../images/btn_detail.gif) 0 0 no-repeat;
}

span.detailLink a:hover {
	background-position: 0px -20px;
}

dl.exhibitCont {
	margin: 0 10px 25px;
}

dl.exhibitCont dt {
	float: left;
	margin: 0 10px 4px 0;
	padding: 4px 0 0 10px;
	color: #79972A;
	font-size: 80%;
	font-weight: bold;
	background: url(../images/leader_caption.gif) 0 8px no-repeat;
}

dl.exhibitCont dd {
	margin-bottom: 4px;
	padding: 0 10px 0 0;
	font-size: 90%;
	line-height: 160%;
}

#newsExhibitBox ul.review {
	margin: 20px 0 25px 10px;
	list-style-type: none;
}

#newsExhibitBox ul.review li {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 90%;
}

#newsExhibitBox ul.review li img {
	border: 1px solid #666666;
}


/*** content (01news/important) ***/
#newsImportantBox {
	margin: 0 40px 30px;
}

#newsImportantBox h3 {
	margin: 15px 0 10px;
	padding-left: 6px;
	color: #2C607E;
	font-size: 90%;
	line-height: 120%;
	border-left: 3px solid #CBC4B8;
}

#newsImportantBox h3 span {
	display: block;
	color: #999999;
	font-size: 75%;
	font-weight: normal;
}

#newsImportantBox h4 {
	margin: 15px 6px 10px;
	padding: 0 0 3px 2px;
	font-size: 90%;
	line-height: 120%;
	border-bottom: 1px dotted #CCCCCC;
}

#newsImportantBox h5 {
	margin: 15px 6px 10px;
	padding-left: 2px;
	font-size: 80%;
	line-height: 120%;
}

#newsImportantBox p {
	margin: 0 0 1em 9px;
	font-size: 80%;
	line-height: 160%;
}

#newsImportantBox a {
	text-decoration: underline;
}

#newsImportantBox ol {
	display: block;
	margin: 0 0 1em 30px;
	list-style-position: outside;
}

#newsImportantBox ul {
	margin: 0 0 1em 9px;
	list-style-type: none;
}

#newsImportantBox li {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 160%;
}

#newsImportantBox dl {
	margin: 0 0 1em 9px;
}

#newsImportantBox dt {
	margin-bottom: 0.3em;
	font-size: 80%;
	text-decoration: underline;
}

#newsImportantBox dd {
	margin-bottom: 1em;
	font-size: 80%;
	line-height: 160%;
}

