@charset "utf-8";

/* ////////////////////////////////////////////////////////////

The ARTWallProject

Copyright (C)KAYAC All Rights Reserved.
---------------------------------------------------------------

[Reset]
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Inline-level Elements
		2-2. Block-level Elements
		2-3. Table
		2-4. For IE - Page Zoom
[Style]
	0. Common Style
	1. Main Layout
	2. Header
	3. Main Content

	80. Lightbox
	90. Others
	99. clearfix
	
//////////////////////////////////////////////////////////// */


/* ============================================================
	[Reset] Resetting HTML elements styles
============================================================ */

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	position: relative;
	color: #B2B2B2;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-shadow: #000 0 0 0;
}
/* for IE7 */
*:first-child+html body {
	font-size: 63%;
}
/* for IE6 */
* html body {
	font-size: 63%;
}

a:link,
a:visited {
	color: #B2B2B2;
}

a:hover,
a:active  {
	color: #FFF;
}

/* -------------------------
	EXAMPLES FONT-SIZE
	display:size | font-size
   -------------------------
	10px | 100%
	11px | 110%
	12px | 120%
	13px | 130%
	14px | 140%
	15px | 150%
	16px | 160%
	18px | 180%
	20px | 200%
	22px | 220%
	24px | 240%
	26px | 260%
------------------------- */

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/* 2-1. Inline-level Elements
----------------------------------------- */
img {
	vertical-align: top;
	border: none;
}

object, embed {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

strong, em {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

/* 2-2. Block-level Elements
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

li {
	list-style: none;
}

/* 2-3. Table
----------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

caption,th {
	text-align: left;
}

/* ============================================================
	[Layout] 
============================================================ */

/* ------------------------------------------------------------
	0. Common Style
------------------------------------------------------------ */
body {
	background-color: #2B2B2B;
}

/* ------------------------------------------------------------
	1. Main Layout
------------------------------------------------------------ */
div#bgBody {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(/img/bg_stripe.gif);
}

div#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width: 950px;
	height: 62px;
	background: url(/img/bg_header.gif) repeat-x;
}

div#container {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-top: 62px;
}

div#container div.content {
	position: relative;
	top: 0;
	left: 30px;
	width: 9999px;
}

/* ------------------------------------------------------------
	2. Header
------------------------------------------------------------ */
div#header h1#siteID {
	width: 310px;
	margin-left: 10px;
}

div#header ul#navPager {
	position: absolute;
	top: 25px;
	left: 380px;
	width: 480px;
}

div#header ul#navPager li {
	overflow: hidden;
	float: left;
	width: 40px;
	height: 12px;
	margin-right: 10px;
	background: url(/img/spr_nav_ttl.gif) no-repeat;
	text-indent: -9999px;
}

div#header ul#navPager li a {
	display: block;
	background: url(/img/spr_nav_ttl.gif) no-repeat;
}

div#header ul#navPager li#navAbout { background-position: 0 -40px; }
div#header ul#navPager li#navInfo { background-position: -40px -40px; }
div#header ul#navPager li#navWall01 { background-position: -80px -40px; }
div#header ul#navPager li#navWall02 { background-position: -120px -40px; }
div#header ul#navPager li#navWall03 { background-position: -160px -40px; }
div#header ul#navPager li#navWall04 { background-position: -200px -40px; }
div#header ul#navPager li#navWall05 { background-position: -240px -40px; }
div#header ul#navPager li#navWall06 { background-position: -280px -40px; }
div#header ul#navPager li#navWall07 { background-position: -320px -40px; }

div#header ul#navPager li#navAbout a { background-position: 0 0; }
div#header ul#navPager li#navInfo a { background-position: -40px 0; }
div#header ul#navPager li#navWall01 a { background-position: -80px 0; }
div#header ul#navPager li#navWall02 a { background-position: -120px 0; }
div#header ul#navPager li#navWall03 a { background-position: -160px 0; }
div#header ul#navPager li#navWall04 a { background-position: -200px 0; }
div#header ul#navPager li#navWall05 a { background-position: -240px 0; }
div#header ul#navPager li#navWall06 a { background-position: -280px 0; }
div#header ul#navPager li#navWall07 a { background-position: -320px 0; }

