﻿@charset "utf-8";
/*##################################*/
/*#                                #*/
/*#  エキシビション用CSS定義       #*/
/*#                                #*/
/*##################################*/


#container {
	width:810px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}


/************************************/
/**  右 メニュー                **/
/************************************/
#content_right {
	width: 205px;
	margin: 0px;
	padding: 0px;
	float: right;
}

ul#content_right {
	margin: 0px;
	padding: 0px;
}

li#bt_top a , li#bt_2011 a , li#bt_2010 a , li#bt_2009 a , li#bt_2008 a , li#bt_2007 a , li#bt_2006 a , li#bt_2005 a , li#bt_2004 a , li#bt_2003 a {
	width:205px;
	height:35px;
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

li#bt_top {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/extop_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2011 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2011_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2010 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2010_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2009 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2009_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2008 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2008_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2007 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2007_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2006 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2006_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2005 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2005_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2004 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 3px 0px;
	background-image: url(../image/button/ex2004_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_2003 {
	width:205px;
	height:35px;
	float: right;
	padding: 0px 0px 0px 0px;
	background-image: url(../image/button/ex2003_bt_ov.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

li#bt_top a:link , li#bt_top a:visited {
	width:205px;
	background-image: url(../image/button/extop_bt.gif);
}

li#bt_2011 a:link , li#bt_2011 a:visited {
	width:205px;
	background-image: url(../image/button/ex2011_bt.gif);
}

li#bt_2010 a:link , li#bt_2010 a:visited {
	width:205px;
	background-image: url(../image/button/ex2010_bt.gif);
}

li#bt_2009 a:link , li#bt_2009 a:visited {
	width:205px;
	background-image: url(../image/button/ex2009_bt.gif);
}

li#bt_2008 a:link , li#bt_2008 a:visited {
	width:205px;
	background-image: url(../image/button/ex2008_bt.gif);
}

li#bt_2007 a:link , li#bt_2007 a:visited {
	width:205px;
	background-image: url(../image/button/ex2007_bt.gif);
}

li#bt_2006 a:link , li#bt_2006 a:visited {
	width:205px;
	background-image: url(../image/button/ex2006_bt.gif);
}

li#bt_2005 a:link , li#bt_2005 a:visited {
	width:205px;
	background-image: url(../image/button/ex2005_bt.gif);
}

li#bt_2004 a:link , li#bt_2004 a:visited {
	width:205px;
	background-image: url(../image/button/ex2004_bt.gif);
}

li#bt_2003 a:link , li#bt_2003 a:visited {
	width:205px;
	background-image: url(../image/button/ex2003_bt.gif);
}


li#bt_top a:hover , li#bt_2011 a:hover , li#bt_2010 a:hover , li#bt_2009 a:hover , li#bt_2008 a:hover , li#bt_2007 a:hover , li#bt_2006 a:hover , li#bt_2005 a:hover , li#bt_2004 a:hover , li#bt_2003 a:hover {
	background-image: none;
}


/************************************/
/**  左 本文サイド               **/
/************************************/
#content_left {
	width: 585px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#detail {
	padding: 5px;
}

/**  見出し  **/
.midashi , .midashi2 {
	clear: both;
	height: 25px;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
	background-color: #808080;
	border-left: 10px solid #4D4D4D;
}


.midashi h3 , .midashi2 h3 {
	float: left;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	width: 265px;
}

.midashi p , .midashi2 p {
	float: right;
	padding: 5px 10px 5px 5px;
	margin: 0px 0px 0px 0px;
	width: 105px;
	text-align: right;
}

.midashi p a , .midashi2 p a {
	text-decoration: none;
	color: #FFFFFF;
}

/**  本文内  **/
.headcopy {
	margin: 10px 0px 10px 0px;
	font-size: 100%;
	line-height: 160%;
}

#ex_new {
	float: left;
	width: 585px;
	margin: 0px;
	padding: 0px;
}

#ex_new_l {
	float: left;
	width: 402px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#ex_new_dat {
	float: left;
	width: 585px;
	margin: 0px;
	padding: 0px;
}

#ex_new_r {
	float: right;
	width: 168px;
	margin: 0px;
	padding: 0px;
}

