@charset "utf-8";

/* -----------------------------
		body
----------------------------- */

html , body {
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px auto;
	padding: 0px
}

/* -----------------------------
		container
----------------------------- */

table.container {
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 40px 0px;
	width: 100%;
	height: 100%;
}
td.container {
	text-align: center;
	vertical-align:middle;
}

/* -----------------------------
		wrapper
----------------------------- */

table.wrapper {
	width: 760px;
	text-align: center;
	margin: 0px auto;
}
td.wrapper {

}

/* -----------------------------
		wrap
----------------------------- */

#wrap {
	margin: 0px;
	padding: 0px;
}

/* -----------------------------
		flash player
----------------------------- */
.bold {
	font-weight:bold;
}
p.note {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #CC0000;
	line-height:1.5;
	text-align:center;
	margin: 0px auto;
	width:760px;
	padding:0px;
	/* 
	background: url(../img/flash_icon.gif) no-repeat top right;
	position:absolute;
	bottom:0px;
	right:0px;
	float:right;
	z-index:99;
	 */
}
p.note span {
line-height:5;
	padding: 20px 0px 20px 65px;
	background: url(../img/notice.gif) no-repeat 0 0;
}
p.note a {
	background: url(../img/blank.gif) no-repeat 0 3px;
	padding: 0 0 5px 14px;
}
.pict {
	float:right;
	margin: 0 0px 10px 10px;
}
div.note {
	font-size:12px;
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-align:left;
	padding: 20px 10px 10px 10px;
	margin: auto;
}
div.note p {
	margin-bottom:30px;
	margin-left:10px;
}
div.note p img {
	vertical-align:middle;
}
div.note h1 {
	color: #414DA6;
	font-size:1.17em;
	background: url(../img/h1.gif) no-repeat 0px 0px;
	padding: 9px 0px 11px 24px;
	line-height:1.2em;
	margin-bottom: 7px;
}
div.note h2 {
	font-size:1.07em;
	margin-top:20px;
	margin-bottom:20x;
	color: #414DA6;
	clear:both;
}
div.note table {
	margin-bottom:10px;
}
div.note table th {
	padding:8px;
	background-color:#e7e7e7;
	border: solid 1px #ccc;
}

div.note table td {
	padding:8px;
	border: solid 1px #ccc;
}
.close {
	margin: 10px auto;
	text-align:center;
}