div#header ul#navPager li#navAbout a:hover, div#header ul#navPager li#navAbout a.current { background-position: 0 -20px; }
div#header ul#navPager li#navInfo a:hover, div#header ul#navPager li#navInfo a.current { background-position: -40px -20px; }
div#header ul#navPager li#navWall01 a:hover, div#header ul#navPager li#navWall01 a.current { background-position: -80px -20px; }
div#header ul#navPager li#navWall02 a:hover, div#header ul#navPager li#navWall02 a.current { background-position: -120px -20px; }
div#header ul#navPager li#navWall03 a:hover, div#header ul#navPager li#navWall03 a.current { background-position: -160px -20px; }
div#header ul#navPager li#navWall04 a:hover, div#header ul#navPager li#navWall04 a.current { background-position: -200px -20px; }
div#header ul#navPager li#navWall05 a:hover, div#header ul#navPager li#navWall05 a.current { background-position: -240px -20px; }
div#header ul#navPager li#navWall06 a:hover, div#header ul#navPager li#navWall06 a.current { background-position: -280px -20px; }
div#header ul#navPager li#navWall07 a:hover, div#header ul#navPager li#navWall07 a.current { background-position: -320px -20px; }

div#header ul#navPager li#navAbout a.current { background-position: 0 -20px; cursor: default; }
div#header ul#navPager li#navInfo a.current { background-position: -40px -20px; cursor: default; }
div#header ul#navPager li#navWall01 a.current { background-position: -80px -20px; cursor: default; }
div#header ul#navPager li#navWall02 a.current { background-position: -120px -20px; cursor: default; }
div#header ul#navPager li#navWall03 a.current { background-position: -160px -20px; cursor: default; }
div#header ul#navPager li#navWall04 a.current { background-position: -200px -20px; cursor: default; }
div#header ul#navPager li#navWall05 a.current { background-position: -240px -20px; cursor: default; }
div#header ul#navPager li#navWall06 a.current { background-position: -280px -20px; cursor: default; }
div#header ul#navPager li#navWall07 a.current { background-position: -320px -20px; cursor: default; }

div#header ul#serviceID {
	position: absolute;
	top: 15px;
	right: 20px;
}

div#header ul#serviceID li {
	display: inline;
	margin-left: 10px;
}

div#header ul#serviceID li img {
	vertical-align: middle;
}

/* ------------------------------------------------------------
	3. Main Content
------------------------------------------------------------ */
div.blockCont {
	float: left;
	width: 500px;
	margin-right: 4px;
	padding: 15px 20px;
	background: url(/img/bg_cont.png) repeat-x;
}

div.blockCont div.unitCont {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(/img/bg_line.gif) repeat-x 0 100%;
}

div.blockCont div.ttlCont {
	position: relative;
	margin: 0 -10px 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #303030;
	color: #666;
	line-height: 1.2;
}

div.blockCont div.ttlCont h2 {
	float: left;
	width: 50px;
	height: 12px;
	background: url(/img/spr_nav_ttl.gif) no-repeat;
	text-indent: -9999px;
}

div#column-about.blockCont div.ttlCont h2 { background-position: 0 -60px; }
div#column-info.blockCont div.ttlCont h2 { background-position: -50px -60px; }
div#column-wall01.blockCont div.ttlCont h2 { background-position: -100px -60px; }
div#column-wall02.blockCont div.ttlCont h2 { background-position: -150px -60px; }
div#column-wall03.blockCont div.ttlCont h2 { background-position: -200px -60px; }
div#column-wall04.blockCont div.ttlCont h2 { background-position: -250px -60px; }
div#column-wall05.blockCont div.ttlCont h2 { background-position: -300px -60px; }
div#column-wall06.blockCont div.ttlCont h2 { background-position: -350px -60px; }
div#column-wall07.blockCont div.ttlCont h2 { background-position: -400px -60px; }

div.blockCont div.ttlCont p.icoNew {
	position: absolute;
	top: -5px;
	right: 10px;
}

div.blockCont div.ttlCont p.update {
	float: left;
}

/* About
----------------------------------------- */
div#column-about.blockCont {
	width: 290px;
}

div#column-about h3 {
	margin-bottom: 10px;
	font-size: 140%;
}

div#column-about h4 {
	width: 290px;
	height: 38px;
	margin-bottom: 10px;
	padding-top: 17px;
	background: url(/img/bg_about.gif) no-repeat;
	color: #FFF;
	font-size: 120%;
	text-align: center;
}

div#column-about p {
	margin-bottom: 10px;
}

div#column-about dl {
	margin-top: 20px;
	color: #666;
}

div#column-about dl dt {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-left: 7px;
	padding: 0 5px;
	border: 1px solid #2A2A2A;
	background: #000;
	font-size: 120%;
	font-weight: bold;
	zoom: 1;
}

/* for IE7 */
*:first-child+html div#column-about dl dt {
	display: inline;
	zoom: 1;
}

div#column-about dl dd {
	position: relative;
	z-index: 0;
	margin: -15px 0 15px;
	padding: 17px 7px 5px;
	border: 1px solid #2A2A2A;
	zoom: 1;
}

