/* index.html */

h2#titleIndex {
	display: none;
}
div#contentsIndex {
	width: 555px;
	margin-left: 10px;
}

/* フラッシュ部分 */
div#contentsIndex div#flash {
	margin-top: 10px;
}

/* 先行販売部分 */
div#contentsIndex dl#reservation {
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
}
div#contentsIndex dl#reservation dt {
	width: 390px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 7px solid #a63233;
	font-size: 14px;
	font-weight: bold;
}
div#contentsIndex dl#reservation dd {
	width: 390px;
	font-size: 12px;
}

div#contentsIndex dl#reservation dd#newsImg {
	width: 144px;
	position: absolute;
	top: 0;
	left: 400px;
}

/* topics部分 */
div#contentsIndex form p {
	height: 30px;
	margin-bottom: 20px;
	background-image: url("../images/topics.gif");
	background-repeat: no-repeat;
}
div#contentsIndex form p input {
	width: 420px;
	margin-top: 3px;
	margin-left: 70px;
	font-size: 11px;
}

/* 週刊大極宮部分 */
div#contentsIndex div#weeklyDetail {
	height: 140px;
	background-image: url("../images/weeklyDetail.gif");
	background-repeat: no-repeat;
}
div#contentsIndex div#weeklyDetail p {
	width: 380px;
	padding-top: 8px;
	margin-left: 160px;
	font-size: 11px;
	*font-size: 9px;
}
div#contentsIndex div#weeklyDetail dl {
	position: relative;
}
div#contentsIndex div#weeklyDetail dl dt {
	width: 350px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}
div#contentsIndex div#weeklyDetail dl dd {
	position: absolute;
	left: 370px;
	top: 10px;
}

/* 最新ニュース部分 */
div.box {
	border: 1px solid #000;
}
h4#recommendation {
	background-image: url("../images/recommendation.gif");
	width: 270px;
	height: 25px;
}
h4#publishing {
	background-image: url("../images/publishing.gif");
	width: 270px;
	height: 25px;
}
h4#cellphone {
	background-image: url("../images/cellphone.gif");
	width: 270px;
	height: 25px;
}
h4#event {
	background-image: url("../images/event.gif");
	width: 270px;
	height: 25px;
}
h4#other {
	background-image: url("../images/other.gif");
	width: 270px;
	height: 25px;
}
h4#newBook {
	background-image: url("../images/newBook.gif");
	width: 270px;
	height: 25px;
}
h4#comic {
	background-image: url("../images/comic.gif");
	width: 270px;
	height: 25px;
}
h4#originalGoods {
	background-image: url("../images/originalGoods.gif");
	width: 270px;
	height: 25px;
}
h4#link {
	background-image: url("../images/link.gif");
	width: 270px;
	height: 25px;
}
h4#update {
	background-image: url("../images/update.gif");
	width: 270px;
	height: 25px;
}

div#contentsIndex div#newsLeft,
div#contentsIndex div#newsRight {
	width: 274px;
	float: left;
}
div#contentsIndex div#newsRight {
	margin-left: 5px;
}
div#contentsIndex div.newsList {
	margin-top: 20px;
	margin-bottom: 20px;
}
div#contentsIndex div.newsList p.list {
	margin-top: -18px;
	*margin-top: -17px;
	margin-left: 235px;
	font-size: 10px;
	*font-size: 9px;
}
div#contentsIndex div.newsList p.list a {
	text-decoration: none;
}
div#contentsIndex div.newsList dl {
	width: 270px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 12px;
}
div#contentsIndex div.newsList dl dd {
	margin-left: 10px;
}
div#contentsIndex div.newsList dl dd p.date {
	font-size: 11px;
}


div#contentsIndex div.newsList dl.column2 {
	zoom: 1;
}
div#contentsIndex div.newsList dl.column2 dt {
	width: 105px;
	float: right;
	text-align: right;
}
div#contentsIndex div.newsList dl.column2 dd {
	/* width: 155px; */
	margin-left: 7px;
	/* float: left; */
}

div#contentsIndex div.newsList dl.column2::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* map.html */
div#contentsRecommendation {
	margin-left: 10px;
	width: 560px;
}

h2#mapTitle {
	height: 43px;
	margin-top: 20px;
	background-image: url(../images/map_ttl.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.mapLeft1 {
	float: left;
	height: 314px;
	width: 265px;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}
.mapRight1 {
	height: 314px;
	width: 265px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	float: left;
}
.mapLeft2 {
	float: left;
	width: 265px;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	margin-left: 0px;
}
.mapRight2 {
	width: 265px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
}
.mapBox1 {
	background-color: #e6eff5;
	margin: 1px;
	height: 34px;
	padding-left: 17px;
}
.mapBox2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 263px;
}
.mapList1 {
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0px;
}
.mapList2 {
	background-image: url(../images/map_arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left;
	padding-left: 15px;
	*margin: 0px;
	*padding: 0px;
	padding-bottom: 2px;
	*padding-bottom: 4px;
}
.mapList3 {
	list-style-type: none;
	padding-left: 15px;
	*margin: 0px;
	*padding: 0px;
	padding-bottom: 2px;
	*padding-bottom: 4px;
}

.mapBox1 h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
