﻿@charset "utf-8";

/* ////////////////////////////////////////////////////////

	Common Layout

//////////////////////////////////////////////////////// */




/* content
----------------------------------------------------------- */

#content {
	text-align: left;
	position: absolute;
	width: 100%;
	height: 100%;
}

#content * {
	line-height: 150%;
}

#flashContent {
	width: 100%;
	height: 100%;
	color: #666666;
	background: #ffffff;
}

#flashContent img.logo {
	margin-top: 30px;
	margin-left: 30px;
}

#flashContent .alert {
	margin-top: 28px;
	margin-left: 30px;
	font-size: 76%;
}

#flashContent .items {
	margin-top: 15px;
	margin-left: 30px;
	padding-left: 30px;
	font-size: 76%;
}

#flashContent .items ul li {
	list-style-type: disc;
}

#test {
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #f00;
	background-color: #f00;
	z-index: 2;
}