/* Info
----------------------------------------- */
div#column-info.blockCont {
	width: 290px;
	color: #666;
}

div#column-info a:link,
div#column-info a:visited {
	color: #666;
}

div#column-info a:hover,
div#column-info a:active  {
	color: #FFF;
}

div#column-info h3 {
	height: 12px;
	margin-bottom: 3px;
	background: url(/img/spr_nav_ttl.gif) no-repeat;
	text-indent: -9999px;
}

/* map */
div#column-info div#map h3 {
	float: left;
	width: 60px;
	background-position: 0 -80px;
}

div#column-info div#map dl {
	clear: both;
	padding-top: 10px;
	line-height: 1.4;
}

div#column-info div#map dl dt {
	font-style: italic;
}

div#column-info div#map dl dd {
	margin: 5px 0 10px 15px;
}

/* Contact */
div#column-info div#contact h3 {
	background-position: 0 -100px;
}

div#column-info div#contact dl dt {
	float: left;
	margin-right: 10px;
}

div#column-info div#contact dl dd h4 {
	margin-bottom: 5px;
	font-weight: normal;
}

div#column-info div#contact dl dd h4 a {
	font-weight: bold;
}

div#column-info div#contact dl dd p.contact {
	margin-top: 10px;
	text-align: right;
}

/* Copyright */
div#column-info div#copyright h3 {
	background-position: 0 -120px;
}

div#column-info div#copyright address {
	font-style: italic;
}

div#column-info div#copyright h4 {
	height: auto;
	margin: 15px 0 0;
	background: none;
	text-indent: 0;
}

div#column-info div#copyright ul li {
	display: inline;
	margin-right: 8px;
}

div#column-info div#copyright ul li a {
	text-decoration: none;
}

div#column-info div#copyright ul li strong {
	font-weight: normal;
}

/* Wall
----------------------------------------- */
div.blockCont h3.ttlArt {
	margin: 0 0 10px -7px;
	padding-top: 15px;
	background: url(/img/spr_nav_ttl.gif) no-repeat 0 -160px;
	font-size: 160%;
}

div.blockCont h3.ttlArt img {
	margin-left: 7px;
}

div.blockCont div.movie {
	margin-bottom: 20px;
}

div.blockCont div.projectInfo h4 {
	position: relative;
	height: 12px;
	margin: 0 0 10px -7px;
	background: url(/img/spr_nav_ttl.gif) no-repeat;
	text-indent: -9999px;
	background: url(/img/spr_nav_ttl.gif) no-repeat 0 -140px;
}

div.blockCont div.projectInfo ul {
	float: left;
	width: 160px;
	margin-right: 10px;
}

div.blockCont div.projectInfo ul li {
	margin-bottom: 4px;
}

div.blockCont div.projectInfo div.projectBody {
	margin-left: 170px;
}

div.blockCont div.projectInfo div.projectBody p {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------
	80. Lightbox
------------------------------------------------------------ */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	width: 49%;
	height: 100%;
	zoom: 1;
}

#lightbox-nav-btnPrev { 
	left: 0;
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.4;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	float: left;
	width: 70%;
	text-align: left;
}	

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1em;
}	
		
#lightbox-secNav-btnClose {
	float: right;
	width: 66px;
	padding-bottom: 0.7em;
}

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: fixed;
	top: 62px;
	left: 0;
	z-index: 900;
	width: 100%;
	padding: 5px 0;
	border: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* pager */
ul#pager li {
	position: fixed;
	overflow: hidden;
	z-index: 99;
	top: 0;
	width: 100px;
	height: 100%;
}

ul#pager li.hover {
	cursor: pointer;
}

ul#pager li.prev {
	left: 0;
}

ul#pager li.next {
	right: 0;
}

ul#pager li img {
	display: block;
	position: absolute;
	top: 50%;
}

ul#pager li.prev img {
	left: -21px;
}

ul#pager li.next img {
	right: -21px;
}

/* ------------------------------------------------------------
	99. clearfix
------------------------------------------------------------ */
.group:after,
div.content div.blockCont div.ttlCont:after,
div.content:after,
div.blockCont div.projectInfo:after,
div#column-info div#contact dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.group,
div.content div.blockCont div.ttlCont,
div.content,
div.blockCont div.projectInfo,
div#column-info div#contact dl {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group,
* html div.content div.blockCont div.ttlCont,
* html div.content,
* html div.blockCont div.projectInfo,
* html div#column-info div#contact dl {
	height: 1%;
}

.group,
div.content div.blockCont div.ttlCont,
div.content,
div.blockCont div.projectInfo,
div#column-info div#contact dl {
	display: block;
}
/* end: exclude MacIE5 */
