body {
	margin: 0px;
	padding: 0px;
	background: #333333;
	font-family:  "Lucida Grande", "Helvetica", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka";
	font-size: 10px;
	line-height: 170%;
	color: #FFFFFF;
	font-weight:lighter;
	
	}

a:{text-decoration: none;}
a:link {color:#AACCDD; text-decoration:none;}
a:visited {color:#778899; text-decoration:none;}
a:active {color:#FFFFFF; text-decoration:underline;}
a:hover {color:#6699FF; text-decoration:underline;}


.title {
	font-size: 16px;
	font-weight: bolder;
	color: #333333;

}

.description {
	font-size: 9px;
	font-weight: lighter;
	line-height: 250%;
	color: #999999;
}

.description a:{text-decoration: none;}
.description a:link {color:#AACCDD; text-decoration:none;}
.description a:visited {color:#778899; text-decoration:none;}
.description a:active {color:#FFFFFF; text-decoration:underline;}
.description a:hover {color:#6699FF; text-decoration:underline;}


.pict {
	background: #FFF;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #666666;
	align: center;
}

.background {
	background-image:url(images/main_img.gif);
	background-repeat: no-repeat;
}

.color {
color: #66CC00;
}


/* profile------------------------------------------------------------------ */


.profile_title {
	padding: 15px 0px 8px 10px;
	font-size: 12px;
	line-height: 80%;
	color: #FFFFFF;
	font-weight:lighter;
	background-image:url(images/stripe_000.gif);

	
}

.profile_box {
	background-color:#111111;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
	padding: 15px;
	font-size: 10px;
	line-height: 200%;
	color: #999999;
	font-weight:lighter;
	background-image:url(images/stripe_111.gif);
}

.profile_history {
	padding: 0px 10px 0px 0px;
}


/* works------------------------------------------------------------------ */

.works_cell {
	font-size: 9px;
	font-weight: lighter;
	line-height: 170%;
	color: #999999;
	background-color:#111111;
	height: 80px;
	background-image:url(images/stripe_111.gif);

}

.year_cel {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 10px;
	align: left;
	background-image:url(images/stripe_000.gif);
	
}

/* exhibition------------------------------------------------------------------ */

.exhibition_cell {
	font-size: 9px;
	font-weight: lighter;
	line-height: 120%;
	color: #666666;
	background-color:#111111;

}


.exhibition_year_cel {
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 10px;
	align: left;

}


/* exhibition_detail------------------------------------------------------------------ */

.exhi_detail_title {
	font-size: 14px;
	font-weight:lighter;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 25px 10px 25px;
    line-height: 150%;
}

.exhi_detail_description {
	font-size: 12px;
	font-weight:100;
	color: #999999;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 25px 10px 25px;
    line-height: 150%;
}

.exhi_detail_text {
	font-size: 9px;
	font-weight:100;
	color: #999999;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 25px 20px 25px;
    line-height: 170%;
}




/* lightbox------------------------------------------------------------------ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left:  0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 85% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* copyright------------------------------------------------------------------ */
.copyright {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	font-weight:lighter;
	text-align: center;
	color: #999999;
	line-height: 100%;
}

.copyright a:{text-decoration: none;}
.copyright a:link {color:#AACCDD; text-decoration:none;}
.copyright a:visited {color:#AACCDD; text-decoration:none;}
.copyright a:active {color:#FFFFFF; text-decoration:underline;}
.copyright a:hover {color:#6699FF; text-decoration:underline;}
