@charset "UTF-8";
/*

松坂屋美術館 開催スケジュール専用 CSS
ID : museumScheduleField

*/

/* ================================================================================
	Reset CSS
================================================================================ */
div#museumScheduleField p,
div#museumScheduleField h1,
div#museumScheduleField h2,
div#museumScheduleField dl,
div#museumScheduleField dl dt,
div#museumScheduleField dl dd,
div#museumScheduleField dl dd h3,
div#museumScheduleField ul,
div#museumScheduleField ul li {
	margin: 0px;
	padding: 0px;
}

div#museumScheduleField div#museumBody h1 {
	float: left;
	display: inline;
	margin-left: 32px;
}

div#museumScheduleField ul li {
	list-style-type: none;
	line-height: 0;
}

div#museumScheduleField img {
	border:none;
	vertical-align: bottom;
}

div#museumScheduleField a {
	text-decoration: none;
}

div#museumScheduleField a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
}

.size2 {
	font-size: 9px;
	font-weight: normal;
}

/* ================================================================================
	museumScheduleField
================================================================================ */
div#museumScheduleField {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/nagoya/museum/img/bg01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

div#museumBody {
	width: 580px;
	padding-top: 15px;
	float: left;
	color: #663300;
}

div#museumScheduleField h2 {
	float: left;
	display: inline;
	margin-left: 31px;
}

/* ================================================================================
	museumScheduleList
================================================================================ */
div#museumScheduleList {
	width: 440px;
	float: right;
	display: inline;
	margin-right: 38px;
}

div#museumScheduleList p {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 18px;
}


div#museumScheduleList div.pastList ul {
	background-color: #FFFFFF;
	margin-bottom: 27px;
	padding: 5px;
}

div#museumScheduleList div.pastList ul li {
	display: inline;
}

div#museumScheduleList div.pastList ul li a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #D3691F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	line-height: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

div#museumScheduleList div.pastList ul li a.top {
	border-left-width: 0px;
	border-left-style: none;
	padding-left: 0px;
	display: inline;
}

div#museumScheduleList dl {
	margin-bottom: 45px; /* dd の border-bottom 削除用 */
}

/*==================== h2(バックナンバー)===================== */
div.h2area {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

div#museumScheduleList div.h2area h2 {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*==================== pageTop ===================== */
div#museumScheduleList div.h2area a {
	line-height: 0px;
	float: right;
	display: inline;
}

div#museumScheduleList div.h2area a img {
}

div#museumScheduleList dl dt {
	font-size: 12px;
	line-height: 16px;
}

div#museumScheduleList dl dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 8px;
	margin-bottom: 9px;
}

div#museumScheduleList dl dd h3 {
	font-size: 12px;
	line-height: 16px;
}

div#museumScheduleList dl dd h3 a {
	color: #D3691F;
}

/* ================================================================================
	div#museumSidePanel
================================================================================ */
div#museumSidePanel {
	float: right;
	background-image: url(/nagoya/museum/img/museumSidePanelBg.gif);
	background-repeat: no-repeat;
	width: 90px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #C1915B;
	padding-bottom: 210px;
}

div#museumSidePanel2 {
	float: right;
	background-image: url(/nagoya/museum/img/rireki_navi_bg02.gif);
	background-repeat: no-repeat;
	width: 90px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #C1915B;
	padding-bottom: 210px;
	height: 280px;
}

div#museumSidePanel ul li {
	margin-bottom: 10px;
}

div#museumSidePanel2 ul li {
	margin-bottom: 10px;
}
