@charset "utf-8";

/*
=======================================================================
default font size style
=======================================================================
*/


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 helvetica,arial,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/*
=======================================================================
generic style
=======================================================================
*/

body {
	width: 100%;
	color: #666;
	}

#main {
	width: 900px;
	margin: 0 auto;
	padding-top: 1.5em;
}

/* hidden item */
.hidden {
	position: absolute;
 	left: 0px;
 	top: -500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}


/* sitewide link colors */
a:link {
	color: #672fbf;
	text-decoration: none;
	}

a:visited {
	color: #672fbf;
	text-decoration: none;
	}

a:hover {
	color: #ba8fff;
	text-decoration: none;
	}
/* end sitewide link colors */

/* generic list style */
ul, li {
	list-style: none;
	}

/* horizontal rule styles - use: <div class="hr"><!-- --></div><hr /> */
div.hr {
	height: 1px;
	background: url(../images/dots.gif) center center repeat-x;
	margin: 1em 0;
	}

.last {
	margin-bottom: 0;
	}

.cleardiv {
	height: 0;
	clear: both;
	}

hr {display: none;}



/*
=======================================================================
common header and footer
=======================================================================
*/

/* header */

#header {
	width: 900px;
	height: 70px;
	margin-bottom: 2.5em;
	background: url(../images/header_bg.gif) center left no-repeat;
	clear: both;
	}

#header #logo {
	float: left;
	}

#header #logo img{
	height: 25px;
	width: 380px;
	margin: 21px  0 0 12px;
	}

#header #nav {
	float: right;
	overflow: hidden;
	height: 25px;
	margin-top: 21px;
	list-style: none;
	}

#header #nav li {
	display: inline;
	}

#header #nav li a {
	float: left;
	overflow: hidden;
	margin-right: 18px;
	padding: 25px 0 0 0;
	height: 0px !important; 
	height /**/: 25px; /* for IE5/Win only */
	}
	
#header #nav a:hover {
	background-position: 0 -25px !important;
	}

#top #header #nav #n-home a {
	background-position: 0 -50px !important;
	}

#top #header #nav #n-home a:hover {
	background-position: 0 -25px !important;
	}

#artists #header #nav #n-home a {
	background-position: 0 -50px !important;
	}

#artists #header #nav #n-home a:hover {
	background-position: 0 -25px !important;
	}

#news #header #nav #n-news a {
	background-position: 0 -50px !important;
	}

#news #header #nav #n-news a:hover {
	background-position: 0 -25px !important;
	}

#header #nav #n-home a {
	width: 106px;
	background: url(../images/menu_home.gif) top left no-repeat;
	}

#header #nav #n-news a {
	width: 38px;
	background: url(../images/menu_news.gif) top left no-repeat;
	}


/* footer */

#footer {
	margin-left: 225px;
	margin-top: 2.5em;
	padding-bottom: 2em;
	clear: both;
	}

#footer p {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #888;
	text-transform: uppercase;
	line-height: 150%;
	}


/*
=======================================================================
generic page layout setting
=======================================================================
*/



#contents {
	margin:  0 5px 0 12px;
	clear: both;
	}

/* two and three column contents */

#center-right {
	float: right;
	width: 670px;
	}

#center {
	float: left;
	width: 460px;
	}

#right {
	float: right;
	width: 185px;
	}

#left {
	float: left;
	width: 190px;
	}

/* one column contents */

#news #contents h1 {
	float: left;
	width: 190px;
	}

#one-column {
	float: right;
	width: 670px;
	}



.pagetitle {
	height: 17px;
	width: 94px;
	margin-bottom: 2em;
	text-indent: -5000px;
	line-height: 100%;
	}

/* links */

a.external {
	padding-left: 16px;
	background: url(../images/ext_icon_off.gif) center left no-repeat;
	}

a.external:hover {
	background: url(../images/ext_icon_on.gif) center left no-repeat;
	}


/* generic section (dotted line come after this block) */

.section {
	background: url(../images/dots.gif) bottom left repeat-x;
	margin-bottom: 1em;
	}



/* end contents page layout style */





/*
=======================================================================
top page
=======================================================================
*/


#top #header #nav #n-home a {
	background-position: 0 -50px !important;
	}

/* footer */
#top #footer {
	margin-left: 0px;
	}

/* artists */
#top #contents {
	margin: 0px;
	padding-left: 12px;
	}

#top-left {
	float: left;
	width: 160px;
	}

#top-right {
	float: right;
	width: 710px;
	}

#top #contents h2 {
	height: 17px;
	width: 94px;
	margin-bottom: 2em;
	text-indent: -5000px;
	line-height: 100%;
	background: url(../images/title_artists.gif) no-repeat;
	}