.ex_content_l {
	float: left;
	width: 405px;
	margin: 0px 10px 5px 0px;
}

.ex_content_s {
	float: left;
	width: 325px;
	margin: 0px 10px 5px 0px;
}

.ex_img_l {
	float: right;
	width: 165px;
	margin: 0px;
}

.ex_img_s {
	float: right;
	width: 245px;
	margin: 0px;
}

#detail {
	padding: 0px;
}
div.place {
	margin-top: 20px;
	margin-bottom: 15px;
}
div.place img {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* タイトル */
h1 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 25px;
	color: #0C2566;
}

h1 span {
	color: #FFFFFF;
	background: #0C2566;
	padding: 1px 3px 0px 3px;
	vertical-align: text-middle;
	font: 70%/0% Arial, sans-serif;
	letter-spacing: normal;
}

h2 {
	margin: 0px 0px 5px 0px;
	color: #333333;
	font-size: 130%;
}

h2 span {
	margin-left: 10px;
	font: 80% Arial, sans-serif;
	letter-spacing: normal;
}

.ex_content_s h3 , .ex_content_l h3 {
	margin: 0px 0px 7px 0px;
}

.archive h3 {
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 10px;
	color: #FFF;
	font-size: 130%;
	background-color: #333;
}

.ex_content_l h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.ex_content_s h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.inshop h4 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#ex_new_l h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.event h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 130%;
}

#ex_new_dat h5 {
	font-size: 130%;
	font-weight: bold;
	color: #0C2070;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


/* インデックス・サムネイル写真 */
.archive {
	width: 584px;
	margin: 0 0 30px 0;
	padding: 0px;
	float: left;

}

.archive ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.archive li {
	width: 133px;
	margin: 0px 13px 15px 0px;
	float: left;
	list-style-type: none;
}

.archive li p {
	margin: 5px 0px 0px 0px;
	color: #333333;
}


/* サムネイル写真部分 */
.inshop {
	width: 585px;
	margin: 0px;
	padding: 0px;
	float: left;

}

.event {
	width: 585px;
	margin: 20px 0 10px 0;
	padding: 0px;
	float: left;

}

.inshop ul {
	margin: 0px;
	padding: 0px;
}

.inshop li {
	width: 109px;
	height: 82px;
	margin: 0px 10px 8px 0px;
	float: left;
	list-style-type: none;
}

.inshop li.rSide {
	width: 109px;
	height: 82px;
	margin: 0px 0px 8px 0px;
	float: left;
	list-style-type: none;
}


.inshop_l {
	float: left;
	margin: 10px 0px 0px 0px;
}

.event ul {
	margin: 0px;
	padding: 0px;
}
.event li {
	width: 90px;
	height: 90px;
	margin: 0px 9px 9px 0px;
	float: left;
	list-style-type: none;
}

.event li.rSide {
	width: 90px;
	height: 90px;
	margin: 0px 0px 9px 0px;
	float: left;
	list-style-type: none;
}


/************************************/
/**  全体               **/
/************************************/
.font_red {
	color: #FF0000;
}
.font_orange {
	color: #FF7800;
}
/* 間隔調整 */
.space_h5_cl {
	clear: both;
	height: 5px;
}
.space_h15_cl {
	clear: both;
	height: 15px;
}
.space_h20_cl {
	clear: both;
	height: 20px;
}
.space_h40_cl {
	clear: both;
	height: 40px;
}
/* 横線 */
hr.dotted {
	clear: both;
	border-width: 1px;
	border-style: dotted none none none;
	border-color: #999999;
	margin: 5px 0px 5px 0px;
	height: 1px;
}
hr.solid {
	clear: both;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #333333;
	margin: 25px 0px 15px 0px;
	height: 1px;
}

hr.solid_top {
	clear: both;
	border-width: 1px;
	border-style: solid 2px none none;
	border-color: #333333;
	margin: 0px 0px 15px 0px;
	height: 1px;
}

hr.solid_ar {
	clear: both;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #333333;
	margin: 15px 0px 10px 0px;
	height: 1px;
}

span.strong {
	font-weight:bold;
}

.font_red {
	color: #CC0000;
}
.gopagetop {
	float:right;
	font-size:75%;
	margin:15px 0px 15px 0px;
}

