/* Browser-CSS Reset */
html{
	height:95%;
}
body,h1,h2,h3,h4,p,ul,li,blockquote,address {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* 共通設定 */
a:hover img{
    filter: alpha(opacity=80); /*IE用*/
    zoom:1; /*currentStyle.hasLayout=true 用*/
    -moz-opacity:0.8; /*Ff etc用*/
    opacity:0.8;   /*Opera etc用*/
}
a { text-decoration: none }
a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #99CCCC; text-decoration: underline; }
a:active { color: #99CCCC; }



/* body design */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	text-align: center;
	background-color: #fff;
	color: #fff;
	height:95%;
}


/* building-box design */
#building{
	width: 904px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url(img/background_img.gif) repeat-y;
	color: #000;
	min-height: 95%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -30px;
}


/* header */
#header{
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0 2px;
	padding: 0;
}
#header h1{
    position: absolute;
	width: 900px;
	height: 80px;
	font-size: 1px;
	background: #fff url(img/uzm_header.jpg) left top no-repeat;
	color: #fff;	
}
ul#SiteNavi{
    position: absolute;
    width: 900px;
	height: 40px;
	top: 80px;
    list-style: none;
    background-image: url(img/menu/menu_back.jpg);
    background-repeat: repeat-x;  
}
ul#SiteNavi li{
    float: left;
}
.home a{
    margin-left: 115px;
	background-image:url("img/menu/home.jpg");
	display:block;
	width:80px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.home_active{
	background-image:url("img/menu/home_over.jpg");
	display:block;
	width:80px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.home a:hover{
	background-image:url("img/menu/home_over.jpg");
}
.news a{
	background-image:url("img/menu/news.jpg");
	display:block;
	width:95px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.news_active{
	background-image:url("img/menu/news_over.jpg");
	display:block;
	width:95px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.news a:hover{
	background-image:url("img/menu/news_over.jpg");
}
.works a{
	background-image:url("img/menu/works.jpg");
	display:block;
	width:94px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.works_active{
	background-image:url("img/menu/works_over.jpg");
	display:block;
	width:94px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.works a:hover{
	background-image:url("img/menu/works_over.jpg");
}
.screen a{
	background-image:url("img/menu/screen.jpg");
	display:block;
	width:148px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.screen_active{
	background-image:url("img/menu/screen_over.jpg");
	display:block;
	width:148px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.screen a:hover{
	background-image:url("img/menu/screen_over.jpg");
}
.staff a{
	background-image:url("img/menu/staff.jpg");
	display:block;
	width:93px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.staff_active{
	background-image:url("img/menu/staff_over.jpg");
	display:block;
	width:93px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.staff a:hover{
	background-image:url("img/menu/staff_over.jpg");
}
.company a{
	background-image:url("img/menu/company.jpg");
	display:block;
	width:93px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.company_active{
	background-image:url("img/menu/company_over.jpg");
	display:block;
	width:93px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.company a:hover{
	background-image:url("img/menu/company_over.jpg");
}
.link a{
	background-image:url("img/menu/link.jpg");
	display:block;
	width:81px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.link_active{
	background-image:url("img/menu/link_over.jpg");
	display:block;
	width:81px;
	height:40px;
	font-size:0pt;
	letter-spacing: 0.2em;
}
.link a:hover{
	background-image:url("img/menu/link_over.jpg");
}


/* PickUp */
#PickUp{
    width: 900px;
	height: 284px;
	margin: 0 2px;
	background: #003399 url(img/pick_up/top_img.jpg) left top no-repeat;
}
#PickUp h3{
	float: right;
	margin: 10px;
	font-size: 1px;
}

/* Banner */
#banner{
	margin: 10px 19px 0 19px;
}

/* Top Contents */
#top_contents{
    width: auto;
	height: auto;
	margin: 0 2px;
}

/* News contents */
#top_news{
	float: left;
	margin: 20px 0 0 15px;
	width: 304px;
	height: 507px;
	background: #fff url(img/news_frame.jpg) left top no-repeat;
}
#news_area{
	margin: 60px 18px 0 18px;
	height: 447px;
}
#news_area p{
	padding-bottom: 10px;
	color: #333;
}

/* Recent contents */
#recent{
	float: left;
	width: 576px;
	height: auto;
	background-color: #fff;
	padding-bottom: 30px;
}
#recent h3{
	margin-top: 20px;
	margin-left: 22px;
	width: 544px;
	height: 47px;
	font-size: 1px;
	background: #fff url(img/recent_bar.jpg) left top no-repeat;
	color: #fff;	
}
#recent_area{
	width: 540px;
	margin-left: 24px;
	color: #999999
}
.recent_movie{
    float: left;
    width: 220px;
    height: 214px;
	padding: 5px 10px;
	margin: 5px 14px;
	line-height: 1.6em;
	background-color:#eee;
	border: #ddd solid 1px;
}
#recent_area li p{
    font-size: 1em;
    text-align: left;
    color: #666666;
}
* html .recent_movie{
	margin: 5px 0 5px 10px;
}


/* Contents */
#contents{
    width: 900px;
	margin: 0 2px;
}
#contents h2{
	width: 520px;
	height: 30px;
	margin-top: 40px;
	margin-left: 80px;
	font-size: 1px;
	color: #fff	
}

