@charset "UTF-8";
/*
 * 1. default	基本設定
 * 2. body		本体
 * 3. wrapper	ラッパー
 * 4. header	ヘッダー
 * 5. content	コンテンツ
 * 6. footer	フッター
 */

/***********************************************************************************/
/* default */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
}
html {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
.clear {
	clear: both!important;
	font-size: 0px!important;
	height: 0px!important;
	line-height: 0px!important;
}
.both {
	clear: both!important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/***********************************************************************************/
/* body */
body {
	width: 100%;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	cursor: default;
	text-align: center;
	color: #313131;
}
/***********************************************************************************/
/* container */
#wrapper {
}
#header .content, #navi .content, #contents .content, #footer .content {
	text-align: left;
}
/***********************************************************************************/
/* header */
#header {
}
#header .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	-webkit-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
}
#header .content {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 261px;
	width: 980px;
	position: relative;
	z-index: 12;
	padding-bottom: 64px;
}
#header .content h1 {
	position: absolute;
	left: 62px;
	top: 80px;
	display: block;
	width: 134px;
	height: 43px;
}
#header .content h1 a {
	display: block;
	height: 42px;
	width: 132px;
	text-indent: -9999px;
	overflow: hidden;
}
#header .content p {
	position: absolute;
	left: 62px;
	top: 131px;
	display: block;
	width: 428px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
}
/***********************************************************************************/
/* navi */
@media screen and (min-width: 1101px) {
	#header .content {
		padding-bottom: 0px;
	}
	#navi {
		z-index: 15;
		position: absolute;
		width: 119px;
		left: -119px;
		top: 261px;
		height: 187px;
	}
	#navi ul li {
		margin-bottom: 1px;
	}
	#navi ul li a {
		display: block;
		height: 46px;
		width: 119px;
		background-image: url(../images/navi.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#navi ul li.top a {
		background-position: 0px 0px;
	}
	#navi ul li.top a:hover, #navi ul li.top .active {
		background-position: -119px 0px;
	}
	#navi ul li.showcase a {
		background-position: 0px -47px;
	}
	#navi ul li.showcase a:hover, #navi ul li.showcase .active {
		background-position: -119px -47px;
	}
	#navi ul li.about a {
		background-position: 0px -94px;
	}
	#navi ul li.about a:hover, #navi ul li.about .active {
		background-position: -119px -94px;
	}
	#navi ul li.access a {
		background-position: 0px -141px;
	}
	#navi ul li.access a:hover, #navi ul li.access .active {
		background-position: -119px -141px;
	}
}
@media screen and (max-width: 1100px) {
	#header .content {
		padding-bottom: 64px;
	}
	#navi {
		z-index: 15;
		position: absolute;
		width: 980px;
		left: 0px;
		top: 261px;
		height: 64px;
	}
	#navi ul li {
		float: left;
	}
	#navi ul li a {
		display: block;
		height: 64px;
		width: 245px;
		background-image: url(../images/navi2.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#navi ul li.top a {
		background-position: 0px 0px;
	}
	#navi ul li.top a:hover, #navi ul li.top .active {
		background-position: 0px -64px;
	}
	#navi ul li.showcase a {
		background-position: -245px 0px;
	}
	#navi ul li.showcase a:hover, #navi ul li.showcase .active {
		background-position: -245px -64px;
	}
	#navi ul li.about a {
		background-position: -490px 0px;
	}
	#navi ul li.about a:hover, #navi ul li.about .active {
		background-position: -490px -64px;
	}
	#navi ul li.access a {
		background-position: -735px 0px;
	}
	#navi ul li.access a:hover, #navi ul li.access .active {
		background-position: -735px -64px;
	}
}

/***********************************************************************************/
/* content */
#contents {
}
#contents .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	-webkit-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
}
#contents .content {
	background-color: #FFF;
	/*z-index: 11;
	position: relative;*/
	background-image: url(../images/pattern2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
	
}
/***********************************************************************************/
/* footer */
#footer {
	clear: both;
}
#footer .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*-moz-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	-webkit-box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;
	box-shadow: 3px 0px 10px #000, -3px 0px 10px #000;*/
}
#footer .content {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	width: 980px;
	/*z-index: 10;
	position: relative;*/
	position: relative;
}
#footer .facebook {
	position: absolute;
	left: 25px;
	top: 22px;
	width: 69px;
}
#footer .facebook a {
	width: 63px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .twitter {
	position: absolute;
	left: 103px;
	top: 22px;
	width: 67px;
	height: 26px;
}
#footer .twitter a {
	width: 67px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#footer h3 {
	display: block;
	position: absolute;
	left: 560px;
	top: 28px;
	color: #747474;
	font-size: 77%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 2px;
}
#footer .concept {
	position: absolute;
	left: 560px;
	top: 43px;
	width: 402px;
	color: #747474;
	font-size: 77%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .copyright {
	position: absolute;
	left: 560px;
	top: 73px;
	color: #747474;
	font-size: 77%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/***********************************************************************************/
/*  */

#top #contents .content {
	padding-bottom: 54px;
}
#top #contents .interactive {
	margin-top: 0px;
	clear: both;
}
#top #contents .interactive h2 a {
	background-image: url(../images/title_interactive.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#top #contents .graphic {
	margin-top: 46px;
	clear: both;
}
#top #contents .graphic h2 a {
	background-image: url(../images/title_graphic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#top #contents .original {
	margin-top: 46px;
	clear: both;
}
#top #contents .original h2 a {
	background-image: url(../images/title_original.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#top #contents ul.list {
	display: block;
	clear: both;
	background-image: url(../images/pattern1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
#top #contents ul.list.last {
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
#top #contents ul.list li {
	float: left;
	display: block;
	margin-right: 1px;
}
#top #contents ul.list li.last {
	margin: 0px
}
#top #contents ul.list li a {
	display: block;
	height: 222px;
	width: 326px;
	position: relative;
	text-decoration: none;
	font-size: 85%;
	
