@import url(common.css);

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333333;
	background-image: url(img/top/base.png);
	display: table-cell;
	vertical-align: middle;
}

/*OUTLINE //////////////////////////////////////////////////////////////////////////////////////////*/
#container {
	text-align: left;
	width: 900px;
	padding: 0px 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/top/container.png);
	background-repeat: no-repeat;
}

#content-top {
	height: 370px;
	margin: 0px 10px 0px 160px;
}

#content-mid {
	height: 35px;
	margin: 15px 10px 0px 160px;
	background-image: url(img/top/mid.png);
}

#content-btm {
	height: 190px;
	margin: 10px 10px 0px 160px;
}

#footer {
	height: 55px;
	padding: 30px 10px 0px;
	text-align: right;
	background-image: url(img/top/footer.png);
	background-repeat: no-repeat;
}

/*CONTENT-TOP //////////////////////////////////////////////////////////////////////////////////////*/
/*CATALOGUE *****************************************************************************************/

#catalogue {
	width: 270px;
	float: right;
}

#catalogue h1 {
	height: 20px;
}

#catalogue li {
}

#catalogue .split {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
}

/*NEWITEM *******************************************************************************************/

#newitem {
	float: left;
	width: 280px;
	margin-top: 240px;
}

/*CONTENT-MID //////////////////////////////////////////////////////////////////////////////////////*/
/*MENU **********************************************************************************************/

#menu {
	float: left;
	width: 430px;
	height: 35px;
	padding: 0px 10px;
}

#menu li {
	float: left;
	margin-right: 5px;
}

/*BANNER ********************************************************************************************/

#banner {
	float: right;
	width: 270px;
	height: 35px;
}


/*CONTENT-BTM //////////////////////////////////////////////////////////////////////////////////////*/
/*TOPICS ********************************************************************************************/

#topics {
	float: left;
	width: 430px;
	height: 165px;
	padding: 25px 10px 0px 10px;
	overflow:auto;
	background-image: url(img/top/topics.png);
	background-repeat: no-repeat;
}

#topics li {
	width: 410px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #968c79;
}

#topics p {
	font-size: 12px;
	line-height: 16px;
	background-image: url(img/top/topics_bar.png);
	background-repeat: repeat-y;
	padding-left: 10px;
}

#topics a {
	text-decoration : none;
}

#topics a:hover {
	color : #FF4500 ;
	text-decoration : underline;
}

/*BOOKS *********************************************************************************************/

#books {
	float: right;
	width: 250px;
	height: 165px;
	padding: 25px 10px 0px 10px;
	overflow:hidden;
	background-image: url(img/top/books.png);
	background-repeat: no-repeat;
}

#books p {
	float: left;
	font-size: 12px;
	line-height: 16px;
}

#books img {
	float: left;
	margin-right: 7px;
}

#books a {
	text-decoration : underline;
}

#books a:hover {
	color : #FF4500 ;
	text-decoration : underline;
}

#books .spec {
	width: 100%;
	font-size: 10px;
	line-height: 13px;
	border-top: 1px dotted #CCCCCC;
	margin-top: 5px;
	padding-top: 3px;
}

/*IE 7 /////////////////////////////////////////////////////////////////////////////////////////////*/
*:first-child+html body {
	padding-left: 0px;/*common.cssの値を無効にする*/
	padding-right: 4px;/*DUMYを挿入したため、背景の4pxのズレを修正*/
	text-align: center;
	height: 100%;
}

*:first-child+html #container {
	display: inline;
	zoom: 1;
	vertical-align: middle;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}