/* common */
* {
	margin			: 0;
	padding			: 0;
}

html {
	width			: 100%;
}

html>/**/body {
  overflow-y		: scroll;
}

body {
	width			: 100%;
	height			: 100%;
	background		: #000;
	text-align		: center;
	font-family		: "‚l‚r ‚oƒSƒVƒbƒN", Arial;
	font-size		: 100%;
	line-height		: 140%;
	color			: #fff;
}

img {
	border			: 0;
	vertical-align	: bottom;
}

h1 {
	display			: block;
	text-indent		: -9999px;
	height			: 110px;
	background		: url(../images/head.jpg) no-repeat;
}

.container {
	width			: 100%;
	height			: 100%;
	text-align		: center;
}

.main {
	width			: 900px;
	min-height		: 100%;
	margin-left		: auto;
	margin-right	: auto;
	border			: solid 1px #e8e8e8;
}

.content {
	width			: 900px;
}

.date {
	display			: block;
	text-indent		: -9999px;
	height			: 100px;
	background		: url(../images/bottom.jpg) no-repeat;
}

.foot {
	width			: 900px;
	background		: #fff;
	text-align		: center;
}

.hidden {
	display			: none;
}

/* wmv content */
/*
#video_1 {
	width			: 650px;
	height			: 570px;
	text-align		: right;
}

#video_2 {
	width			: 650px;
	height			: 570px;
	text-align		: right;
}

#video_3 {
	width			: 650px;
	height			: 570px;
	text-align		: left;
}

#video_4 {
	width			: 650px;
	height			: 570px;
	text-align		: right;
}

#video_5 {
	width			: 650px;
	height			: 570px;
	text-align		: right;
}

#video_6 {
	width			: 650px;
	height			: 570px;
	text-align		: left;
}

#movie {
	padding			: 11px 10px 10px 10px;
}
*/
