* { /* ユニバーサルセレクタを使ったブラウザスタイルの初期化 */
	margin: 0; /* マージンを無くす */
	padding: 0; /* 余白を無くす */
	border: 0; /* ボーダーを無くす */
	font-style: normal; /* 初期設定の斜体文字を無くす */
	font-weight: normal; /* 初期設定の太字を無くす */
	font-size : 12px; /* 初期設定のフォントサイズを無くす */
}
body {
	text-align: center;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: 2px -70px;
}
#seo_link { /* ＳＥＯ対策用 */
	position: absolute; /* 場所を絶対値で指定 */
	color: #FFFFFF; /* 1ドットを背景色に指定 */
	text-decoration: none; /* 文字装飾をとる */
	overflow: hidden; /* オーバーフロー部分を非表示 */
	top: -99999px; /* 表示位置を枠外に */
}
#movies {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}
#movie {
	border: 1px solid #000000;
	padding: 4px;
}
#name {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/name_bg.jpg);
	line-height: 40px;
	margin-top: 5px;
	overflow: hidden;
	height: 40px;
	width: 310px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 7px;
}
#maker {
	text-align: right;
	line-height: 17px;
	font-size: 9px;
}
ul {
	text-align: left;
	list-style-type: none;
	width: 330px;
	overflow-y: auto;
	height: 180px;
}
li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 1px;
	line-height: 20px;
}
#movie applet {
	z-index: 1;
}
