﻿@charset "UTF-8";

/**********************************************
Exhibition
**********************************************/
table#ex_title {
	margin:20px 0;
}

table#ex_title th {
	padding:10px 20px 10px 0;
	border-right:solid 4px #0079da;
	font-size:26px;
	text-align:left;
	vertical-align:middle;
}

table#ex_title td {
	padding:20px 0 20px 20px;
	font-size:16px;
	line-height:22px;
	color:#666666;
	font-weight:bold;
	vertical-align:middle;
}

table#ex_photo {
	border:solid 1px #0079da;
}

table#ex_photo th {
	font-size:16px;
	color:#ffffff;
	background:url(../exhibition/image/ex_photo.gif) repeat-x;
	line-height:20px;
	height:35px;
}

table#ex_photo th#en {
	font-size:18px;
}

table#ex_photo td.t1 {
	padding:10px 40px 10px 40px;
	text-align:center;
	vertical-align:bottom;
}

table#ex_photo td.t2 {
	padding:10px 40px 10px 0;
	text-align:center;
	vertical-align:bottom;
}

table#ex_photo td img {
	border:solid 1px #999999;
	padding:3px;
}

table#ex_photo td p {
/*	background:url(../exhibition/image/ex_photo_shadow.gif) repeat-x bottom; */
	margin-bottom:5px;
	padding-bottom:5px;
}

