/* CSS Document */

body{
	margin:0;
	padding:0;
	}

a{
	color:blue;
	text-decoration:under-line;
	}
a:hover{
	text-decoration:none;
	}

h1{
	margin:5px 0;
	padding:0;
	}
h1 a{
	text-decoration:none;
	color:blue;
	}

h2{
	background:url('/img/h2_bg.gif') bottom repeat-x;
	margin:36px 0 8px 0;
	padding:0 0 6px 6px;
	}
.first_h2{
	margin:0 0 8px 0;
	}
form{
	margin:6px;
	padding:0;
	}

.clear{
	clear:both;
	}

.header{
	background:url('/img/header_bg.gif') bottom repeat-x;
	text-align:center;
	padding:10px 0 24px 0;
	margin:0 0 24px 0;
	}
.inheader{
	width:900px;
	margin:0 auto;
	text-align:left;
	}
.footer{
	background:url('/img/footer_bg.gif') top repeat-x;
	text-align:center;
	padding:32px 0 24px 0;
	margin:32px 0 0 0;
	}
.infooter{
	width:900px;
	margin:0 auto;
	text-align:center;
	}

.main_wrapper{
	text-align:center;
	}
.main_inwrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
	}

.movie_site_list ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.movie_site_list li{
	float:left;
	padding:3px;
	}

.gray{
	color:#666666;
	}

.error_mes{
	color:red;
	font-size:16px;
	font-weight:bold;
	}

.dl_fhumb_one{
	padding:10px;
	border:1px solid #CCCCCC;
	text-align:center;
	width:170px;
	}
.dl_fhumb_one a{
	font-size:24px;
	line-height:26px;
	}





