@charset "UTF-8";
/* CSS Document */

@import "../../../../files/css/common/layout.css";
@import "colorbox.css";


/*-------------------------------------------------------------------------
	education COMMON
/*-----------------------------------------------------------------------*/

#header {
	position:relative;
	width:900px;
	margin:0 auto;
	zoom:1;
}



/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

#lead {
	margin-bottom:50px;
}

	#lead a {
		color:#fff;
		text-decoration:underline;
	}

	#lead .txt,
	#lead .img {
		display:inline;
	}
	
	#lead .txt {
		float:left;
		width:328px;
	}
	
		#lead .txt dl {
/*			display:inline;
			float:left;
			width:164px;
*/			margin-bottom:20px;
		}
		
			#lead .txt dl dt {
				font-weight:bold;
			}
	
	#lead .img {
		float:right;
		width:280px;
	}
	
#books-content {
	margin-bottom:30px;
}

	#books-content .box {
		width:640px;
		margin:0 auto 20px auto;
		padding-bottom:20px;
		background:url(../img/publish/books/bg.gif) no-repeat center bottom;
	}
	
	#books-content .last {
		background:none;
	}
	
		#books-content .box .book {
			display:inline;
			float:left;
			width:210px;
			text-align:center;
		}
		
			#books-content .box .book a {
				color:#fff;
				text-decoration:underline;
			}
			
			#books-content .box .book a:hover {
				text-decoration:none;
			}
		
			#books-content .box .book p {
				margin-bottom:10px;
			}
			
			#books-content .box .book dl {
			}
			
				#books-content .box .book dl dt {
					font-weight:bold;
				}
				
#ajax {
	display:none;
}

	#colorbox .book {
	}
	
		#colorbox .book .info {
			margin-bottom:20px;
			zoom:1;
		}
		
			#colorbox .book .info:after {
				content:".";
				display: block;
				height:0px;
				clear:both;
				visibility:hidden;
			}
	
			#colorbox .book .info .img,
			#colorbox .book .info dl {
				display:inline;
				float:left;
			}
			
			#colorbox .book .info .img {
				width:140px;
				margin-right:20px;
			}
			
			#colorbox .book .info dl {
				width:400px;
			}
			
				#colorbox .book .info dl dt {
					font-size:1.5em;
					font-weight:bold;
				}
				
				#colorbox .book .info dl dd {
					margin-left:10px;
				}
		
		#colorbox .book .txt {
			padding:20px 0;
			border-top:1px solid #939393;
			border-bottom:1px solid #939393;
		}
