
/* ----------------------------------------
newspage
---------------------------------------- */

#newspage #content .C{
	float:left;
	width:492px;
	margin:0;
	}

#newspage #header-btn{
	margin-right:0;
	padding-right:10px;
	}

#newspage #content h2{
	margin-bottom:10px;
	}

#newspage #content h3{
	margin-bottom:15px;
	}

#newspage #content h4{
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
	font-size:120%;
	font-weight:bold;
	line-height:1.2em;
	color:#e63556;
	border-left:5px solid #e63556;
	background:url(/pc/static/images/bg_pink.gif) top left repeat fixed;
	}

#newspage #content h5{
	margin:5px 0 10px 0;
	text-align:center;
	}

.concept{
	margin-bottom:30px;
	}

.concept img{
	float:left;
	width:185px;
	margin-right:15px;
	}

.conceptText{
	float:left;
	width:292px;
	}

.bookList li{
	margin-top:25px;
	}

.bookList img{
	float:left;
	width:130px;
	margin-right:15px;
	}

.bookTitle,
.bookStory{
	float:left;
	width:347px;
	padding:5px 0;
	}

.bookTitle dt{font-size:120%;}
.bookTitle dt a{font-weight:bold;}

.bookTitle dd,
.bookStory{
	line-height:1.5em;
	}

#newspage .C p{
	padding:0;
	line-height:1.5em;
	}

.green{color:#28C9CB;}
.black{color:#333;}

/* ----------------------------------------
bookLink
---------------------------------------- */

#newspage .bookLink{
	float:left;
	width:160px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border:3px solid #E9E9E9;
	}

#newspage .bookLink .lead{
	margin:5px 0;
	padding:0 10px;
	font-size:85%;
	color:#28C9CB;
	line-height:1.2em;
	}

#newspage .bookLink dl{
	padding:5px 10px;
	}

#newspage .bookLink dt{
	font-weight:bold;
	}


/* ----------------------------------------
otherbookList
---------------------------------------- */

#otherbookList{
	float:right;
	width:404px;
	padding:0 10px;
	border:3px solid #E9E9E9;
	}

#otherbookList .bookLink{
	width:202px;
	border:none;
	}

#otherbookList .bookLink a{
	color:#333;
	}

.bookLink,
#otherbookList{
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari and Chrome */
border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the ‘box’ class */
}