@charset "utf-8";
/* CSS Document */

div#wrap {
	background-image: url(../images/common/bg.jpg);
}

div#container {
	background-image: url(../images/common/contents_bgtop.jpg);
}

div#header {
	position: relative;
	z-index: 9999;
}

/*	メニューのFlash
===================================================================*/
div#topFlashArea {
	width: 1000px;
	margin: 0 auto;
}

div#topFlashArea h1 {
	margin-top: -5px;
}

/*	メニューのFlashより下
===================================================================*/
div#bg_bottomArea {
	position: relative;
	width: 1000px;
	min-height: 340px;
	margin: 0 auto;
	padding-top: 15px;
}
	* html div#bg_bottomArea {
		height: 350px;/* ie6以下に適用 */
	}

/*	新着情報
===================================================================*/
div#news {
	/*position: absolute;
	left: 44px;
	bottom: 0;*/
	width: 490px;
	margin-left: 44px;
	background: url(../images/index/news_bgtop.gif) top center no-repeat;
}

div#news div.bottom {
	width: 490px;
	padding-bottom: 100px;
	background: url(../images/index/news_bgbottom.gif) bottom center no-repeat;
}

div#news h2 {
	width: 490px;
	padding: 65px 0 0 0;
	text-align: center;
}

div#news div.middle {
	width: 490px;
	min-height: 150px;
	background: url(../images/index/news_bgmiddle.gif) top center repeat-y;
}
	* html div#news div.middle {
		height: 200px;/* ie6に適用 */
	}

/* テキスト */
div#news table {
	width: 315px;
	margin: 0 auto;
}

div#news table th {
	padding: 10px 10px 10px 10px;
	background: url(../images/index/news_line.gif) bottom left no-repeat;
	vertical-align: top;
	color: #CC0000;
}

div#news table td {
	padding: 10px 0;
	background: url(../images/index/news_line.gif) bottom center no-repeat;
	vertical-align: top;
}

div#news table td a {
	color: #333333;
	text-decoration: underline;
}

div#news table td a:hover {
	color: #999999;
}

/* エラー */
div#news p.error{
	padding-top: 50px;
	text-align: center;
	color: #A00000;
}

div#news td.nodata {
	text-align: center;
}

/*	キャラクターのFlash
===================================================================*/
div#characterFlashArea {
	position: absolute;
	right: 12px;
	bottom: 0;
	width: 590px;
	height: 360px;
}
	* html div#characterFlashArea {
		bottom: 0;
	}

div#characterFlashArea p {
	width: 540px;
	height: 360px;
	padding-left: 50px;
}