@charset "UTF-8";

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

	イベント・企画展情報
	/event/

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

/*--------------------------------------------------

	MaimImg
	メインイメージ
	
--------------------------------------------------*/
#MainVisual h1 {
	width: 850px;
	height: 100px;
	margin: 0px auto;
}

/*--------------------------------------------------

	Contents
	メインコンテンツ

--------------------------------------------------*/
Body.Event #GlobalNavi li#BtnInfomation a { width:150px; background-position: -191px -40px;}

#Contents {
	position: relative;
	width: 820px;
	margin: 0px auto;
	padding: 10px 15px;
}

#Contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#Contents h3{
	padding: 0px 0px 10px 0px;
}

#Contents span img {
	margin: 0px;
}


/*	■一覧画面用	index.html
 =================================================*/

body#EventTop #Contents h3 {
	position: relative;
}

body#EventTop #Contents h3 em {
	position: absolute;
	top: 0px;
	left: 260px;
	width: 4.5em;
}

body#EventTop #Contents h3 span {
	position: absolute;
	top: 0px;
	left: 280px;
	font-size: 0.875em;
	width: 4.5em;
}

body#EventTop #Contents h3 span a {
	color: #7A7A00;
	text-decoration: underline;
}

body#EventTop #Contents h3 span a:hover {
	color: #BABA00;
}

body#EventDetail h3 {
	position: relative;
}

body#EventDetail ul.ToBackList {
	position: absolute;
	top: 0px;
	left: 655px;
	width: 160px;
	height: 15px;
}

body#EventDetail .ToBackList a {
	display: block;
	width: 160px;
	height: 15px;
	background: url(img/btn_back-list.gif) no-repeat;
}

body#EventDetail .ToBackList a:hover {background-position: 0px -15px;}

body#EventDetail a.Mark {
	background: url(img/mark_circle.gif) no-repeat 0px 2px;
	padding-left: 12px;
}

*+html body#EventDetail a.Mark {
	background: url(img/mark_circle.gif) no-repeat 0px 5px;
}

body#EventDetail ul#BackList {
	float: right;
	clear: both;
}

body#EventDetail ul#BackList li {
	float: left;
	padding-left: 20px;
}

body#EventDetail ul#BackList li #Triangle {
	padding: 0px 0px 0px 12px;
	background: url(../common/img/mark_totop.gif) no-repeat left 4px;
}

*+html body#EventDetail ul#BackList li #Triangle {
	background: url(../common/img/mark_totop.gif) no-repeat left 7px;
}

#Contents dl{
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 15px 0px;
	border-bottom: 1px solid #ebebeb;
}
#Contents dl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#Contents dt {
	background: url(img/img_bg-color-img.gif) repeat-y right;
	float: left;
	display: block;
	width: 104px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#Contents dt a {
	display: block;
}

#Contents dt img {
	display: block;
	width: 100px;
	height: 75px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

#Contents dd {
	float: right;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Contents dd h4 {
	padding: 0px 0px 5px 15px;
	background: url(../common/img/mark_article.gif) no-repeat left 3px;
}
#Contents dd p {
	padding: 0px 0px 10px 0px;
	color: #536F00;
}

/*** MT-ページングのスタイル設定 ***/
#Contents .paginate {
	margin: 15px 0px;
	text-align:center;
}
#Contents .paginate a {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	text-decoration: none;
}
#Contents .paginate a:hover {
	border: 1px solid #ddd;
	background-color: #fff;
}


/*	■詳細画面用	detail.html
 =================================================*/

body#EventDetail #Contents h4{
	padding: 10px 0px 10px 0px;
	color: #536F00;
	font-size: 116.6%;/* 14px */
	font-weight: bold;
}
/*** 単位記事 ***/
body#EventDetail #Contents .Article{
	width: 800px;
	margin: 5px 10px; 
}

body#EventDetail #Contents .Article:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body#EventDetail #Contents .Article img.mt-image-left{/* MT詳細画面の画像 */
	padding: 0px 10px 10px 0px; 
}

body#EventDetail #Contents .Article img.mt-image-right{/* MT詳細画面の画像 */
	padding: 0px 0px 10px 10px; 
}

body#EventDetail #Contents .Article img.mt-image-center{/* MT詳細画面の画像 */
	padding: 0px 0px 10px 0px; 
}

body#EventDetail #Contents p {
	padding: 5px 0px;
}

body#EventDetail #Contents span.Left {
	float: left;
	padding: 0px 10px 10px 0px;
}

body#EventDetail #Contents span.Right {
	float: right;
	padding: 0px 10px 10px 10px;
}