#top #contents #top-right div {
	float: left;
	text-align: center;
	}

#top #contents #top-right #wrap1 {
	width: 155px;
	}

#top #contents #top-right #wrap2 {
	width: 180px;
	padding-top: 25px;
	}

#top #contents #top-right #wrap3 {
	width: 210px;
	padding-top: 25px;
	}

#top #contents #top-right #wrap4 {
	width: 165px;
	padding-top: 25px;
	}


#top #contents #top-right p {
	margin-top: 1em;
	font-size: 77%;
	text-transform: uppercase;
	line-height: 2em;
	}

#top #contents #top-right p a {
	color: #444;
	}

#top #contents #top-right p a:hover {
	color: #aaa !important;
	}

#top #contents #top-right p a:visited {
	color: #444;
	}


/* artists-list */

#top #contents ul.artists-list {
	padding-top: 5px;
	}

#top #contents ul.artists-list li{
	padding-bottom: 10px;
	}

#top #contents ul.artists-list li a{
	display: block;
	overflow: hidden;
	height: 23px;
	width: 160px;
	padding: 23px 0 0 0;
	height: 0px !important; 
	height /**/: 23px; /* for IE5/Win only */
	}
	
#top #contents ul.artists-list li a:hover {
	background-position: 0 -23px !important;
	}

#top #contents ul.artists-list #sub-uchida a {
	background: url(../images/name_uchida.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-kobayashi a {
	background: url(../images/name_kobayashi.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-ito a {
	background: url(../images/name_ito.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-kojima a {
	background: url(../images/name_kojima.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-tokiwa a {
	background: url(../images/name_tokiwa.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-ozawa a {
	background: url(../images/name_ozawa.gif) top left no-repeat;
	}

#top #contents ul.artists-list #sub-ishida a {
	background: url(../images/name_ishida.gif) top left no-repeat;
	}

/* contacts */

#top #contacts {
	margin-top: 2em;
	padding-top: 0.8em;
	background-color: #e6e6e6;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	clear: both;
	}

#top #contacts .wrap{
	padding: 0 12px;
	clear: both;
	}

#top #contacts h3 {
	float: left;
	margin-right: 1em;
	color: #000;
	font-size: 77%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 170%;
	}

#top #contacts p {
	float: left;
	font-size: 77%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 170%;
	}

#top #contacts p span{
	float: left;
	margin-right: 1em;
	}

#top #contacts .notice {
	margin-top: 0.8em;
	padding: 0.8em 12px;
	background: url(../images/dots.gif) top left repeat-x;
	}


/* end top page style */



/*
=======================================================================
page style
=======================================================================
*/

/*
-----------------------------------------------------------------------
artists
-----------------------------------------------------------------------
*/

/* artists-list */

#artists #left  h2 {
	height: 14px;
	width: 160px;
	margin-bottom: 1em;
	text-indent: -5000px;
	line-height: 100%;
	background: url(../images/title_artists_s.gif) no-repeat;
	}

#artists #contents ul.artists-list li {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 200%;
	letter-spacing: 1px;
	}

#artists #contents ul.artists-list li a {
	color: #666;
	}

#artists #contents ul.artists-list li a:hover {
	color: #aaa !important;
	}

#artists #contents ul.artists-list li a:visited {
	color: #666;
	}


/* center column */

#artists #center-right  h1 {
	height: 17px;
	width: 250px;
	margin-bottom: 2em;
	text-indent: -5000px;
	line-height: 100%;
	}

#artists #center h2 {
	font-size: 93%;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 1.5em;
	color: #222;
	}

#artists #center h3 {
	font-size: 93%;
	line-height: 150%;
	text-transform: uppercase;
	}

#artists #center-right #uchida {
	background: url(../images/title_uchida.gif) no-repeat;
	}

#artists #center-right #kobayashi {
	background: url(../images/title_kobayashi.gif) no-repeat;
	}

#artists #center-right #ito {
	background: url(../images/title_ito.gif) no-repeat;
	}

#artists #center-right #kojima {
	background: url(../images/title_kojima.gif) no-repeat;
	}

#artists #center-right #tokiwa {
	background: url(../images/title_tokiwa.gif) no-repeat;
	}

#artists #center-right #ozawa {
	background: url(../images/title_ozawa.gif) no-repeat;
	}

#artists #center-right #ishida {
	background: url(../images/title_ishida.gif) no-repeat;
	}

#artists #center div {
	margin-bottom: 1.2em;
	}

#artists #center  #image p.caption {
	color: #999;
	font-size: 85%;
	line-height: 140%;
	padding-bottom: 1.5em;
	}

