@charset "utf-8";


/*================初期化======================*/
*{
	margin: 0;
	padding: 0;
    font-family:Myriad Pro, Arial, MS Sans Serif;
}
html, body {margin:0; padding:0;}

a img { border: none;}

ul {
	margin:0;
	padding:0;
}

li {list-style:none;}

/*-- CONTAINER --*/

#container {
	margin-top:20px;
	padding:0;
	width:980px;
	height:auto;
}

#container_title {
    margin:0;
	padding:0;
	clear:both;
	float:left;
	width:980px;
	height:22px;
	display:block;
}

/*-- CONTAINER --*/

#exhibitions {
	margin-top:20px;
	padding:0;
	clear:both;
	float:left;
	width:980px;
	height:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#exhibitions_left {
	margin:0;
	padding:0;
	float:left;
	width:480px;
	height:auto;
}
#exhibitions_left h2{
    margin-top:20px;
	margin-bottom:20px;
    font-size:18px;
	text-decoration:none;
	line-height:100%;
	font-weight:bold;
}
#exhibitions_left_contents {
	margin:0;
	padding:0;
	width:480px;
	height:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#exhibitions_left_contents h3{
    margin-top:20px;
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
}
#exhibitions_left_contents h3.single_line{
	margin:0;
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	text-align:justify;
}
#exhibitions_left_contents h3.double_line{
	margin:0;
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	text-align:justify;
}
#exhibitions_left_contents h4{
	margin:0;
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
}
#exhibitions_left_contents h5{
	margin:0;
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
}
#exhibitions_left_contents p{
    margin-top:20px;
    font-size:12px;
	text-decoration:none;
	line-height:120%;
	text-align:justify;
}

#exhibitions_left_contents p.exhibitions_single{
    margin-top:12px;
    font-size:12px;
	text-decoration:none;
	line-height:120%;
}
#exhibitions_left_contents p.exhibitions_double{
	margin:0;
    font-size:12px;
	text-decoration:none;
	line-height:120%;
}
#exhibitions_left p.exhibitions_sub_title{
    margin-top:4px;
    font-size:12px;
	text-decoration:none;
	line-height:100%;
}
#exhibitions_right {
    margin-top:58px;
	padding:0;
	float:right;
	width:480px;
	height:320px;
}
#exhibitions_right img{
	margin:0;
	padding:0;
	width:480px;
	height:320px;
	display:block;
}

#exhibitions_page {
    margin-top:20px;
	padding:0;
	float:left;
	width:980px;
	height:auto;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#exhibitions_page p{
    margin:0;
	padding-top:20px;
	text-align:center;
	width:980px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:100%;
}
#exhibitions_page p a{
	text-decoration:none;
}

#exhibitions_page p a.underline{
    text-decoration:underline;
}
#exhibitions_page p a.grey{
	text-decoration:none;
	color:#CCCCCC;
}