@charset "utf-8";



/* -------------------------------------------------------------------- 
/* book
-------------------------------------------------------------------- */

#main{
	margin:80px auto 0;
	width:940px;
}

#main .book{
	margin-top:60px;
}

#main .book:first-child{
	margin-top:0;
}


#main .book_cover{
	float:left;
	margin-left:120px;
	width:220px;
}

#main .book_text{
	width:590px;
	float:left;
	margin-left:10px;
}

#main .book_text .ctg{
	display:inline-block;
	color:#002F8C;
	font-weight:bold;
	font-size:108%;
	padding:3px 10px;
	border:2px #002F8C solid;
	border-radius:					6px; /* CSS3草案 */ 
	-webkit-border-radius:	6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			6px; /* Firefox用 */ 
}

#main .book_text .wri{
	margin-top:10px;
	font-size:116%;
}

#main .book_text .tit{
	margin-top:10px;
	font-size:167%;
	color:#002F8C;
	font-weight:bold;
}

#main .book_text .award{
	margin-top:10px;
	font-size:116%;
	color:#002F8C;
}

#main .book_text .pub{
	margin-top:10px;
	font-size:116%;
}

#main .book_text .int{
	margin-top:10px;
	font-size:100%;
	color:#002F8C;
	line-height:1.75;
}

#main .book_text .but{
	margin-top:10px;
}

#main .book_text .but a{
		display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:93%;
	padding:12px 20px;
	background:#002F8C;
	border-radius:					6px; /* CSS3草案 */ 
	-webkit-border-radius:	6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			6px; /* Firefox用 */ 
}

#main .book_text .but a:hover{
		filter: alpha(opacity=90);
	-moz-opacity:0.90;
			 opacity:0.90;
}


/* -------------------------------------------------------------------- 
/* article
-------------------------------------------------------------------- */
#main .article{
	margin-top:40px;
	background:url(../img/book_border.png) no-repeat center bottom;
	text-align:center;
	padding-bottom:40px;
}

#main .article:first-child{
	margin-top:0;
}

#main .article:last-child{
	background:none;
	padding-bottom:0;
}

#main .article dd{
	margin-top:5px;
}

#main .article .b_b{
	font-size:116%;
	color:#002F8C;
	font-weight:bold;
}

#main .article .g_n{
	font-size:116%;
	color:#666666;
	font-weight:normal;
}

#main .article .b_n{
	font-size:116%;
	color:#002F8C;
	font-weight:normal;
}


#main .article .but{
	margin-top:10px; /*#main .article dd + 5px; */
}

#main .article .but a{
		display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:93%;
	padding:12px 20px;
	background:#002F8C;
	border-radius:					6px; /* CSS3草案 */ 
	-webkit-border-radius:	6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			6px; /* Firefox用 */ 
}

#main .article .but a:hover{
		filter: alpha(opacity=90);
	-moz-opacity:0.90;
			 opacity:0.90;
}