overflow:hidden;
}
#top #contents ul.list li a span {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 326px;
	background-color: #000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-image: url(../images/y1.png);
	background-repeat: no-repeat;
	background-position: 305px 50%;

z-index:10;
}
#top #contents ul.list li a:hover span {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#top #contents ul.list li a strong {
	display: block;
	padding: 8px 0px 0px 12px;
}
/***********************************************************************************/
/*  */
#about #contents .content {
	height: 700px;
}
#about #contents h2 {
	margin-top: 36px;
	background-image: url(../images/title_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 20px;
}
#about #contents .inner .content {
	 height:700px;

}
#about #wrapper #contents .inner .content table {
	width: 100%;
	font-size: 93%;
}
#about #wrapper #contents .inner .content table tr th {
	width: 80px;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#about #wrapper #contents .inner .content table tr td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/***********************************************************************************/
/*  */
#access #contents h2 {
	margin-top: 36px;
	background-image: url(../images/title_access.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
}
#access #contents .inner .content {
	 height:787px;

}
#access #contents #map {
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 600px;
	width: 600px;
}
#access #contents #info {
	width: 320px;
	float: right;
	margin-right: 40px;
	margin-top: 53px;
}
#access #contents #info table {
	width: 320px;
	font-size: 93%;
}
#access #contents #info table tr th {
	width: 62px;
	padding-bottom: 5px;
}
#access #contents #info table tr td {
	padding-bottom: 5px;
}
#access #contents #info #metro {
	font-size: 93%;
	margin-top: 30px;
	margin-bottom: 10px;
}
#access #contents #info #googleMAP a {
	background-color: #000;
	display: inline;
	font-size: 93%;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/***********************************************************************************/
/*  */
#top #contents #link ul li.linkinteractive{
	width:126px;height:10px;
	float:left;
}
#top #contents #link ul li.linkinteractive a {
	width:99px;height:10px;
	display: block;
	background: url(../images/link_interactive.gif);
}
#top #contents #link ul li.linkgraphic{
	width:97px;height:10px;
	float:left;
}
#top #contents #link ul li.linkgraphic a {
	width:70px;height:10px;
	display: block;
	background: url(../images/link_graphic.gif);
}
#top #contents #link ul li.linkoriginal{
	width:102px;height:10px;
	float:left;
}
#top #contents #link ul li.linkoriginal a {
	width:75px;height:10px;
	display: block;
	background: url(../images/link_original.gif);
}
#top #contents #link {
	height: 36px;
}
#top #contents #link ul {
	padding-top: 14px;
	padding-left: 20px;
}
#top #contents #link ul li {
width:auto;
zoom:1;
display:block;
}
#top #contents #link ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	height: 10px;
	margin-right: 27px;
}


#showcase #contents #link ul li.interactive a {
	display: block;
	width: 99px;
	background-image: url(../images/link_interactive.gif);
}
#showcase #contents #link ul li.graphic a {
	display: block;
	width: 70px;
	background-image: url(../images/link_graphic.gif);
}
#showcase #contents #link ul li.original a {
	display: block;
	width: 75px;
	background-image: url(../images/link_original.gif);
}
#showcase #contents #interactive h2 {
	background-image: url(../images/title_interactive.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#showcase #contents #graphic h2 {
	background-image: url(../images/title_graphic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#showcase #contents #original h2 {
	background-image: url(../images/title_original.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 980px;
	overflow: hidden;
	margin-bottom: 6px;
}
#showcase #contents ul.list {
	display: block;
	clear: both;
	background-image: url(../images/pattern1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
#showcase #contents ul.list.last {
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
#showcase #contents ul.list li {
	float: left;
	display: block;
	margin-right: 1px;
}
#showcase #contents ul.list li.last {
	margin: 0px
}
#showcase #contents ul.list li a {
	display: block;
	height: 222px;
	width: 326px;
	position: relative;
	text-decoration: none;
	font-size: 85%;

	overflow:hidden;
}
#showcase #contents ul.list li a span {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 326px;
	background-color: #000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-image: url(../images/y1.png);
	background-repeat: no-repeat;
	background-position: 305px 50%;

z-index:10;
}
.listimg {
position:absolute;
}

#showcase #contents ul.list li a:hover span {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#showcase #contents ul.list li a strong {
	display: block;
	padding: 8px 0px 0px 12px;
}
#showcase #contents #link {
	height: 36px;
}
#showcase #contents #link ul {
	padding-top: 14px;
	padding-left: 20px;
}
#showcase #contents #link ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	height: 10px;
	margin-right: 27px;
}

#scrollblocks {
	height:3000px;

}
.scrollblock{
	position:relative;
overflow: hidden;
}
#sc_g_view {
	position:absolute;
	left: 52px;
	top:265px;
}
#sc_g_p {
	position:absolute;
	left: 352px;
	top:358px;
}
#sc_original {
overflow: hidden;
height:1000px;
	background-color:#000000 !important;
}


#sc_o_view {
	position:absolute;
	left: 421px;
	top:609px;
}
#sc_o_view a{
display:block;
width:141px;
height:43px;
}

#sc_o_p {
	position:absolute;
	left: 538px;
	top:89px;
}
