/*CSS for Kiuchism/works/メインの目次ページ*/
/*Modified: 2008.6.28*/

/* @group Universal */

html {
	height: 100%;
	width:100%;
}
body {
	height:100%;
	background-position:100% 100%;
	background:url(../img/works/bg.jpg) repeat-x top #CDC9C1;
}
body > div {
	height: 100%;
	width:100%;
}
/*テーブル*/
table {
	border-width:0;
	font-size:inherit;font:100%;
}
td {
	border-width:0;
}
/*レイアウトテーブル*/
table#wrapper {
	border-collapse:collapse;
	width:100%;
	height:100%;
	margin-bottom:-16px;
}
/*パンくずリスト*/
p.topic_path {
	width:804px;
	margin:-40px auto 0 auto;
	text-align:right;
	padding:0 50px 10px 0;
	font-size:83.3%;
	color:#666;
}
/*コピーライト*/
p#copyright {
	font-size:75%;
	color:#666;
	padding:10px 0 4px 0;
}
/*検索フォーム*/
div.searchform {
	padding:7px 0 10px 25px;
	text-align:left;
}
input.formfield {
	background-color:#FCFF00;
}
/*ページスイッチ*/
div.pageswitch {
	font-size:91.6%;
	text-align:center;
	padding-bottom:20px;
}

/* @end */

/* @group Footer */

td.floor {
	height:83px;
	background:url(../img/works/bg_floor.gif) repeat-x;
	margin:0;
	padding:0;
}
td.floor img {
	float:left;
	padding:0 5px 5px 0;
}


/* @end */

/* @group Layout */

/*コンテンツセル（index）*/
td.contents {
	vertical-align:top;
	text-align:center;
	background:url(../img/works/bg_contents.gif) repeat-y center;
}
/*コンテンツセル（item）*/
td.contents_item {
	vertical-align:top;
	text-align:center;
	background:url(../img/works/bg_contents_item.gif) repeat-y center;
}

/*コンテナ*/
div#content_wrapper {
	width:794px;
	margin:0 auto;
	padding:0 5px;
}
/*左列*/
div#left {
	width:206px;
	margin:0 20px 0 0;
	float:left;
}
/*右列*/
div#right {
	width:555px;
	float:right;
	margin:0 10px 0 0;
	text-align:left;
}
/*IE対策*/
* html div#right {
	width:553px;
	margin-right:0;
}
/*画像枠指定*/
a:link img,
a:visited img,
a:hover img {
	background-color:#FFF;
	display:inline;
}

/* @end */

/* @group Hypertext */

a:link,
a:visited {
	color:#FF5400;
	text-decoration:none;
}
a:hover {
	color:#FF5400;
	background-color:#E3E1DC;
}


/* @end */

/* @group Header */

/*ヘッダー*/
div#header {
	width:804px;
	height:130px;
	background:url(../img/works/bg_header.gif) no-repeat 0 top;
	margin:0 auto;
}
/*indexページ*/
div#shadow {
	width:892px;
	height:100%;
	background:url(../img/works/shadow.jpg) no-repeat top;
	margin:0 auto;
	position:relative;
}
/*itemページ*/
div#shadow_item {
	width:892px;
	height:100%;
	background:url(../img/works/shadow_item.jpg) no-repeat top;
	margin:0 auto;
	position:relative;
}
/*ロゴ（index）*/
h1#works {
	width:206px;
	height:114px;
	background:url(../img/works/img/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0 0 5px;
	float:left;
}
* html h1#works {
	margin-right:-4px;
}
h1#works a:link ,
h1#works a:visited {
	width:206px;
	height:114px;
	background:url(../img/works/logo.gif) no-repeat;
	border:0px;
	display:block;
}
h1#works a:hover {
	width:206px;
	height:114px;
	background:url(../img/works/logo.gif) no-repeat;
	border:0px;
	background-position:0 -114px;
}

