*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
	width: 100%;
}
body{
	background: #000;
	color: #999;
	font: normal normal 10.5px/180% sans-serif;
	background: #000;
	position: absolute;
}
#ajaxloader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
h1, h2, h3{
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
}

a{
	color: #FFF;
}
strong{
	color: #FFF;
}


/* _____ LANGUAGE ___________________________________ */
/* z-index: 30-40 */
div#select-lang{
	position: absolute;
	z-index: 30;
	top: 5px;
	right: 5px;
}
div#select-lang p a, div#select-lang p strong{
	font-weight: bold;
	filter:alpha(style=0, opacity=40);
	-moz-opacity:0.40;
	opacity: 0.4;
	display: block;
	float: left;
	padding-right: 10px;
}
div#select-lang p a:hover{
	filter:alpha(style=0, opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

/* _____ SPLASH ___________________________________ */
/* z-index: 0-10 */
div#splash-container{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
}
p#splash img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
p#splash-credit{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

/* _____ HEAD MENU ___________________________________ */
/*z-index: 20-30*/
div#head-container{
	left: 50px;
	width: 160px;
	height: 100%;
	position: absolute;
	z-index: 200;
}
div#head-container-bg{
	position: absolute;
	width: 160px;
	height: 100%;
	filter:alpha(style=0, opacity=70);
	-moz-opacity:0.70;
	opacity: 0.7;
	background: #000;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	z-index: 21;
}
div#head{
	position: absolute;
	bottom: 80px;
	margin-left: 20px;
	z-index: 22;
}
ul#menu {
	margin-top: 20px;
	list-style: none;
	line-height: 250%;
	color: #FFF;
	letter-spacing: 0.1em;
}

/* _____ CONTETS ___________________________________ */
/*z-index: 10-20*/
div#contents-container{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-left: 1px solid #222;
	z-index: 10;
}
div#contents-container-bg{
	position: absolute;
	top: 0px;
	left 0px;
	height: 100%;
	width: 100%;
	background: #000;

	filter:alpha(style=0, opacity=70);
	-moz-opacity:0.70;
	opacity: 0.7;
	z-index: -1;
}

div.content{
	padding-top: 150px;
}
div.content h2{
	border-bottom: 1px solid #222;
	padding-left: 70px;
}
div.content h3{
	border-bottom: 1px solid #222;
	line-height: 22px;
}

span.head{
	font-weight: normal;
	font-size: 90%;
	width: 60px;
	float: left;
	display: block;
	margin-left: 10px;
	color: #999;
	line-height: 22px;
	position: relative;
}
div.content div p{
	color: #FFF;
	padding: 2px 20px 2px 70px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* CURRENT */
#current{
	width: 441px;
	padding-top: 200px;
}
#current div.article{
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	margin-top: 30px;
}
#current div.article p.done{
	color: #999;
}
#current div.article p.done a, #current div.article p.done strong{
	color: #999;
}
/* #KAKAME */
.article {
	font-size: 110%;
	line-height: 180%;
}
.article  dl{
	padding-left: 70px;
	padding-bottom: 10px;
}
.article  dl dt{
	float: left;
}
.article  dl dd{
	color: white;
	padding-left: 5px;
	margin-left: 80px;
}
.article  h4{
	padding-left: 70px;
	color: white;
	font-size: 110%;
}
/* WORKS */
#works {
	width: 640px;
	padding-top: 80px;
}
#works ul#selected{
	list-style: none;
	margin-top: 18px;
	margin-left: 9px;
}
#works ul#selected li{
	background: #000;
	margin: 0px 9px 9px 0px;
	float: left;
	width: 270px;
	padding: 10px;
	border: 1px solid #222;

	filter:alpha(style=0, opacity=80);
	-moz-opacity:0.80;
	opacity: 0.8;
}
#works ul#selected li:hover{
	border: 1px solid white;
	cursor: pointer;

	filter:alpha(style=0, opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
#works ul#selected li.highlight{
	border: 1px solid white;
	cursor: pointer;

	filter:alpha(style=0, opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
#works ul#selected li h3{
	font-size: 120%;
	line-height: 150%;
	font-family: Helvetiva, Arial
}
#works ul#selected li a{
	text-decoration:none;
}
#works ul#selected li img{
	float: left;
	padding-right: 10px;
}
#works div.more{
	clear: left;
	border-top: 1px solid #222;
	
}
/* ABOUT */
#about{
	width: 770px;
	height: 100%;
}