#artists #center #statement p,
#artists #center #english p {
	font-size: 93%;
	line-height: 150%;
	text-indent: 0;
	padding-bottom: 1.5em;
	}

#artists #center #statement-jp h2,
#artists #center #japanese h2 {
	font-size: 93%;
	line-height: 170%;
	font-weight: bold;
	padding-bottom: 1em;
	color: #222;
	}

#artists #center #statement-jp p,
#artists #center #japanese p {
	font-size: 93%;
	line-height: 170%;
	text-indent:0;
	padding-bottom: 1.5em;
	}


/* right column */


#artists #right {
	padding-top: 0.7em;
	background: url(../images/dots.gif) top left repeat-x;
	}

#artists #right .section {
	padding-bottom: 0em;
	}

#artists #right h2 {
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	color: #222;
	}

#artists #right p {
	font-size: 85%;
	line-height: 130%;
	color: #999;
	}

#artists #right #biography,
#artists #right #works {
	clear: both;
	margin-bottom: 0.7em;
	}

#artists #right #works .wrap {
	clear: both;
	padding-bottom: 0.7em;
	}

#artists #right #works .thumbwrap {
	width: 60px;
	float: left;
	}

#artists #right #works .wrap p {
	width: 115px;
	float: right;
	}

#artists #right #works .wrap a {
	color: #222;
	}

#artists #right #works .wrap a:hover {
	color: #aaa !important;
	}

#artists #right #works .wrap a:visited {
	color: #222;
	}

#artists #right #works p.moreworks,
#artists #right #biography p,
#artists #right #relatedlink p {
	padding-bottom: 1em;
	color: #666;
	}

#artists #right #works p.moreworks {
	text-transform: uppercase;
	}

#artists #right #biography p.download {
	line-height: 180%;
	}


#artists #right #works p.moreworks a,
#artists #right #biography p.download a {
	padding-left: 9px;
	background: url(../images/arrow_s_off_b.gif) center left no-repeat;
	}

#artists #right #works p.moreworks a:hover,
#artists #right #biography p.download a:hover {
	background: url(../images/arrow_s_on_b.gif) center left no-repeat;
	}


/*
-----------------------------------------------------------------------
artists work page
-----------------------------------------------------------------------
*/


#artists #work img {
	margin-bottom: 1em;
	}

#artists #work p.caption {
	color: #666;
	font-size: 85%;
	line-height: 130%;
	}

#artists #center-right  #worknavi {
	padding-bottom: 1.5em;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1px;
	}

#artists #center-right  #worknavi a {
	color: #222;
	}

#artists #center-right  #worknavi a:hover {
	color: #aaa !important;
	}

#artists #center-right  #worknavi a:visited {
	color: #222;
	}

#artists #center-right  #worknavi a.prev {
	padding-left: 10px;
	background: url(../images/arrow_l_off.gif) center left no-repeat;
	}

#artists #center-right  #worknavi a.prev:hover {
	background: url(../images/arrow_l_on.gif) center left no-repeat;
	}

#artists #center-right  #worknavi a.next {
	padding-right: 10px;
	background: url(../images/arrow_off.gif) center right no-repeat;
	}

#artists #center-right  #worknavi a.next:hover {
	background: url(../images/arrow_on.gif) center right no-repeat;
	}


/* other works */

#artists #center-right .section2 {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	background: url(../images/dots.gif) bottom left repeat-x;
	}

#artists .work-wrap {
	clear: both;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	background: url(../images/dots.gif) bottom left repeat-x;
	}

#artists .work-wrap img {
	float: left;
	}

#artists .work-wrap p.caption {
	margin-left: 485px;
	color: #666;
	font-size: 85%;
	line-height: 140%;
	}

/*
-----------------------------------------------------------------------
news
-----------------------------------------------------------------------
*/

#news .pagetitle {
	background: url(../images/title_news.gif) no-repeat;
	}

#news #list div.wrap {
	clear: both;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	background: url(../images/dots.gif) bottom left repeat-x;
	clear: both;
	}

#news #list div.wrap .english {
	width: 320px;
	float: left;
	}

#news #list div.wrap .japanese {
	width: 320px;
	float: right;
	}

#news #list h2 {
	color: #000;
	font-size: 108%;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	background: url(../images/dots.gif) bottom left repeat-x;
	clear: both;
	}

#news #list h2.artist {
	margin-top: 3em;
	}

#news #list div.wrap h3 {
	line-height: 140%;
	}

#news #list div.wrap h3 .type {
	display: block;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	}

#news #list div.wrap h3 .title {
	display: block;
	letter-spacing: 1px;
	color: #222;
	font-size: 93%;
	font-weight: bold;
	}

#news #list div.wrap p {
	font-size: 93%;
	line-height: 140%;
	}