/*ロゴ（item）*/
h1#works_item {
	width:140px;
	height:74px;
	background:url(../img/works/img/logo_item.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0 0 5px;
	float:left;
}
* html h1#works_item {
	margin-right:-4px;
}
h1#works_item a:link ,
h1#works_item a:visited {
	width:140px;
	height:74px;
	background:url(../img/works/logo_item.gif) no-repeat;
	border:0px;
	display:block;
}
h1#works_item a:hover {
	width:140px;
	height:74px;
	background:url(../img/works/logo_item.gif) no-repeat;
	border:0px;
	background-position:0 -74px;
}


/* @end */

/* @group Navigation */

ul#navi {
	width:516px;
	height:57px;
	margin:8px 5px 0 0;
	list-style-type:none;
	float:right;
}
* html ul#navi {
		margin-right:3px;
}
#navi li {
	float:left;
}
/*ボタン作品集*/
li#works a:link,
li#works a:visited {
	width:125px;
	height:57px;
	background:url(../img/works/b_navi_works.gif) no-repeat;
	display:block;
	margin-top:5px;
	text-indent:-9999px;
}
li#works a:hover {
	background-position:0 -57px;
}
/*ボタン自己紹介*/
li#profile a:link,
li#profile a:visited {
	width:129px;
	height:57px;
	background:url(../img/works/b_navi_profile.gif) no-repeat;
	display:block;
	margin-top:5px;
	text-indent:-9999px;
}
li#profile a:hover {
	background-position:0 -57px;
}
/*ボタンブログ*/
li#blog a:link,
li#blog a:visited {
	width:127px;
	height:57px;
	background:url(../img/works/b_navi_blog.gif) no-repeat;
	display:block;
	margin-top:5px;
	text-indent:-9999px;
}
li#blog a:hover {
	background-position:0 -57px;
}
/*ボタンお問い合わせ*/
li#contact a:link,
li#contact a:visited {
	width:134px;
	height:57px;
	background:url(../img/works/b_navi_contact.gif) no-repeat;
	display:block;
	margin-top:5px;
	text-indent:-9999px;
}
li#contact a:hover {
	background-position:0 -57px;
}


/* @end */

/* @group Left */

#b_top a:link,
#b_top a:visited {
	width:171px;
	height:114px;
	background:url(../img/works/b_top.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	border:3px solid #FFF;
	margin:0 auto;
}
#b_top a:hover {
	border:3px solid #DFDBD8;
}
/*展覧会リスト*/
ul.archive {
	width:167px;
	margin:0px 0 0 3px;;
	text-align:left;
	margin:0 auto;
	list-style: none;
}
.archive li {
	font-size:75%;
	
}
.archive li.subcat {
	background:url(../img/works/listmaker.gif) no-repeat 0 5px;
	padding:2px 0 2px 9px;
}
.archive li.year {
	padding:4px 0 0 0;
}
/*展覧会一覧タイトル*/
h2#exhibit {
	width:214px;
	height:20px;
	background: url(../img/works/t_left_exhibition.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:10px 0 5px 0;
	display:block;
}
/*作品検索タイトル*/
h2#search {
	width:214px;
	height:20px;
	background: url(../img/works/t_left_search.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:10px 0 5px 0;
	display:block;
}
/*サムネイル一覧タイトル*/
h2#thumbnails {
	width:214px;
	height:20px;
	background: url(../img/works/t_left_thumb.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:10px 0 5px 0;
	display:block;
}
/*サムネイル一覧コンテナ*/
div#content_thumb {
	text-align:left;
	margin:-2px 0 0 2px;
}
div#content_thumb img {
	width:45px;
	height:45px;
	float:left;
}
div#content_thumb a:link img,
div#content_thumb a:visited img {
	width:45px;
	height:45px;
	margin:0 0 1px 1px;
	padding:0;
	display:block;
	border:2px solid #FFF;
}
div#content_thumb a:hover img {
	width:45px;
	height:45px;
	margin:0 0 1px 1px;
	padding:0;
	border:2px solid #E3E1DC;
	display:block;
}

/* @end */

/* @group Right */

/*展覧会情報ボックス*/

