
@charset "utf-8";
/* CSS Document for PC */


/*トップページ
------------------------------------------------------------------*/
#wrapper{
	width:960px;
	margin:0 auto;
}

#topLeft{
	width:756px;
	float:left;
}

#topRight{
	width:190px;
	float:right;
	margin-top:5px;/**/
}



/*main
------------------------------------------------------------------*/
#topMain{
	width:960px;
	height:390px;
}
#topMain{
	font-size:12px;
	text-align:right;
	
}
#topMain a{
	color:#fff;
	margin-right:5px;
}

#slider {
	position:relative;
    width:960px;
    height:360px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	left:50%;
	top:370px;
	padding:0;
	text-align:center;
}
.nivo-controlNav a {
	display: block;
	width:13px;
	height:13px;
	background:url("../img/main_cntlBtn.gif") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	padding:0 8px;
	float:left;

}
.nivo-controlNav a.active {
	background-position:0 -13px;
}

.nivo-html-caption{
	font-size:12px;
}
.nivo-html-caption a{
	color:#fff;
}




/*.nivo-controlNav {
	padding:8px 0 15px;
	text-align:center;
}
.nivo-controlNav a {
    background: url("../img/main_cntlBtn.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 13px;
    margin: 0 8px;
    text-indent: -9999px;
    width: 13px;
}
.nivo-controlNav a.active {
    background-position: 0 -13px;
}

.nivo-directionNav a {
    background: url("../img/main_cntlBtn.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 13px;
    text-indent: -9999px;
    width: 13px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}*/





/*movieList
------------------------------------------------------------------*/
#movieList{
	margin:0 0 25px;
}

#movieList h2{
	width:745px;
	height:0px;/*45*/
	display:block;
	background-image: url(/img/top_title_underline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 0 0px;/*17*/
}

#movieList article{
	width:252px;
	float:left;
	padding:10px 0 6px;
	position:relative;
}

#movieList article p.comming{
	height:42px;
	background-image: url(/img/comming.gif);
	background-repeat:no-repeat;
}
#movieList article p.showing{
	height:42px;
	background-image: url(/img/showing.gif);
	background-repeat:no-repeat;
}
#movieList article p.goldenasia{
	height:42px;
	background-image: url(/img/goldenasia.gif);
	background-repeat:no-repeat;
}

#movieList article a.goSite{
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:240px;
	text-indent:-9999px;
	background-image: none;
	
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
	
	 border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	behavior: url(http://tohotowa.co.jp/css/PIE/PIE.htc);/* CSS3 PIE */
	/*\*/overflow: hidden;/**/
	z-index:2;
}

#movieList article a.goSite:hover{
	background-image: url(/img/list_bg.png);
	/*filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;*/
}

#movieList article dl{
	width:240px;
	background-color:#ffffff;
	
	-webkit-box-shadow: #ccc 0px 2px 3px;
	-moz-box-shadow: #ccc 0px 2px 3px;
	box-shadow: #ccc 0px 2px 3px;
	
	 border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	 
    position:relative;
    behavior: url(http://tohotowa.co.jp/css/PIE/PIE.htc);/* CSS3 PIE */
}

#movieList article dl dt{
	padding:6px 0;
	text-align:center;
}

#movieList article dl dd.movieTitle{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin:0 0 6px;
}

#movieList article dl dd.leadTxt{
	text-align:center;
	font-size:12px;
	padding:0 0 8px;
}





/*news
------------------------------------------------------------------*/
#news{
	margin:0 0 60px;
	position:relative;
}

#news h2{
	width:745px;
	height:45px;
	display:block;
	background-image: url(/img/top_title_underline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 0 17px;
}

#newsNavi{
	position:absolute;
	top:10px;
	right:15px;
}

#newsNavi li{
	float:left;
	padding:0 0 0 38px;
	background-image: url(/img/icon_arrow1.png);
	background-repeat:no-repeat;
	background-position:18px 2px;
	height:20px;
}

#newsNavi li a{
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
	text-decoration:none;
}

#newsNavi li a:hover{
	text-decoration:underline;
}


#newsList{
	width:745px;
	padding:10px 0 15px;
	background-color:#FFFFFF;
	
	-webkit-box-shadow: #ccc 0px 2px 3px;
	-moz-box-shadow: #ccc 0px 2px 3px;
	box-shadow: #ccc 0px 2px 3px;
	
	 border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	 
    position:relative;
    behavior: url(http://tohotowa.co.jp/css/PIE/PIE.htc);/* CSS3 PIE */
}

#newsList article dl{
	width:700px;
	padding:10px 0;
	margin:0 auto;
	border-bottom:1px dotted #c7c7c7;
	position:relative;
	background-repeat:no-repeat;
	background-position:0 6px;
}

#newsList article dl.movieTopics{
	background-image: url(/img/icon_movie.png);
}

#newsList article dl.companyTopics{
	background-image: url(/img/icon_company.png);
}

#newsList article dl dt{
	position:absolute;
	top:10px;
	left:0;
	font-size:13px;
	color:#8c8c8c;
	padding:0 0 0 65px;
}

#newsList article dl dd{
	padding:0 0 0 120px;
	font-size:13px;
}



/*socialCh
------------------------------------------------------------------*/
#socialCh{
	width:185px;
	margin:0 auto 28px;
	padding:0 0 4px;
	background-color:#FFFFFF;
	
	-webkit-box-shadow: #ccc 0px 2px 3px;
	-moz-box-shadow: #ccc 0px 2px 3px;
	box-shadow: #ccc 0px 2px 3px;
	
	 border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	 
    position:relative;
    behavior: url(http://tohotowa.co.jp/css/PIE/PIE.htc);/* CSS3 PIE */
}

#socialCh h2{
	width:172px;
	margin:0 auto;
	padding:10px 0 0;
}

#socialCh article{
	width:172px;
	margin:0 auto;
	padding:6px 0;
	border-bottom:1px dotted #c7c7c7;
}

#socialCh dl{
	position:relative;
	width:172px;
	height:51px;
	margin:0 auto;
	
	background-image: url(/img/icon_arrow1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#socialCh dl dt{
	position:absolute;
	top:0px;
	left:0;
}

#socialCh dl dd{
	padding:0 0 0 55px;/*60*/
	font-size:12px;
	line-height:1.4em;
}

#socialCh dl dd a{
	color:#2e2e2e;
	text-decoration:none;
}

#socialCh dl dd a:hover{
	text-decoration:underline;
}


.bnrImg{
	width:185px;
	margin:0 auto 3px;
}
