@charset "utf-8";

/*-----------基本設定------------*/


*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	color:#333;
	font-size:12px;
	line-height:1.5;
}
	
body,td {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
}

h1, h2, h3, h4, h5, p, ul, ol, li, address, table, td, th, hr, form, input, div {
	margin:0;
	padding:0;
}
	
ul, ol, li {
	list-style:none;
}

img {
	border:none;
	vertical-align:top;
}	

hr{
	display:none;
}	

a {
	text-decoration:none;
	overflow:hidden;
	color:#333;
}

a:hover{
	color:#999;
}


.blue {
color:#36f;
}

.red {
color:#c30;
}

.green {
color:#393;
}

.purple {
color:#969;
}

.pink {
color:#f99;
}






/*-----------レイアウト設定------------*/
#headBlack {
	background-color:#000;
	height:12px;
	width:100%;
}

#wrapper {
	width:910px;
	background-color:#fff;
	margin:0 auto;
	text-align:left;
	padding:0 30px 0 30px;
}

#wrapper2 {
	width:450px;
	background-color:#fff;
	margin:0;
	text-align:left;
	padding:30px 30px 0 30px;
}

#wrapper2 h3 {
font-size:16px;
text-align:center;
padding-bottom:20px;
border-bottom:1px dashed #999;
margin-bottom:20px;
}

#wrapper2 p {
padding-bottom:20px;
}

#wrapper2 p.closeBtn {
text-align:center;
padding-bottom:20px;
}


/*--- header ---*/
#headerBox {
	width:910px;
	padding-top:15px;
}

#headerLeft {
	width:160px;
}

#headerRight {
	width:730px;
	padding-top:15px;
}

#headerRight h1 {
	font-size:11px;
}


#headerLogo {
	width:150px;
}

#headNaviBox {
	width:725px;
}

#headNavi {
	width:445px;
	padding-top:10px;
}

#headNavi ul {
	font-size:8px;
}

#headNavi ul li {
	float:left;
	height:10px;
}

#headNavi ul li a {
	text-indent:-9999px;
	display:block;
	height:10px;
}

#headNavi ul li#gnavi01 a {
	background:url(http://hlywd.co.jp/img/gnavi_01.jpg) 0 0 no-repeat;
	width:32px;
}

#headNavi ul li#gnavi01 a:hover {
	background:url(http://hlywd.co.jp/img/gnavi_01_on.jpg) 0 0 no-repeat;
}

#headNavi ul li#gnavi02 a {
	background:url(http://hlywd.co.jp/img/gnavi_02.jpg) 0 0 no-repeat;
	width:78px;
}

#headNavi ul li#gnavi02 a:hover {
	background:url(http://hlywd.co.jp/img/gnavi_02_on.jpg) 0 0 no-repeat;
}

#headNavi ul li#gnavi03 a {
	background:url(http://hlywd.co.jp/img/gnavi_03.jpg) 0 0 no-repeat;
	width:40px;
}

#headNavi ul li#gnavi03 a:hover {
	background:url(http://hlywd.co.jp/img/gnavi_03_on.jpg) 0 0 no-repeat;
}

#headNavi ul li#gnavi04 a {
	background:url(http://hlywd.co.jp/img/gnavi_04.jpg) 0 0 no-repeat;
	width:80px;
}

#headNavi ul li#gnavi04 a:hover {
	background:url(http://hlywd.co.jp/img/gnavi_04_on.jpg) 0 0 no-repeat;
}

#headNavi ul li#gnavi05 a {
	background:url(http://hlywd.co.jp/img/gnavi_05.jpg) 0 0 no-repeat;
	width:82px;
}

#headNavi ul li#gnavi05 a:hover {
	background:url(http://hlywd.co.jp/img/gnavi_05_on.jpg) 0 0 no-repeat;
}

#headSubNavi {
	width:270px;
	padding-top:5px;
}

#headSubNavi ul li {
	float:left;
}

#headSubNavi ul li a {
	text-indent:-9999px;
	display:block;
}

#headSubNavi ul li#subgnavi01 a {
	background:url(http://hlywd.co.jp/img/subnavi_01.jpg) 0 0 no-repeat;
	width:73px;
	margin-right:15px;
	height:20px;
}

#headSubNavi ul li#subgnavi01 a:hover {
	background:url(http://hlywd.co.jp/img/subnavi_01_on.jpg) 0 0 no-repeat;
}

#headSubNavi ul li#subgnavi02 a {
	background:url(http://hlywd.co.jp/img/subnavi_02.jpg) 0 0 no-repeat;
	width:56px;
	height:20px;
	margin-right:15px;
}

#headSubNavi ul li#subgnavi02 a:hover {
	background:url(http://hlywd.co.jp/img/subnavi_02_on.jpg) 0 0 no-repeat;
}

#headSubNavi ul li#subgnavi03 a {
	background:url(http://hlywd.co.jp/img/subnavi_03.jpg) 0 0 no-repeat;
	width:106px;
	height:20px;
}

