@charset "utf-8";

/* ==================================================================================
/
/  HOME
/
================================================================================== */

/*
 base
------------------------------------------- */
#homeMainWrap {
	position: relative;
	width: 690px;
	
}

#homeMain {
	width: 558px;
}

#books {
	float: right;
	width: 119px;
}

/*
 visual
------------------------------------------- */
#visualBox {
	padding-bottom: 8px;
}
#homeVisual { margin: 0; }

/*
 homeMain
------------------------------------------- */

/* new book */
#newBook {
	background: url(../img/main_newbook_bg.jpg) no-repeat;
	border: 1px solid #b3b3b3;
	margin-bottom: 5px;
}
#newBookPhoto {
	float: left;
	margin: 0;
	padding-left: 10px;
}
#newBookPhoto p {
	margin: 0 0 4px 0;
}
#newBookCont {
	float: right;
	width: 400px;
	margin: 10px 14px 8px 0;
}
#newBookCont h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
}
#newBookCont h2 img {
	vertical-align: middle;
	margin: 0 10px 0 -0;
}
#newBookCont p {
	margin: 10px 0 0 0;
}
#newBookCont h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
}
#newBookCont table {
	width: 400px;
	margin: 10px 0 0;
}
#newBookCont caption {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
#newBookCont td {
	line-height: 1.5;
	width: 200px;
	vertical-align: top;
	font-size: 9px;
}


/* main button */
.borderBox1 {
	width: 554px;
	padding: 1px;
	border: 1px solid #b3b3b3;
}
.borderBox2 {
	width: 552px;
	border: 1px solid #ccc;
	background: url(../img/main_box_bg.gif) repeat-x;
}
.textBox2 {
	padding: 0 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	text-align: center;
	background: url(../img/main_box_bg.gif) repeat-x;
}

/* Link Color */

#ds,
#wlb,
#tw {
	clear: both;
	margin: 6px 10px 0 10px;
	border: 1px solid #ccc;
	padding: 1px;
	height: 98px;
	background-color: white;
}
#ds { margin-top: 10px; }
#tw { margin-bottom: 10px; }
.innerBox {
	width: 528px;
	border-top: 4px solid #42aed6;
}
#wlb .innerBox { border-color: #4082d6; }
#tw .innerBox  { border-color: #3ab87f; }

.cont1 {
	margin: 9px 0 9px 10px ;
	float: left;
	width: 248px;
}
* html .cont1 { margin-left: 5px; } /* for IE6 */

.cont1 h2 {
	margin: 0;
}
.cont1 p {
	margin: 8px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
}
.cont2 {
	float: right;
	margin: 9px 10px 9px 0 ;
	width: 251px;
}
* html .cont2 { margin-right: 5px; } /* for IE6 */

.cont2 h3 {
	margin: 0;
}



/* topics */
.topics {
	/*clear: both;*/
	padding-bottom:20px;
	line-height: 1.4;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.topics .textBox {
	margin-bottom: 5px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}
.topics .title {
	padding-left: 8px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background: #000 url(../img/main_title_bg.gif) repeat-x;
}
.topics .stitle { color: black; }


/*
 books
------------------------------------------- */
#books .title {
	margin-top: 0;
}
#books dl {
	margin: 0 0 0 5px;
}
#books dt {
	margin: 0;
	width: 110px;
	font-size: 10px;
	line-height: 1.6;
}
#books dd {
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#books p {
	margin-top: 0;
	margin-bottom: 5px;
}
