/*----------------------------------------------------------

	Module Top Style Sheet

-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img,
embed {
	vertical-align: top;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	text-align: left;
	background: #c7beff url(../images/background.gif);
}

body #flashContents {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

	body #flashContents #nonflashContents {
		width: 560px;
		height: 262px;
		margin: -131px 0 0 -250px;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
	}

		body #flashContents #nonflashContents h1 {
			padding: 0 0 40px;
			font-size: 0;
			line-height: 0;
		}

		body #flashContents #nonflashContents h2 {
			padding: 0 0 15px;
			font-size: 0;
			line-height: 0;
		}

		body #flashContents #nonflashContents dl {
			font-size: 0;
			line-height: 0;
		}

			body #flashContents #nonflashContents dl dt {
				padding: 0 0 5px;
			}

			body #flashContents #nonflashContents dl dd {

			}

				body #flashContents #nonflashContents dl dd ul {
					margin: 6px 0 0;
					list-style: none;
				}

					body #flashContents #nonflashContents dl dd ul li {
						margin: 6px 0 0;
					}

			body #flashContents #nonflashContents dl dd#mod_btn {
				width: 158px;
				margin: 35px auto 0;
				padding: 0 37px 0 0;
				background: transparent url(../images/mod_btn_bg.gif) right center no-repeat;
			}