/*-------------------------------------------------------
   element
-------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #F5F4EE;
}
p, ul, ol, li, td {
	margin: 0px;
	padding: 0px;
}
table { 
	border-collapse: collapse;
	margin: 0px auto;
}
img, a img {
	border: none;
}
li {
	list-style-type: none;
}

/*-------------------------------------------------------
   float clear
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table; zoom:1;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*-----------------------------------------------------------*/


/*-------------------------------------------------------
   font
-------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
}
* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align: baseline;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------
   link
-------------------------------------------------------*/
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:focus{
/*\*/
	overflow: hidden;
/**/
}
li a:hover {
	background-image: none !important;
}

/*-------------------------------------------------------
   layout
-------------------------------------------------------*/

/*----------------------- */
/*base*/

#containerbg {
	width: 1000px;
	text-align: center;
	background-image: url(../images/ctr_bg.gif);
	background-color: #F5F4EE;
	background-repeat: no-repeat;
	margin: 0px auto;
}
#container {
	width: 880px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding-bottom: 30px;
}
#lefttside {
	float: left;
	width: 210px;
	text-align: left;
}
#lefttside {
}
#rightside {
	float: right;
	width: 650px;
}
#pagetop {
	width: 620px;
	text-align: right;
	padding-top: 10px;
	margin: 0px auto;
}
#ctitle {
	width: 640px;
	margin-bottom: 20px;
}
#cmain {
	width: 620px;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: left;
}

/*----------------------- */
/*header*/

#header {
	width: 960px;
	height: 165px;
	margin: 0px auto;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
}
#header #logo {
	float: left;
	width: 470px;
}
#header #hnavi {
	float: right;
	width: 93px;
	height: 12px;
	margin-top: 100px;
}
#hnavi li {
	float: left;
}
#hnavi a {
	text-indent: -9999px;
}
#hnavi li.homel {	
	width: 93px;
	height: 100%;
	background-image: url(../images/hnavi_h_o.gif);
	background-repeat: no-repeat;
}
#hnavi a.homea {
	display: block;
	height: 100%;
	background-image: url(../images/hnavi_h.gif);
	background-repeat: no-repeat;
}


/*----------------------- */
/*footer*/

#footerbg{
	width: 960px;
	height: 80px;
	text-align: center;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px auto;
}
#footer{
	width: 880px;
	margin: 0px auto;
	padding: 10px 0px 12px 0px;
}
#footer #fnavi {
	float: left;
	width: 500px;
	font-size: 10px;
	text-align: left;
	color: #FFFFCC;
}
#fnavi a {
	color: #FFFFCC;
}
#footer #copyright {
	float: right;
	width: 300px;
}
#address {
	width: 880px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
}
/*----------------------- */
/*navigation*/

#naviarea {
	width: 210px;
	height: 585px;
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	float:left;
}
#navi {
	position: relative;
	width: 180px;
	margin: 0px auto;
	padding-top: 15px;
	height:800px;
}
	