#headSubNavi ul li#subgnavi03 a:hover {
	background:url(http://hlywd.co.jp/img/subnavi_03_on.jpg) 0 0 no-repeat;
}


#photoBox {
	width:910px;
	height:105px;
	background:url(http://hlywd.co.jp/img/bg_photobox.jpg) 0 0 no-repeat;
	margin-top:20px;
}

#photoBox ul {
	margin-left:30px;
	padding-top:10px;
}

#photoBox ul li {
	float:left;
}

#photoBox ul li a {
	width:115px;
	height:85px;
	display:block;
	margin-right:10px;
}

/*--- contentsBox ---*/
#contentsBox {
	width:910px;
	margin-top:20px;
	padding-bottom:30px;
}

#rightBox {
	width:730px;
}


/*--- leftside ---*/

#leftBox {
	width:160px;
}

.bannerBox {
	padding-bottom:20px;
} 

.bannerBox p {
	margin-bottom:5px;
}

#leftNavi {
	
}

#leftNavi h2 a {
	text-indent:-9999px;
	width:160px;
	height:20px;
	display:block;
	margin-bottom:8px;
}

#leftNavi ul {
	margin-bottom:20px;
}

#leftNavi ul li a {
	text-indent:-9999px;
	width:160px;
	height:20px;
	display:block;
}

