@charset "utf-8";


body {
	font: 14px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.red {
	color: #FF0000;
}
a:link,a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/**ラッパー**/

#rapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 905px;
}

/**メイン**/

#main {
	padding: 8px 8px 8px;
	height: auto;
	margin: 20px auto 0px;
	width: 887px;
	border: 1px solid #CCCCCC;
	background: url(bg_main.gif) repeat-y center;
}

/**コンテンツ**/

#main #contents {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 678px;
}

/**ムービー・一覧**/

#contents #list {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 505px;
}
#list .movie {
	font: 10px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 10px 8px 0px 0px;
	padding: 4px;
	float: left;
	height: 210px;
	width: 150px;
	text-align: center;
	border: 1px solid #999999;
	color: #666666;
}
#list .movie h3 {
	font: bold 11px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0000FF;
	margin: 5px 0px 0px;
	padding: 0px;
}

#list .cut {
	clear: both;
	text-align: center;
}

/**メニュー**/

#contents #menu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 165px;
}

/**アド・センス**/

#main #adspace {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 199px;
}

/**フッター**/

#footer {
	clear: both;
	margin: 0px;
	padding: 5px 0px 10px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;
}


/**クリアフィックス**/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

