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

	Module Top Style Sheet

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

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #000;
}

img,
embed {
	vertical-align: top;
}

html {
	height: 100%;
}

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

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

	body div#mod_contents_wrapper {
		width: 340px;
		margin: 0 0 0 -170px;
		padding: 4px 0 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		background: transparent url(../images/mod_contents_wrapper_bg.gif) top center no-repeat;
	}

	body div#mod_contents {
		padding: 0 20px 30px;
		background: transparent url(../images/mod_contents_bg.gif);
	}

		body div#mod_contents h1 {
			padding: 40px 0 35px;
			text-align: center;
		}

		body div#mod_contents h2 {
			font-size: 0;
			font-weight: normal;
		}

		body div#mod_contents dl {
			margin: 30px 0 0;
			padding: 30px 0 0;
			background: transparent url(../images/mod_contents_line.gif) top left repeat-x;
		}

			body div#mod_contents dl dt {
				margin: 0 0 25px;
				font-weight: bold;
			}

			body div#mod_contents dl dd {
				margin: 0 0 25px;
			}

		body div#mod_contents p {
			padding: 0 0 30px;
			background: transparent url(../images/mod_contents_line.gif) bottom left repeat-x;
		}