#navi li {
	text-indent: -9999px;
	float: none;
	display: block;
}
#navi a {
	display: block;
}
li.navine {
	background-image: url(../images/navi_ne_o.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navine a {
	background-image: url(../images/navi_ne.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navimo {
	background-image: url(../images/navi_mo.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navidi {
	background-image: url(../images/navi_di_o.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navidi a {
	background-image: url(../images/navi_di.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navith {
	background-image: url(../images/navi_th.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navith a {
	background-image: url(../images/navi_th.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navith0 {
	background-image: url(../images/navi_th0_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith0 a {
	background-image: url(../images/navi_th0.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith1 {
	background-image: url(../images/navi_th1_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith1 a {
	background-image: url(../images/navi_th1.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith2 {
	background-image: url(../images/navi_th2_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith2 a {
	background-image: url(../images/navi_th2.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith3 {
	background-image: url(../images/navi_th3_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith3 a {
	background-image: url(../images/navi_th3.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith4 {
	background-image: url(../images/navi_th4_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith4 a {
	background-image: url(../images/navi_th4.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith5 {
	background-image: url(../images/navi_th5_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith5 a {
	background-image: url(../images/navi_th5.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith6 {
	background-image: url(../images/navi_th6_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navith6 a {
	background-image: url(../images/navi_th6.gif);
	background-repeat: no-repeat;
	height: 25px;
}
li.navias {
	background-image: url(../images/navi_as_o.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navias a {
	background-image: url(../images/navi_as.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navili {
	background-image: url(../images/navi_li_o.gif);
	background-repeat: no-repeat;
	height: 59px;
}
li.navili a {
	background-image: url(../images/navi_li.gif);
	background-repeat: no-repeat;
	height: 59px;
}
#contact {
	width: 180px;
	margin: 0px auto;
	padding-top: 20px;
}

/*-------------------------------------------------------
   toppage
-------------------------------------------------------*/

#information {
	width: 650px;
	height: 120px;
	background-image: url(../images/top_infog_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 15px;
}
#information p {
	color: #FFFFFF;
	line-height: 1.6em;
	margin-left: 225px;
	padding-top: 50px;
}
#news_kumiai {
	width: 650px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	padding-top: 28px;
}
#news_kumi {
	background-image: url(../images/news_m.gif);
	text-align: left;
	background-repeat: repeat-y;
	margin: 0px;
}
#news_kumil {
	background-image: url(../images/news_l.gif);
	height: 12px;
}
#news_kumiai #news_kumi .title {
	color: #009933;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-right: 12px;
	padding-left: 12px;
}
#news_kumiai #news_kumi .p {
	line-height: 1.6em;
	font-size: 12px;
	color: #2B2B2B;
	padding-right: 12px;
	padding-left: 12px;

}

#newsarea {
	width: 650px;
	background-image: url(../images/top_news_bg.gif);
	background-repeat: no-repeat;
	padding-top: 70px;
	text-align: center;
}
#news {
	width: 620px;
	margin: 0px auto;
}
#news #date {
	width: 620px;
	height: 30px;
	text-align: left;
	background-image: url(../images/ne_date_bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#news #netitlebg {
	width: 620px;
	height: 28px;
	background-image: url(../images/ne_title_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#news #netitle {
	float: left;
	width: 420px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	padding-top: 6px;
	padding-left: 10px;
	color: #FFFFFF;
}
#news #nename {
	float: right;
	width: 180px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 8px;
	font-size: 11px;
	padding-right: 10px;
}
#news #photo {
	float: right;
	width: 150px;
	text-align: right;
	height: auto;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-top: 2px;
}
#news #netxt {
	width: 600px;
	text-align: left;
	padding-top: 10px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: auto;
}
#newsbtm{
	width: 650px;
	height: 30px;
	background-image: url(../images/top_news_bg_b.gif);
	background-repeat: no-repeat;
}

/*-------------------------------------------------------
   movie/theater
-------------------------------------------------------*/

#mtsubtitle {
	width: 620px;
	margin: 30px 0px 20px 0px;
}
#mothtable {
	width: 600px;
	margin: 0px auto;
}
#mothtable td {
	padding: 5px;
	border-bottom: 1px dotted #666666;
	line-height: 1.4em;
}

/*-------------------------------------------------------
   discount
-------------------------------------------------------*/

#discount {
	width: 600px;
	margin: 0px auto;
}
#discount table {
	border: 1px solid #666666;
	margin-top: 20px;
}
#discount td {
	padding: 5px;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
}
#discount td.thitem {
	border-bottom: 1px dotted #666666;
	background-color: #DDDDDD;
}
#discount #dinote {
	color: #336600;
	margin-top: 15px;
}
ol.diol {
	margin-left: 24px;
}

/*-------------------------------------------------------
   links
-------------------------------------------------------*/

.links_left {
	line-height: 1.4em;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 30px;
	background-image: url(http://www.hiroshima-cinema.com/images/arrow.gif);
	clear: right;
	float: left;
	width: 280px;
	font-weight: bold;
}
.links_left a {
	color: #2B2B2B;
}
.links_right {
	line-height: 1.4em;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 320px;
}
.links_right a {
	color: #000099;
}
.links p {
	line-height: 1.4em;
	text-align: left;
	color: #666666;
	width: 600px;
	padding-left: 30px;
	padding-top: 4px;
}
.pagetop2 {
	width: 620px;
	text-align: right;
	padding-top: 10px;
	margin: 0px;
	float: right;
}

/*-------------------------------------------------------
   association
-------------------------------------------------------*/

#assubtitle {
	width: 620px;
	margin: 30px 0px 20px 0px;
}
#astxt {
	width: 600px;
	text-align: left;
	margin: 0px auto;
	line-height: 1.4em;
}

/*-------------------------------------------------------
   counter
-------------------------------------------------------*/

#counter {
	clear:both;
	text-align:right;
}

/*-------------------------------------------------------
   ぽっぷあっぷ
-------------------------------------------------------*/
.parent , .parent iframe {
	display:none;
}
.parentOn , .parentOn iframe {
	display:run-in;
	}
#navi iframe {
	width:680px;
	border:#CCCCCC 1px solid;
	position: absolute;
	left: 180px;
	top: 0px;
}
#navith2 iframe , #navith3 iframe , #navith5 iframe , #navith6 iframe {
	height:400px;
} 
#navith1 iframe , #navith0 iframe {
	height:640px;
}
#navith4 iframe {
	height:400px;
}
#navith2on iframe , #navith3on iframe , #navith5on iframe , #navith6on iframe {
	height:400px;
} 
#navith1on iframe , #navith0on iframe {
	height:640px;
	position:absolute;
	z-index:400;
}
#navith4on iframe {
	height:400px;
}
#navith0 {
	z-index: 300;
	background-image: url(../images/navi_th0_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith0 a {
	background-image: url(../images/navi_th0.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith0on {
	z-index: 300;
	background-image: url(../images/navi_th0_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith0on a {
	background-image: url(../images/navi_th0_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith1 {
	z-index: 300;
	background-image: url(../images/navi_th1_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith1 a {
	background-image: url(../images/navi_th1.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith1on {
	z-index: 300;
	background-image: url(../images/navi_th1_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith1on a {
	background-image: url(../images/navi_th1_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith2 {
	z-index: 300;
	background-image: url(../images/navi_th2_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith2 a {
	background-image: url(../images/navi_th2.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith2on {
	z-index: 300;
	background-image: url(../images/navi_th2_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith2on a {
	background-image: url(../images/navi_th2_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith3 {
	z-index: 300;
	background-image: url(../images/navi_th3_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith3 a {
	background-image: url(../images/navi_th3.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith3on {
	z-index: 300;
	background-image: url(../images/navi_th3_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith3on a {
	background-image: url(../images/navi_th3_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}

#navith4 {
	z-index: 300;
	background-image: url(../images/navi_th4_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith4 a {
	background-image: url(../images/navi_th4.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith4on {
	z-index: 300;
	background-image: url(../images/navi_th4_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith4on a {
	background-image: url(../images/navi_th4_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith5 {
	z-index: 300;
	background-image: url(../images/navi_th5_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith5 a {
	background-image: url(../images/navi_th5.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith5on {
	z-index: 300;
	background-image: url(../images/navi_th5_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith5on a {
	background-image: url(../images/navi_th5_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith6 {
	z-index: 300;
	background-image: url(../images/navi_th6_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith6 a {
	background-image: url(../images/navi_th6.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith6on {
	z-index: 300;
	background-image: url(../images/navi_th6_o.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#navith6on a {
	background-image: url(../images/navi_th6_on.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.iframe0 {
	width:900px;
	height:900px;
	z-index:500;
	position:absolute;
	background-color: transparent;

}
.imgright {
	float: right;
	margin: 5px 50px 5px 5px;
}

