@charset "UTF-8";
/* CSS Document */

#disc_area {
	width: 860px;
	height: auto;
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	}

#left_area {
	width: 420px;
	height: 380px;
	float: left;
	padding-right: 10px;
	}
	
#cali_area {
	width: 190px;
	height: 150px;
	padding-top: 230px;
	float: left;
	background-image: url(../exhibition/image/bg_cali.gif);
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#pic_area {
	width: 190px;
	height: 150px;
	padding-top: 230px;
	font-size: 10pt;
	float: right;
	background-image: url(../exhibition/image/bg_pic.gif);
	padding-right: 5px;
	padding-left: 5px;
	}
	
#right_area {
	width: 420px;
	height: 380px;
	float: right;
	padding-left: 10px;
	}
	
#other_area {
	width: 190px;
	height: 150px;
	padding-top: 230px;
	float: right;
	background-image: url(../exhibition/image/bg_other.gif);
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	}
	
#text_area {
	width: 190px;
	height: 150px;
	padding-top: 230px;
	float: left;
	background-image: url(../exhibition/image/bg_text.gif);
	padding-right: 5px;
	padding-left: 5px;
	}

ul {
	list-style: none;
	padding: 0;
	margin:0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10pt;
}


li a:link {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 10pt;
	color: #009933;
	text-decoration: underline;
}

a:active {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
