@charset "utf-8";

/*
/* HEADER
/*-----------------------------------------------------------------------*/

#header {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 475px;
}

h1 {
	display: list-item;
	list-style-image: url(../images/index/h1_title.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
/*	
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/index/h1_title.gif) no-repeat;
*/
}

#headerImg {
	display: list-item;
	list-style-image: url(../images/index/header_img.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
/*
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 360px;
	text-indent: -9999px;
	background: url(../images/index/header_img.jpg) no-repeat;
*/
}

#globalNavi {
	display: none;
}

#globalNaviPrint {
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	top: 355px;
	width: 800px;
	height: 120px;
	z-index: 10;
}

/*
/* CONTENTS
/*----------------------------------------------------------------------*/

#contents {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}


/*
/* INFORMATION
/*----------------------------------------------------------------------*/

#information {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 300px;
	background:#666666;
}

#information:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#information #infoHead {
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 55px;
}

#information #infoCont {
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 220px;
	background: url(../images/index/info_contents.gif) repeat-y;
}

#information dl {
	margin: 0px auto;
	padding: 0px;
	width: 420px;
	min-height: 200px;
}

#information dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 4px 0px;
	width: 35px;
}

#information dd {
	float: left;
	margin: 0px;
	padding: 4px 0px;
	width: 381px;
	line-height: 1em;
	border-bottom: 1px dotted #CCCCCC;
}

#information dd .date {
	font-size: 0.7em;
	color: #666666;
}

#information dd .cont {
	font-size: 0.75em;
}

#information #infoFooter {
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 25px;
}

/*
/* BOOK RELEASE
/*----------------------------------------------------------------------*/

#release {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 240px;
}

/*
/* CONTACT
/*----------------------------------------------------------------------*/

#contactMenu {
	float: right;
	margin: 19px 0px 0px 0px;
	padding: 0px;
	width: 320px;
	height: 40px;
}

#contact {
	display: none;
}

#contactPrint {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 40px;
}

#links {
	display: none;
}

#linksPrint {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 40px;
}

/*
/* FOOTER
/*----------------------------------------------------------------------*/

#footer {
	display: none;
}

#footerPrint {
	clear: both;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	width: 800px;
}
