@charset "UTF-8";


html{
	height:100%;
	min-height:100%;
}

html > body{
	min-height: 100%;
}

body{
	height: 100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	
	position: relative;
	
	background-image: url("/biennale10/img/background0.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	
	font-family: "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro W3", HiraKakuPro-W3, ¥á¥¤¥ê¥ª, Meiryo, "£Í£Ó ¥´¥·¥Ã¥¯", MS-Gothic, Helvetiva, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

/* ¥é¥Ã¥Ñ©` */
div#wrapper{
	height: 100%;
	min-height:100%;
	width: 960px;
	margin: 0 auto;
	display: block;
	clear: both;
}

div#wrapper:after{
	content:"";
	display:block;
	clear:both;
	height: 0;
}



/* navigation¥«¥é¥à¤Î¥¹¥¿¥¤¥ê¥ó¥° */
div#nav_container{
	width: 180px;
	padding-top: 15px;
	float:left
}
div#nav_container div#nav_navigation{
	width: 120px;
	margin-left: auto;
	margin-top: 30px;
}
div#nav_container div#nav_navigation ul{
	list-style: none outside;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#nav_container div#nav_navigation ul li{
	margin-bottom: 10px;
}


/* ¥á¥¤¥ó¥«¥é¥à¤Î¥¹¥¿¥¤¥ê¥ó¥° */
div#main_container{
	width: 640px;
	min-height: 100%;
	float:left;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	
	background-image: url("/biennale10/img/background1.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}


/* ÓÒÓà°×¥¨¥ê¥¢ */
div#right_spacer{
	width: 138px; 
	float: left;
}


/* footer¤Î¥¹¥¿¥¤¥ê¥ó¥° */
div#footer{
	clear:both;
	width: 100%;
	height: 23px;
	
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: -23px;
	
	background-color: black;
	font-size: 9px;
	font-weight: lighter;
	color: white;
	text-align: center;
	line-height: 23px;
	
}

div#footer p{
	margin: 0;
	padding: 0;
}




/* ÎÄÕÂ˜‹Ôì */
h1{
	font-size: 20px;
}

h2{
	margin:5px 0;
	color: #D98E04;
	font-size: 16px;
}

h3{
	margin:5px 0;
	font-size: 11px;
	font-weight: bold;
}

a{
	color: #D94323;
	text-decoration: none;
	border: none;
}
a:hover{
	text-decoration: underline;
}

a.navLink{
	color: black;
	text-decoration: none;
}
a.navLink:hover{
	border-bottom: solid 2px black;
}
a.navSelected{
	color: white !important;
	background: black;
}

.strong{
	font-weight: bold;
}

/* ¥³¥ó¥Æ¥ó¥Ä¥»¥¯¥·¥ç¥ó */
div#sectionHead{
	margin: 20px auto 40px auto;
	padding:0 10px;
}
div.section{
	margin: 15px 10px 55px 10px;
	padding: 0;
}


table.listTable{
	border: none;
}
table.listTable td{
	padding-bottom: 5px;
}
table.listTable td.labelCell{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}
table.listTable td p{
	margin: 0;
	padding: 0;
}


div.imgArea{
	background-image: url("/biennale10/img/imgBG.png");
}
div.imgArea img{
	padding: 5px;
}


img{
	border: none;
}

img.inlineIcon{
	vertical-align: -20%;
	margin-right:0.2em;
}
