@charset "UTF-8";


body {
	background:url(../img/common_bg.gif);
	font-size: 12px;
	color: #000;
	letter-spacing: 0.1em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

.container a:link,
.container a:visited {
	color: #000;
}

.container a:hover {
	color:#666666;
}

p {
	line-height:1.6;
	letter-spacing:0.1em;
}

div.wrapper {
	background:url(../img/background_flash.gif) repeat-x center 0;
}

div.container {
	width:950px;
	height:800px;
	margin:0 auto;
	position:relative;
}

div#flashimage {
	width:950px;
	height:800px;
	margin:0 auto;
}

