﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名	*/
/* 使用目的					*/
/* 説明						*/
/* 制作日時・制作者			*/

/* css/photo.css						*/
/* 「七ツ森」展ページのデザインを定義	*/
/*  枠組み、フォント設定				*/
/* 2008/05/27 Aki Saito					*/

.box_work {
	float:left;
	width:12em;
	padding:1em;
	text-align:center;
}
.works2009 {
	float:left;
	width:8em;
	padding:0.5em;
	text-align:center;
}

.p {
	margin-bottom:1em;
	line-height:1.5em;
}

p.work {
	float:left;
	width:8em;
	padding:0.3em;
	text-align:center;
}

/*-----2009.10.01[upd]-----------------------------------*/
div.box_exhibit {
	width:35em;
	padding:1em;
}
table.exhibit-cap{
	width:32em;
	font-size:0.8em;
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0em 0em 1.5em 2em;
}
table.exhibit-cap th{
	width:7em;
	text-align:left;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#99FF33;
	padding:0.5em;
}
table.exhibit-cap td{
	width:25em;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0.5em;
}
p.exhibit-text{
	margin:1em 0 1.5em 2em;
}
span.con-title{
	display:block;
	font-weight:bold;
}
p.exhibit-host{
	width:32em;
	font-size:0.8em;
	padding:0.5em 0 0.5em 2.5em;
}
span.host-name{
	display:block;
	font-weight:bold;
}
/*-------------------------------------------------------*/
