@charset "utf-8";

/*=============== タイトル ===============*/
.exhibitionTitle {
	float: right;
	width: 816px;
	margin-bottom: 26px;
}


/*=============== 全体 ===============*/
.exhibitionBody {
	float: right;
	width: 786px;
	padding-right: 30px;
	margin-bottom: 30px;
}

/*=== 展示エリア ===*/
.exhibitionBody .exhDocArea {
	width: 725px;
	text-align: left;
	background: #F4F4EA;
	padding: 16px 30px 20px;
}

/*=== 見出し ===*/
.exhDocArea h1 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	border-left: 8px solid #999999;
	padding-left: 8px;
	margin-bottom: 14px;
	color: #8F1C1A;
}

.exhDocArea h2 {
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	color: #003399;
	margin-bottom: 8px;
}

/*=== 本文 ===*/

.exhDocArea .docBody {
	margin-bottom: 16px;
}


.exhDocArea p {
	line-height: 140%;
	text-indent: 1em;
}

.exhDocArea p.indent {
	line-height: 140%;
	text-indent: 1em;
	text-align: right;
}

.exhDocArea a,
.exhDocArea a:visited {
	color: #CC0000;
	text-decoration: none;
}

.exhDocArea a:hover {
	text-decoration: underline;
}

/*=== 写真エリア 2010.05.25===*/

.exhDocArea .mainImageArea {
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

/*=== 作品一覧 ===*/
.exhibitionBody .exhListArea {
	width: 785px;
	text-align: left;
	padding: 16px 0px 20px;
}


.exhList {
	width: 785px;
	margin-top: 6px;
}

.exhList th {
	background: #CCCCCC;
	text-align: center;
	padding: 2px;
}

.exhList td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	text-align: center;
	margin: 0px;
}

.exhList td.name {
	text-align: left;
	letter-spacing: 0.1em;
	padding-left: 6px;
	line-height: 120%;
	border-left: 1px dotted #999999;
}

.exhList td.age {
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
}

.exhList td.number01 {
	background: #FFB0B0;
	border-style: none;
}

.exhList td.assortment01 {
	background: #FFB0B0;
	border-style: none;
}

.exhList td.number02 {
	background: #C1D6FF;
	border-style: none;
}

.exhList td.assortment02 {
	background: #C1D6FF;
	border-style: none;
}

.exhList td.number03 {
	background: #EEF9A4;
	border-style: none;
}

.exhList td.assortment03 {
	background: #EEF9A4;
	border-style: none;
}

.exhList td.number04 {
	background: #CAD5A4;
	border-style: none;
}

.exhList td.assortment04 {
	background: #CAD5A4;
	border-style: none;
}


/*===== 展示画像 =====*/
.imageBox {
	float: left;
	width: 470px;
	margin-top: 2px;
}

.imageBox p.imageBoxtext {
	width: 300px;
	padding-left: 10px;
	padding-top: 20px;
}

.imageBox p {
	float: left;
	width: auto;
}

/*=============== ページトップ ===============*/
.pageTop {
	width: 100%;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 30px;
}

.pageTop p {
	font-size: 90%;
	line-height: 100%;
}


.pageTop a,
.pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.docClear {
	clear: both;
	width: 100%;
}

.docClear img {
	border-style: none;
}
