@charset "UTF-8";

/* _____________________________________
  /                           初期化  */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, address,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
	font-size:small;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
}

/* _____________________________________
  /                             タグ  */

html, body {
	height:100%;
	background-color:#6e284a;
}

body {
	background:url(../images/bg.jpg) center top repeat-y;
}

img {
	border:none;
	vertical-align:bottom;
}
/* _____________________________________
  /                       レイアウト  */

div#container {
	width:100%;
	height:100%;
}

div#container table {
	width:100%;
	height:100%;
}

div#container table td {
	text-align:center;
	vertical-align:middle;
}

div#container table td #swf {
	width:945px;
	height:613px;
	margin:auto;
}













