/*==============================================================

CSS for Kiuchism｜展覧会情報
Modified: 2008.6.28

==============================================================*/

/*展覧会一覧タイトル*/
h3#title_list {
	width:522px;
	height:20px;
	background:url(../img/works/t_exhibit_list.gif) no-repeat left;
	margin:3px 0 10px 0;
	text-indent:-9999px;
	overflow:hidden;
}
/*その他作品タイトル*/
h3#title_other {
	width:522px;
	height:20px;
	background:url(../img/works/t_other_list.gif) no-repeat left;
	margin-bottom:10px;
	text-indent:-9999px;
	overflow:hidden;
}

/*コンテナ外枠（展覧会）*/
div.content_exhibit {
	width:152px;
	height:205px;
	float:left;
	margin:0 33px 10px 0;
}
* html div.content_exhibit {
	margin-right:25px;
	height:210px;
}
/*画像テーブル（展覧会）*/
table.content_image {
	width:152px;
	height:151px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table.content_image td {
	text-align:center;
	vertical-align:center;
	background:url(../img/works/bg_printing.gif) no-repeat;
	padding:1px 0;	
}
div.content_image img {
	max-width:154px;
	max-height:154px;
}
/*コンテナ内枠（テキスト部分・展覧会）*/
div.content_info {
	font-size:75%;
	line-height:120%;
	white-space:normal;
}
/*コンテナ外枠（その他）*/
div.content_other {
	width:115px;
	height:150px;
	float:left;
	margin:0 22px 8px 0;
}
* html div.content_other {
	height:170px;
}
/*画像テーブル（その他）*/
table.content_image_other {
	width:115px;
	height:114px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table.content_image_other td {
	text-align:center;
	vertical-align:center;
	background:url(../img/works/bg_printing.gif) no-repeat -20px -20px;
	padding-top:1px;	
}
div.content_image_other img {
	max-width:115px;
	max-height:115px;
}

/*展覧会タイトル*/
p.exhi_title {
	font-size:85%;
	display:inline;
}
p.exhi_info {
	font-size:75%;
	display:inline;
	font-color:#666;
}
/*ページスイッチ*/
div.pageswitch {
	clear:both;
	text-align:center;
	font-size:85%;
	padding:20px 0;
}