/* works */
#works_list{
	width: 760px;
	margin: 20px 80px 40px 80px;
	line-height: 1.8em;
	padding: 0;
	background-color: #fff
}
#works_list p{
    font-size: 0.8em;
	text-align: left;
	color: #666666;
}
#works_list .category{
    padding: 20px 0;
}
#works_list .works_img{
	width: 280px;
	height: 200px;
	float: left;
}
#works_list .title{
	padding: 5px 0;
    font-size: 1.2em;
	font-weight: bold;
}
#movie_info{
	float: left;
	margin-bottom: 20px;
}

/* screening */
#works_list .src_h3{
	padding: 30px 0pt 6px;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(241, 90, 36);
}

#works_list .src_tx{
	font-size: 11pt;
	color:#333333;
	line-height: 1.3;
}

table.table_g{
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	width: 480px;
}

table.table_g tr td,
table.table_g tr th{
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #cccccc;
	padding: 3px 8px;
	line-height: 1.5;
}

table.table_g tr th.th01{
	color: #ffffff;
	text-align: center;
	border-top: 0;
	border-bottom: solid 1px #cccccc;
}

table.table_g tr th.th01{
	background: #404b82;
}

.txt_c{
	text-align:center;
	font-size:11pt;
}

/* company */
.table{
    margin-top: 20px;
    color: #666666;
}
.caption{
    text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #663333;
}

/* link */
ul#link{
	margin: 40px 20px 0 20px;
}
ul#link li{
    background: url(img/pointer.jpg) left no-repeat;
	text-indent: 20px;
	line-height: 2.6em;
}

/* footer */
#footer{
	clear: both;
	width: 900px;
	padding: 60px 2px 0 2px;
	text-align: center;
	font-size: 0.9em;
	color: #006699;
	height: 40px;
	margin:0 auto 0 auto;
	background: #fff url(img/background_img.gif) repeat-y;
}
#footer address {
    padding: 12px 18px 60px 0;
	margin-top: 4px;
	text-align: right;
	background-color: #07e;
	color: #fff;
}



.clear { clear: both; }

.detail_btn a{
    display: block;
	overflow: hidden;
    float: left;
	width: 40px;
	height: 0 !important;
	height /**/: 20px;
	padding-top: 20px;
	margin-top: 2px;
	margin-right: 10px;
	background-image: url(img/detail_btn.jpg);
	color: #fff;
}
.official_btn a{
    display: block;
	overflow: hidden;
    float: left;
	width: 75px;
	height: 0 !important;
	height /**/: 20px;
	padding-top: 20px;
	margin-top: 2px;
	margin-right: 10px;
	background-image: url(img/official_btn.jpg);
	color: #fff;
}








#header h1,ul#SiteNavi li,#top_contents h3{
    text-indent: -9999px;
}