#about h3{
	padding-top: 22px;
	
}
#about div#profile, #about div#history{
	width: 374px;
	float: left;
}
#about div#history{
	width: 394px;
	float: left;
}

#about div#profile{
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}
#about div#profile h3{
	margin-bottom: 5px;
}
#about div#profile p{
}

#about div#history{
	height: 100%;
}
#about div#historical{
	border-left: 1px solid #222;
	height: 100%;
	padding-top: 25px;
}
#about div#historical ul{
	list-style: none;
}
#about div#historical ul li{
}
#about div#historical ul li span{
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid #222;
}
#about div#historical ul li ul{
	list-style: none;
}

#about div#historical ul li ul li{
	border-bottom: 1px solid #222;
	padding-left: 20px;
}


/* DETAIL */

.content.detail{
	padding-top: 150px;
	width: 600px;
}
.detail #abstract{
}
.detail #text{
}
.detail #credit{
}
.detail h2{
	padding-left: 0px;
	margin-bottom: 0px;
}
.detail h3{
	padding-left: 70px;
	margin-bottom: 22px;
	border-bottom: none;
}
.detail #text h3, .detail #text2 h3{
	margin-bottom: 0px;
}
.detail div.article{
	border-bottom: 1px solid #222;
	padding: 2px 15px 2px 0px;
}
.detail div.article p{
	line-height: 200%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navi{
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.detail .navi p.pages{
	float: left;
}
p.general{
	float: right;
}
.detail .navi p a, p.general a{
	display: block;
	float: left;
	text-align: center;
	line-height: 100%;
	padding: 10px 20px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	filter:alpha(style=0, opacity=60);
	-moz-opacity:0.60;
	opacity: 0.6;
}
.detail .navi p.pages a{
}
.detail .navi p.general a{
	font-weight: normal;
}
.detail .navi p a:hover{
	filter:alpha(style=0, opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
	background: transparent;
}
.detail .navi p a img{
	border: none;
}
.detail dl{
	margin-top: 22px;	
	border-bottom: 1px solid #222;
}
.detail dl dt{
	float: left;
	clear: left;
	width: 60px;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 22px;
	font-size: 90%;
}
.detail dl dd{
	padding-left: 70px;
	line-height: 22px;
	color: #FFF;
}
.detail dl dd span{
	font-size: 90%;
	color: #999;
}

#gallery-container{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	
	overflow: hidden;
	z-index: 15;
	background: #000;
}
p#gallery{
	position: absolute;
	left: 0px;
	top: 50%;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	height: 482px;
	margin-top: -250px;
	width: 15000px;

	cursor: pointer;
	background: #000;
}
p#gallery img{
	float: left;
	border: 1px solid #222;
	border-width: 0px 1px 0px 1px;
	margin-left: -1px;
	height: 100%;
	background: #000;
	cursor: pointer;
}
p#cursor-prev{
	position: absolute;
	top: 50%;
	z-index:200;
	left: 10px;
	cursor: pointer;
}
p#cursor-next{
	position: absolute;
	top: 50%;
	z-index:200;
	right: 10px;
	cursor: pointer;
}
p#gallery-navi img{
}

p#gallery-credit{
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-weight: bold;
	filter:alpha(style=0, opacity=60);
	-moz-opacity:0.60;
	opacity: 0.6;
	line-height: 100%;
}