#leftNavi h2#gnavi01ttl a {
	background:url(http://hlywd.co.jp/img/navi01_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi01ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi01_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi02ttl a {
	background:url(http://hlywd.co.jp/img/navi02_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi02ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi02_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi03ttl a {
	background:url(http://hlywd.co.jp/img/navi03_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi03ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi03_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi04ttl a {
	background:url(http://hlywd.co.jp/img/navi04_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi04ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi04_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi05ttl a {
	background:url(http://hlywd.co.jp/img/navi05_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi05ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi05_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi06ttl a {
	background:url(http://hlywd.co.jp/img/navi06_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi06ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi06_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi07ttl a {
	background:url(http://hlywd.co.jp/img/navi07_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi07ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi07_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi08ttl a {
	background:url(http://hlywd.co.jp/img/navi08_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi08ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi08_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi09ttl a {
	background:url(http://hlywd.co.jp/img/navi09_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi09ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi09_ttl_on.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi10ttl a {
	background:url(http://hlywd.co.jp/img/navi10_ttl.jpg) 0 0 no-repeat;
}

#leftNavi h2#gnavi10ttl a:hover {
	background:url(http://hlywd.co.jp/img/navi10_ttl_on.jpg) 0 0 no-repeat;
}


#leftNavi ul li#gnavi01_1 a {
	background:url(http://hlywd.co.jp/img/navi01_01.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_1 a:hover {
	background:url(http://hlywd.co.jp/img/navi01_01_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_2 a {
	background:url(http://hlywd.co.jp/img/navi01_02.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_2 a:hover {
	background:url(http://hlywd.co.jp/img/navi01_02_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_3 a {
	background:url(http://hlywd.co.jp/img/navi01_03.jpg) 0 0 no-repeat;
	height:31px;
}

#leftNavi ul li#gnavi01_3 a:hover {
	background:url(http://hlywd.co.jp/img/navi01_03_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_4 a {
	background:url(http://hlywd.co.jp/img/navi01_04.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi01_4 a:hover {
	background:url(http://hlywd.co.jp/img/navi01_04_on.jpg) 0 0 no-repeat;
}


#leftNavi ul li#gnavi02_1 a {
	background:url(http://hlywd.co.jp/img/navi02_01.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_1 a:hover {
	background:url(http://hlywd.co.jp/img/navi02_01_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_2 a {
	background:url(http://hlywd.co.jp/img/navi02_02.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_2 a:hover {
	background:url(http://hlywd.co.jp/img/navi02_02_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_3 a {
	background:url(http://hlywd.co.jp/img/navi02_03.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_3 a:hover {
	background:url(http://hlywd.co.jp/img/navi02_03_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_4 a {
	background:url(http://hlywd.co.jp/img/navi02_04.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_4 a:hover {
	background:url(http://hlywd.co.jp/img/navi02_04_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_5 a {
	background:url(http://hlywd.co.jp/img/navi02_05.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi02_5 a:hover {
	background:url(http://hlywd.co.jp/img/navi02_05_on.jpg) 0 0 no-repeat;
}



#leftNavi ul li#gnavi03_1 a {
	background:url(http://hlywd.co.jp/img/navi03_01.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi03_1 a:hover {
	background:url(http://hlywd.co.jp/img/navi03_01_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi03_2 a {
	background:url(http://hlywd.co.jp/img/navi03_02.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi03_2 a:hover {
	background:url(http://hlywd.co.jp/img/navi03_02_on.jpg) 0 0 no-repeat;
}
#leftNavi ul li#gnavi03_3 a {
	background:url(http://hlywd.co.jp/img/navi03_03.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi03_3 a:hover {
	background:url(http://hlywd.co.jp/img/navi03_03_on.jpg) 0 0 no-repeat;
}
#leftNavi ul li#gnavi03_4 a {
	background:url(http://hlywd.co.jp/img/navi03_04.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi03_4 a:hover {
	background:url(http://hlywd.co.jp/img/navi03_04_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_1 a {
	background:url(http://hlywd.co.jp/img/navi04_01.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_1 a:hover {
	background:url(http://hlywd.co.jp/img/navi04_01_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_2 a {
	background:url(http://hlywd.co.jp/img/navi04_02.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_2 a:hover {
	background:url(http://hlywd.co.jp/img/navi04_02_on.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_3 a {
	background:url(http://hlywd.co.jp/img/navi04_03.jpg) 0 0 no-repeat;
}

#leftNavi ul li#gnavi04_3 a:hover {
	background:url(http://hlywd.co.jp/img/navi04_03_on.jpg) 0 0 no-repeat;
}




/*--- rightside ---*/

#rightNavi {
	width:160px;
}

#topicBox {
	
}

#topicBox h2,#updateBox h2 {
	padding-bottom:10px;
}

#topicBox h3 {
	font-weight:normal;
	padding-bottom:3px;
	font-size:11px;
}

#topicBox p {
	font-size:11px;
	line-height:1.3;
}

.border {
	border-bottom:1px dashed #666;
	padding-bottom:5px;
	margin-bottom:10px;
}

#updateBox {

}

#updateBox h3 {
	font-size:10px;
	font-weight:normal;
} 

#updateBox h4 {
	font-size:11px;
}

#updateBox p {
	padding-bottom:5px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
	font-size:10px;
	line-height:1.3;
}

.txtBox {
	width:138px;
	border:1px solid #999;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
}




/*---- main ----*/
#main {
	width:550px;
}

#main h2 {
	padding:0 0 10px 0;
}

.topEntryBox {
	border:1px solid #999;
	padding:10px;
	width:528px;
	margin-bottom:10px;
}

.entryPhot {
	width:115px;
}

.entryPhot img {
	width:115px;
}

.entryPhot p {
	text-align:center;
	padding-top:5px;
	font-size:10px;
}

.entryTxt {
	width:390px;
}

.entryTxt .entryTtlLine {
	border-bottom:1px dashed #666;
width:390px;
	margin-bottom:3px;
}

.entryTxt .entryTtlLine h2 {
	padding:2px 0 2px 0;
	background:url(http://hlywd.co.jp/img/ico_new.jpg) 0 0 no-repeat;
width:360px;
}

.entryTxt .entryTtlLine h2 a {
	padding:0 0 0 26px;
}

.entryCompanyName {
width:390px;
}

.entryTxt h3 {
	color:#666;
	font-weight:bold;
	padding-bottom:6px;
}

.entryTxt p {
	padding-bottom:10px;
	font-size:11px;
line-height:1.3;
}	

.entryTxt p.type,.entryTxt p.report {
	padding-bottom:0;
}

.entryTxt p.type span {
	background:url(http://hlywd.co.jp/img/ico_arowred.jpg) 0 30% no-repeat;
	padding:0 5px 0 10px;
}

.entryTxt p.report {
width:25px;
}

.entryTxt p.report a {
	display:block;
	height:17px;
width:25px;
	background:url(http://hlywd.co.jp/img/ico_mushimegane.jpg) 0 30% no-repeat;
	padding:0 0 0 0;
text-indent:-9999px;
overflow:hidden;
}

/*----------- footer --------------*/
#footerBox {
	width:910px;
	background-color:#fff;
	text-align:left;
	margin:0 auto;
	border-top:1px #666 solid;
	padding:5px 30px 30px 30px;
}

#footerBox2 {
	width:450px;
	background-color:#fff;
	margin:0 auto;
	border-top:1px #666 solid;
	padding:5px 30px 30px 30px;
}

#footerBox2 address {
	text-align:center;
}

#footerNavi {
	width:500px;
}

#footerNavi p {
	padding:0 0 3px 0;
	font-size:10px;
} 

#footerNavi p a {
	color:#333;
	text-decoration:underline;
}

#footerNavi p a:hover {
	color:#999;
}

#copyright {
	width:300px;
}



/*-----------その他設定------------*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

.clr {
	clear:both;
}
.left {
	float:left;

}
.right {
	float:right;
} 

/*--- margin,padding ---*/

.spT10{margin-top:10px;}
.spT20{margin-top:20px;}

.spB10{margin-bottom:10px;}
.spB20{margin-bottom:20px;}
.spB45{margin-bottom:45px;}

.spL10{margin-left:10px;}
.spL20{margin-left:20px;}
.spL30{margin-left:30px;}

.sppT10{padding-top:10px;}
.sppT15{padding-top:15px;}
.sppT20{padding-top:20px;}

.sppB10{padding-bottom:10px;}
.sppB20{padding-bottom:20px;}
.sppB30{padding-bottom:30px;}

.sppR5{padding-right:4px;}

.sppL10{padding-left:10px;}
.sppL15{padding-left:15px;}
.sppL20{padding-left:20px;}



/*--- png ---*/
/*
* html #wrapper,* html #footerBox {
	behavior: expression(IEPNGFIX.fix(this));
}
*/