h3.title_place {
	width: 522px;
	height: 20px;
	background: url(../img/works/t_exhibit_gallery.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 20px;
}

div.unit {
	width:156px;
	height:180px;
	float:left;
	margin-right:35px;
	text-align:left;
}
div.unit p.title {
	font-size:83.3%;
	text-align:left;
}
div.unit p.desc {
	font-size:75%;
}

/*DM*/
div.dm {
	width:154px;
	height:154px;
	padding:1px;
	background:url(../img/works/bg_printing.gif) no-repeat #C1C1C1 1px 1px;
	display:block;
}
/*パンくずリスト（index用）*/
p#cat_index {
	margin-top:0;
}
p#cat_index a:link,
p#cat_index a:visited {
	color:#333;
	text-decoration:none;
}
p#cat_index a:hover {
	color:#000;
	background-color:#E3E1DC;
}
/*公開ステータス（カテゴリーページ用）*/
ul.status {
	list-style-type:none;
		float:left;
}
ul.status li {
	float:left;
	height:44px;
	width:44px;
	padding:8px 2px 0 0;
}

/*展覧会タイトル（coming soon）*/
ul.status li.soon {
	background:url(../img/works/ico_soon.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
/*展覧会タイトル（now showing）*/
ul.status li.showing {
	background:url(../img/works/ico_showing.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
/*展覧会タイトル（solo exhibition）*/
ul.status li.solo {
	background:url(../img/works/ico_solo.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
/*展覧会タイトル（group show）*/
ul.status li.group {
	background:url(../img/works/ico_group.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}

/*公開ステータス（展覧会TOPページ用）*/
ul.status_index {
	list-style-type:none;
}
ul.status_index li {
	float:left;
	height:8px;
	width:8px;
	padding:8px 2px 0 0;
}

/*展覧会タイトル（coming soon）*/
ul.status_index li.soon {
	background:url(../img/works/ico_soon_small.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
/*展覧会タイトル（now showing）*/
ul.status_index li.showing {
	background:url(../img/works/ico_showing_small.gif) no-repeat 0 0;
	display:block;

	text-indent:-9999px;
}
/*展覧会タイトル（solo exhibition）*/
ul.status_index li.solo {
	background:url(../img/works/ico_solo_small.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
/*展覧会タイトル（group show）*/
ul.status_index li.group {
	background:url(../img/works/ico_group_small.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}

/*テーブル*/
table#contents {
	border-collapse:collapse;
}
#contents td {
	vertical-align:top;
}
td.contents_td {
	width:50px;
	padding:0;
	margin:0;
}
/*作品タイトル*/
p.archive_title {
	font-size:83.3%;
	line-height:130%;
	padding:4px 0 15px 0;
}
/*汎用タイトル（検索結果など）*/
h3.read,
h3.cat_name {
	font-size:100%;
	font-weight:bold;
	border-bottom:2px solid #FCFF00;
	padding-bottom:2px;
	margin-bottom:10px;
}

/* @group Exhibition Info */

/*HOMEボタン*/
#b_home {
	width:54px;
	height:174px;
	background:url(../img/works/b_home.gif) no-repeat 0 0;
	margin:0 10px 0 -2px;
	text-indent:-9999px;
}
#b_home a:link,
 #b_home a:visited {
	width:54px;
	height:174px;
	background:url(../img/works/b_home.gif) no-repeat 0 0;
	border:0;
	display:block;
}
#b_home a:hover,
#b_home a:active {
	width:54px;
	height:174px;
	background:url(../img/works/b_home.gif) no-repeat 0 0;
	background-position:0 -174px;
	border:0;
}

/*展覧会情報*/
td.detail {
	width:465px;
	vertical-align:top;
	background:url(../img/works/dotline.gif) repeat-y right top;
}
/*展覧会タイトルコンテナ*/
.exhi_title {
	min-height:44px;
	display:block;
}
/*展覧会タイトル*/
p.title {
	font-size:100%;
	font-weight:bold;
	line-height:120%;
	padding:6px 0 0 46px;
}
/*展覧会タイトル（会場）*/
p.place {
	font-size:91.6%;
	font-weight:normal;
	line-height:130%;
	padding-left:46px;
}
/*説明文*/
div.comment {
	width:100%;
	padding-top:1em;
	font-size:91.6%;
	line-height:120%;
}
div.comment img {
	padding:0;
}
div.comment a:link img,
div.comment a:visited img {
	border:3px solid #FFF;
}
div.comment a:hover img {
	border:3px solid #E3E1DC;
}
/*展覧会情報テーブル*/
table.info {
	border-collapse:collapse;
	margin:20px 0 20px 20px;
}
table.info a:link,
table.info a:visited {
	color:#FF5400;
	text-decoration:none;
}
table.info a:hover {
	color:#FF3300;
}
.info th {
	text-align:right;
	font-weight:bold;
	font-size:91.6%;
	padding:1px;
}
.info td {
	font-size:91.6%;
	font-weight:normal;
	padding:1px;
}
/*追加情報*/
div.add {
	width:458px;
	font-size:91.6%;
	line-height:120%;
	color:#FF3300;
	margin-top:6px;
	padding:10px 30px 20px 30px;
	border:1px dashed #FF3300;
}

/* @end */

/* @group Images */

/*作品写真タイトル*/
h3.title_images {
	width:522px;
	height:20px;
	background:url(../img/works/t_category_header.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0;
}
div#imagelist a:link img,
div#imagelist a:visited img {
	border:3px solid #FFF;
	display:inline;
}
div#imagelist a:hover img {
	border:3px solid #E3E1DC;
}

/* @end */

/* @end */

/* @group Item */

/* 作品写真 */
div.content_photo img {
	border:1px solid #CCC;
	padding:2px;
	margin-bottom:15px;
}
/*タイトルコンテナ*/
div.title {
	width:750px;
	margin:0 auto;
	padding-bottom:2px;
	border-bottom:1px solid #CCC;
	vertical-align:bottom;
}
/*タイトル（日本語）*/
h2.jp {
	font-size:120%;
	font-weight:bold;
	color:#719825;
	padding-left:5px;
	float:left;
}
/*タイトル（英語）*/
h2.en {
	font-size:75%;
	font-weight:bold;
	color:#719825;
	float:right;
	padding:5px 5px 0 0;
}
/*作品概要（素材・大きさ・制作年）*/
h3.spec {
	width:750px;
	margin:3px auto 15px auto;
	padding-left:5px;
	text-align:left;
	font-weight:normal;
	font-size:75%;
	color:#666;
}
/*出品展覧会（タイトル）*/
h3.exhitop {
	width:102px;
	height:15px;
	background:url(../img/works/t_exhitop.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
/*展覧会情報（左列）*/
div.content_exhi {
	width:280px;
	float:left;
	margin:10px 0 30px 50px;
	text-align:center;
	white-space:normal;
	font-size:75%;
}
* html div.content_exhi {
	width:250px;
	margin-left:30px;
}
div.content_exhi a:link img,
div.content_exhi a:visited img{
	display:block;
	margin:0 auto 2px auto;
	border:3px solid #FFF;
}
div.content_exhi a:hover img{
	display:block;
	border:3px solid #E3E1DC;
}
/*作家コメント*/
div#desc {
	width:702px;
	margin:0 auto 20px auto;
	background:url(../img/works/bg_stripe.png) repeat #E7E7E7;
	border:1px solid #CCC;
}
/*コメント非表示*/
div#desc_off {
	display:none;
}
/*作家写真枠*/


div#desc_photo {
	width:71px;
	float:left;
	padding:18px 8px 18px 20px;
}
/*紹介文枠*/
div#desc_body {
	width:570px;
	float:right;
	padding:18px;
	padding-left:0;
	text-align:left;
	font-size:100%;
	line-height:140%;
}
/*移動ナビ（前の作品・次の作品・DM）*/
table#move {
	border-collapse:collapse;
	width:304px;
	margin:20px auto 30px auto;
}
/*矢印枠*/
table#move td.allow {
	width:52px;
}
/*DM枠*/
table#move td.dm {
	width:200px;
	font-size:85%;
	text-align:center;
}
table#move td.dm img{
	margin-bottom:4px;
}
/*前へ・次へ*/
div.follow {
	width:200px;
	height:67px;
	text-align:center;
	margin:10px auto;
	clear:both;
}
div.follow img {
	float:left;
	padding-right:10px;
}
div.follow img.ya {
	padding-top:4px;
}

/* @end */

