@charset "utf-8";

/* ===================================================================
 style info : Default (irrevocably)
=================================================================== */

/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,li {
	list-style-type: none;
}


/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* ===================================================================
 style info : Contents
=================================================================== */

html,body {margin: 0px;padding: 0px;background: #ffffff;}
body,td {color: #333333; font-size: 12px; line-height: 16px;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #0033FF;}
a:active {text-decoration: underline;color: #FF6600;}
a:hover {text-decoration: underline;color: #FF6600;}

#wrap {margin: 0px auto;width: 900px;}
#contents_wrap {margin: 0px auto;width: 900px;background: #000000;border-bottom: solid 1px #000000;}

.main4 {background: url(images/main4.jpg) no-repeat;width: 900px;height: 280px;position: relative;}
.profile {position: absolute;left: 53px;top: 18px;width: 305px;height: 240px;color: #ffffff;}

.books_bg {margin: 0px auto 35px auto;width: 820px;background: #ffffff url(images/books_bg.gif) top center repeat-y;padding-bottom: 18px;}

table.books_list {margin: 0px auto;width: 784px;}
.books_wrap {margin: 0px auto;width: 784px;}

table.books_box1 {width: 384px;height: 192px;background: #ffffff;border: 1px solid #999999;margin-top: 1px;}
tr.books_box2 {border: 1px solid #999999;}
td.books_box3 {padding: 7px;vertical-align: top;}
td.books_box4 {padding: 7px;width: 274px;vertical-align: top; text-align:left;}

.copyright {margin: 10px auto;width: 610px;text-align: center;}

.left {float: left;}
.right {float: right;}
.top {vertical-align: top;}
.txt10 {font-size: 10px;}
.mt50 {margin-top: 50px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.pb10 {padding-bottom: 10px;}

.w392 {width: 392px;}
