@charset "utf-8";

/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	opacity:0.6;
}
body{
	margin: 0;
}
html, body{height: 100%;}
body > #wrapper {height: auto; min-height: 91%;}

body{position: relative;}

*html #wrapper {
	margin: 0 auto;
	width: 1200px;
}
a{
	pointer: cursor;
}
#global_nav{
	min-width: 1000px!important;
}

.minwidth{
	min-width: 1000px!important;
}

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
 	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#headerouter{
	min-width: 100%; 	
	max-height: 120px;
	background: #000;
}
#fixedposition{
	position: fixed;
	z-index: 9999;
	width: 100%;
	max-width: 100%;	
}
#header{
	color: #FFF;
	width: 1000px;	
	margin: 0px auto 20px auto;
	height: 120px;
	background: url(../images/header.png) no-repeat;
	position: relative;
}
#header h1 a{
	display: block;
	width: 198px;	
	height: 120px;
	background: url(../images/header/logo.png) no-repeat;
	text-indent: -9999px
}
#header #menu1{
	position: absolute;
	top: 96px;
	left: 200px;
	overflow: hidden;
	line-height: 180%;
}
#header #menu1 li{ float:left;
}
#header #menu1 a{
	text-indent: -9999px;
	display: block;
}
#header #menu1 #hmenu1 a{
	width: 61px;
	height: 14px;
	margin: 0px 20px 0px 0px;
	background: url(../images/header/english.png) no-repeat;	
}
#header #menu1 #hmenu1 a{
	width: 61px;
	height: 14px;
}
#header #menu1 #hmenu2 a{
	width: 54px;
	height: 12px;
	background: url(../images/header/press.png) no-repeat;
	margin: 0px 20px 0px 0px;
}

#header #menu1 #hmenu2 a{
	width: 54px;
	height: 12px;
}
#header #menu1 #hmenu3 a{
	width: 42px;
	height: 15px;
	background: url(../images/header/movie.png) no-repeat;
	margin: -1px 0px 0px 0px;
}
#header #menu1 #hmenu3 a{
	width: 42px;
	height: 15px;
}
#header #menu1 li a{
	background: #FFF;	
}
*html #header #menu1{zoom: 1;}

#header #menu2{
	position: absolute;
	top: 0;
	right: 20px;
	overflow: hidden;
	line-height: 180%;
}
#header #menu2 li{
	float: left;	
}
#header #menu2 li a{
	display: block;
	background: #FFF;
	text-indent: -9999px;	
}
#header #menu2 #h2menu1 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu1.png) no-repeat;
	margin: 0px 0px 0px 20px;		
}
#header #menu2 #h2menu2 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu2.png) no-repeat;	
	margin: 0px 0px 0px 20px;		
}
#header #menu2 #h2menu3 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu3.png) no-repeat;
	margin: 0px 0px 0px 20px;		
		
}
#header #menu2 #h2menu4 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu4.png) no-repeat;
	margin: 0px 0px 0px 20px;		
		
}
#header #menu2 #h2menu5 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu5.png) no-repeat;
	margin: 0px 0px 0px 20px;
}
#header #menu2 #h2menu6 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu6.png) no-repeat;
	margin: 0px 0px 0px 21px;		
		
}
#header #menu2 #h2menu7 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu7.png) no-repeat;	
	margin: 0px 0px 0px 21px;		
}

#header #menu2 #h2menu8 a{
	width: 31px;
	height: 120px;
	background: url(../images/header/menu8.png) no-repeat;
	margin: 0px 0px 0px 21px;		
}

#header #menu2 #h2menu9 a{
	width: 29px;
	height: 120px;
	background: url(../images/header/menu9.png) no-repeat;
	margin: 0px 0px 0px 20px;
}




#maincontents h3{
	font-size: 20px;
	color: #ae9054;	
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 18px 0px;
}
#maincontents{
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;	
	overflow: hidden;
}
*html #maincontents{
	zoom: 1;	
}
#maincontents #left{
	width: 180px;
	margin-top: 180px;
	float: left;
}
#maincontents #left h2{
	margin: 0px 0px 30px 0px;	
}
#maincontents #right{
	width: 815px;	
	float: right;
	text-align: left;
	margin: 180px 0px 0px 0px;
}
#maincontents #right #mainvisual{

}
#maintext{
	margin: 0px 0px 50px 0px;
	padding: 30px 18px;	
	line-height: 180%;
	font-size:108%;
	color:#444;
	overflow: hidden
}
*html #maintext{
	zoom: 1;	
}
#textbox{
	margin: 0px 0px 37px 0px;	
	overflow: hidden;
}
#subtext{
	text-align: right;
	padding: 0px 0px 20px 18px;
}

#topics {
	width: 142px;	
}
#topics #topicstitle{

	height: 27px;
	background: url(../images/submenu/topics.png);	
	text-indent: -9999px;
	margin: 0px 0px 11px 0px;
}
#topics .date{
	color: #ae9054;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}
#topics .title{
	color: #000;
	margin: 0px 0px 19px 5px;
}
#pagetoplink{
	width: 124px;
	height: 12px;
	text-indent: -9999px;
	margin: 10px 20px 0px 0px;
	background: url(../images/pagetoplink.png) no-repeat;	
	position: absolute;
	right: 0;
}
#pagetoplink a{
	display: block;
	width: 124px;
	height: 12px;
}
#footer{
	color: #fff;
	width: 100%;
	min-width: 1000px;
	background: #000;
	/*position: relative;
	bottom: 0;
	right:0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;*/
}
#footer #footerinner{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px;
	position: relative;
	height: 30px;
}
#footer #footerinner .group1 {
	position: absolute;
	left: 0;	
}
#footer #footerinner .group2 {
	position: absolute;
	right: 0;	
}
#footer #footerinner .group1 p{
	float: left;
	text-indent: -9999px
}
#footer #footerinner .group2 p{
	float: left;
	color: #FFF;
	
}
#footer #footerinner p#ft1{
	background: url(../images/footer/ftext1.png) no-repeat;
	width: 239px;
	height: 12px;
	padding: 0px 34px 0px 0px;
}
#footer #footerinner p#ft2{
	background: url(../images/footer/ftext2.png) no-repeat;
	width: 233px;
	height: 12px;		
	padding: 0px 27px 0px 0px;
}
#footer #footerinner p#ft3 a{
	background: url(../images/footer/ftext3.png) no-repeat;
	width: 118px;
	height: 15px;		
	display: block;
}
#footer #footerinner p#ft4{
	padding: 0px 0px 0px 80px;
}
#footer #footerinner p#ft5{
	padding: 0px 0px 0px 16px;
}
*html #footer #footerinner{
	zoom: 1;	
}
#stickyMojo{
	width: 100%;
	max-width: 100%;	
	z-index: 100;
	position: fixed;
}
.scrollbaron2{
	position: fixed;
	top: 200px;
	padding-top: 0px;
}
.scrollbaron0{
	position: fixed;
	top: 180px;
}
.scrollbaron1{
	position: fixed;
	padding-top: 0px;	
	top: 160px;	
}

.scrollbarnone{
	position: absolute;
	bottom: 0px;	
}

.copyright {
	text-align:right;
	font-size:10px;
}
