@charset "euc-jp";

/*グローバルメニュー*/
ul#navi li#exhibition a:link,
ul#navi li#exhibition a:visited {
	background-position: -64px -30px;
}
/*情報*/
div#main h2#ex_now {
	background: url(../img/index/ex_now.jpg) no-repeat;
	text-indent: -9999px;
}
div#main h2#ex_next {
	background: url(../img/exhibition/ex_next.jpg) no-repeat;
	text-indent: -9999px;
}
div#main div.jyouhou div.jyouhou_text {
	margin-bottom: 5px;
}
div#main div.jyouhou p.ex_title a,
div#main div.jyouhou p.ex_title {
	width: 430;
	font-size: 18px;
	font-weight: bold;
}
div#main div.jyouhou p.ex_date {
	width: 430;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}
div#main div.jyouhou p.ex_naiyou {
}
h2#ex {
	width: 330px;
	background: url(../img/exhibition/ex_title2.gif) no-repeat;
	text-indent: -9999px;
	height: 30px;
	margin-top: 30px;
}
/*年別ページタイトル*/
h2.exyear{
	width: 330;
	text-indent: -9999px;
	height: 30px;
	margin-top: 30px;
}
h2#ex_2004 {
	background: url(../img/exhibition/ex_2004.jpg) no-repeat;
}
h2#ex_2005 {
	background: url(../img/exhibition/ex_2005.jpg) no-repeat;
}
h2#ex_2006 {
	background: url(../img/exhibition/ex_2006.jpg) no-repeat;
}
h2#ex_2007 {
	background: url(../img/exhibition/ex_2007.jpg) no-repeat;
}
h2#ex_2008 {
	background: url(../img/exhibition/ex_2008.jpg) no-repeat;
}
h2#ex_2009 {
	background: url(../img/exhibition/ex_2009.jpg) no-repeat;
}
h2#ex_2010 {
	background: url(../img/exhibition/ex_2010.jpg) no-repeat;
}
h2#ex_2011 {
	background: url(../img/exhibition/ex_2011.jpg) no-repeat;
}
h2#ex_2012 {
	background: url(../img/exhibition/ex_2012.jpg) no-repeat;
}
h2#ex_2013 {
	background: url(../img/exhibition/ex_2013.jpg) no-repeat;
}
h2#ex_2014 {
	background: url(../img/exhibition/ex_2014.jpg) no-repeat;
}
h2#ex_2015 {
	background: url(../img/exhibition/ex_2015.jpg) no-repeat;
}
h2#ex_2016 {
	background: url(../img/exhibition/ex_2016.jpg) no-repeat;
}
h2#ex_2017 {
	background: url(../img/exhibition/ex_2017.jpg) no-repeat;
}
h2#ex_2018 {
	background: url(../img/exhibition/ex_2018.jpg) no-repeat;
}
h2#ex_2019 {
	background: url(../img/exhibition/ex_2019.jpg) no-repeat;
}
h2#ex_2020 {
	background: url(../img/exhibition/ex_2020.jpg) no-repeat;
}

/*サブメニュー*/

div#sub ul#sub_navi {
	width: 110px;
    margin: 0px;
    margin-top: -40px;
	padding-top: 0px;
    float: right;
}
div#sub ul#sub_navi li {
	margin: 0px;
	padding: 0px;
	width: 110px;
	height: 25px;
	list-style: none;
}
div#sub ul#sub_navi li a {
	height: 25px;
	display: block;
    text-align: center;
    color: #999;
    font-family: "Arial", "sans-serif";
    font-size: 16px;
    text-decoration: none;
}
div#sub ul#sub_navi li a:hover {
    background-color: #A2C73B;
    color: #999;
}


/*月表示*/

h3.month {
	margin-left: auto;
	margin-right: 0px;
	margin-top: 100px;
	margin-bottom: 15px;
	width: 130px;
	height: 30px;
	background: url(../img/exhibition/month.jpg) no-repeat;
	text-indent:-9999px;
}

h3.month#jan {
	background-position: 0px 0px;
}
h3.month#feb {
	background-position: 0px -30px;
}
h3.month#mar {
	background-position: 0px -60px;
}
h3.month#apl {
	background-position: 0px -90px;
}
h3.month#may {
	background-position: 0px -120px;
}
h3.month#jun {
	background-position: 0px -150px;
}
h3.month#jul {
	background-position: 0px -180px;
}
h3.month#aug {
	background-position: 0px -210px;
}
h3.month#sep {
	background-position: 0px -240px;
}
h3.month#oct {
	background-position: 0px -270px;
}
h3.month#nov {
	background-position: 0px -300px;
}
h3.month#dec {
	background-position: 0px -330px;
}

/*年内最後の展示の月*/
h3.last {
	margin-top: 40px;
}
#wrapper #main .jyouhou img.eximg {
	border: 1px solid #CCCCCC;
}
