@charset "UTF-8";
/* CSS Document */

/* [ =============== ALL =============== ] */
*{
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/body_bg.jpg) #000000 repeat-x;
}

img{
	border:none;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

br{
	letter-spacing:0;
}
/* [ =============== /ALL =============== ] */


/* [ =============== HEAD =============== ] */
#head_area{
	width:100%;
	height:73px;
	background:url(../images/head_bg.jpg) center no-repeat;
}

.center{
	width:930px;
	margin:0 auto 0 auto;
	position:relative;
}

.center h1{
	margin:0;
	padding:0
}

#head_area .center .cinema_logo{
	position:absolute;
	top:47px;
	left:200px;
}

#head_area .center .hho_logo{
	position:absolute;
	top:47px;
	left:660px;
}


#main_img{
	width:100%;
	background:url(../images/main_area_bg.jpg) center no-repeat;
	height:260px;
}



/* [ =============== /HEAD =============== ] */


/* [ =============== NAVI =============== ] */
#navi_area{
	background:url(../images/navi_area_bg.jpg) repeat-x;
	height:52px;
	margin:0;
	padding:0;
}

#navi_area ul{
	width:930px;
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	line-height:0;
}

#navi_area ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:0;
}

/* [ =============== /NAVI =============== ] */


/* [ =============== CONTENTS =============== ] */
#contents_area{
	clear:both;
	width:930px;
	margin:0 auto 0 auto;
	background:url(../images/contents_bg.jpg) repeat-y;
	text-align:left;
}

#contents_area #top_bg{
	background:url(../images/contents_head.jpg) no-repeat;
}

#contents_area #top_bg .main_title_area{
	width:820px;
	margin:0 auto 20px auto;
	padding-top:20px;
}

#contents_area #top_bg .main_title_area .pic{
	float:left;
	padding-bottom:25px;
}

#contents_area #top_bg .main_title_area .title_cont{
	float:right;
	width:485px;
	font-size:14px;
	line-height:22px;
	color:#FFF;
	padding-top:14px;
}

#contents_area #top_bg .main_title_area .title_cont img{
	padding-bottom:10px;
}

#contents_area #top_bg .sub_contents_area{
	width:870px;
	margin:0 auto 0 auto;
	background:url(../images/contents_top.jpg) no-repeat;
	clear:both;
}

.copy_right_area{
	clear:both;
	width:870px;
	border-top:1px solid #333;
	margin:15px auto 0 auto;
	padding:10px 0 15px 0;
	text-align:center;
	color:#CCC;
	font-size:10px;
}

.copy_right_area .top_left{
	float:left;
}

.copy_right_area .top_right{
	float:right;
}

/* [ =============== /CONTENTS =============== ] */


/* [ =============== FOOTER =============== ] */
#footer{
	width:100%;
	text-align:center;
	font-size:10px;
	color:#CCC;
	background:url(../images/footer_bg.jpg) repeat-x;
	height:27px;
	padding-top:10px;
}

/* [ =============== /FOOTER =============== ] */


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
