@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	position:relative;
	height:100%;
	min-width:900px;
	min-height:618px;
}
img {
	border:none;
}
img.tit{
	margin-top:11px;
	margin-left:10px;
}
#container {
	width:100%;
	height:618px;
	background-image:url(../image/no_flash_bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:50%;
	margin-top:-309px;
	text-align:left;
}
#contents {
	width:940px;
	height:618px;
	margin:0 auto;
	position:relative;
}
#caution {
	width:620px;
	height:201px;
	overflow:auto;
	position:absolute;
	top:100px;
	left:23px;
	font-size:12px;
	text-align:left;
	color:#FFF;
}
#caution strong {
	color:#F03;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:4px;
}
#caution a img {
	margin-top:4px;
}
