@charset "utf-8";
body {
	background-color: #FFF;
	color: #000;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #06C;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

ul.this-week li {
	font-size:90%;
	margin-bottom:10px;
}
a:visited {
	color: #06C;
}
a:hover {
	color: #F60;
}
a:active {
	color: #FF6699;
}


#header-navi,#top-header-navi {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	background-color: #666;
	font-size: 90%;
	color: #FFF;
}
#header-navi ul,#top-header-navi ul {
	list-style-type: none;
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-navi li,#top-header-navi li {
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
}


/*ヘッダーナビのリンク*/

#header-navi a,#top-header-navi a {
	color: #FFF;
	text-decoration: none;
}
#header-navi a:visited,#top-header-navi a:visited {
	color: #FFF;
}
#header-navi a:hover,#top-header-navi a:hover {
	text-decoration: underline;
}
#header-navi a:active,#top-header-navi a:active {
	color: #FF0;
}
/*  */


#block {
	background-color: #ffffff;
	width: 920px;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head {
	width: 90%;
	background-color: #ffffff;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0px;
}
#head p {
	text-align: left;
	margin: 0px;
}
#main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#foot {
	width: 90%;
	background-color: #CCC;
	font-size: medium;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main h1 {
	font-size: x-large;
	color: #006699;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#webgallery-main h1 {
	font-size: x-large;
	color: #006699;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p.text_s {
	font-size: x-small;
	color: #000000;
	line-height:120%;
}
img.shashinten_img {
	float: right;
}
li.text_s {
	font-size: x-small;
	color: #000000;
}
strong.s {
	font-size: small;
	color: #000000;
}
.text_red {
	color:#cc0000;
}
div.mypage_index_cabinet {
	width:100%;
	margin: 0%;
	padding: 0px 0px 20px 10px;
}
div.mypage_index_box {
	float: left;
	width: 30%;
	margin: 0%;
	padding: 1%;
	border: 0px solid #FFFFFF;
	font-size: small;
}
.exhibition_info_text {
	font-size: 14px;
	line-height: 120%;
	color: #000;
}
.exhibition_table {
	margin-top: 30px;
}
.exhibition_table table {
	font-size: 12px;
	line-height: 140%;
	color: #000;
}
#menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}
#menu ul li {
	font-size: medium;
	color: #000;
	margin-bottom: 14px;
	/* [disabled]font-weight: bold; */
}
#menu #contents_navi ul li {
	font-size: small;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu #contents_navi ul {
	margin-left: 20px;
	list-style-image: url(img/icon-camera.gif);
}
#menu h4 {
	font-size: medium;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#news ul li {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}
#news ul {
	padding: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
	list-style-type: square;
}
#news p {
	font-size: 12px;
	color: #000;
}
#main .exb-box {
	width: 610px;
	background-color: #EEE;
	padding: 20px;
	margin-bottom: 20px;
}
/*clearfix*/
#main .exb-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main .exb-box h2 {
	font-size: 150%;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #CCC;
}
#main .exb-box p {
	font-size: medium;
	line-height: 1.5em;
	margin-bottom: 40px;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*
IE6,7は疑似要素 :after をサポートしていません。そこで，「要素の幅か高さを指定した場合，floatした子要素の高さも含めて算出する」というIEのバグを使って，枠や背景が途中で切れる問題を解決します。
*/

/*clearfixの指定する親要素に幅を指定できない場合の記述*/

.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main #contentsbox-link {
	padding: 20px;
	width: 96%;
	border: 1px solid #CCC;
}
div.link-list dl dt {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	background-color: #EEE;
	font-size: large;
}
div.link-list dl dd {
	margin-bottom: 40px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 30px;
	font-size: medium;
	line-height: 150%;
}
.url {
	word-wrap: break-word;
}
#foot address {
	font-style: normal;
}
#main .pagetop {
	font-size: small;
	margin: 20px;
	text-align: right;
	clear: both;
}
#menu hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#main #contents .mypage {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #999;
}
#main #contents .mypage .mypage-photo {
	text-align: center;
}
#main #contents .mypage h2 {
	font-size: medium;
	background-color: #CCC;
	padding: 4px;
}
#main #contents .mypage p {
	font-size: small;
	line-height: 1.5em;
}
#main #contents .mypage ul li {
	font-size: small;
	margin-bottom: 10px;
}
#main #contentsbox-link ul li {
	font-size: large;
	margin-bottom: 10px;
}

.photo-exb-box {
	margin-bottom: 10px;
	background-color: #EEE;
	padding: 12px;
	width: 97%;
	border: 1px solid #666;
}
.photo-exb-box h3 {
	font-size: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin: 0px;
}
.photo-exb-box ul {
	list-style-type: disc;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.photo-exb-box ul li {
	margin-bottom: 10px;
}
.pr ul li {
	float:left;
	font-size: small;
	list-style-type: none;
	margin-right: 6px;
}
.adspace1{
	width:630px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #999;
}
.English {
	font-size: x-small;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#main p.googlead  {
	float:left;
	margin-right:20px;
}
#main h2 {
	font-size: 1.4em;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000;
}
#webgallery-main h2 {
	font-size: large;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
}
#webgallery-main {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}

.valuecommerce {
	font-size: small;
}
table.about-storytable {
	width: 90%;
	border-collapse:separate;
	border-spacing:10px;
}
table.about-storytable caption {
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}
table.about-storytable tr th {
	width: 150px;
	text-align: left;
	font-weight: normal;
	padding: 6px;
	font-size: 90%;
	background-color: #CCC;
}
table.about-storytable tr td {
	font-size: 90%;
	padding: 6px;
}
.camera-index li {
	font-size: x-large;
	margin: 20px;
}
#main .top-shashinten-list {
	width: 200px;
	padding: 6px;
	background-color: #EEE;
	font-size: 70%;
	float: left;
	height: 280px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .top-shashinten-list p {
	margin: 0px;
}
#main .top-shashinten-list p img {
	margin-top: 2px;
	margin-bottom: 6px;
}
.link-list dl dd table {
	width: 100%;
	border-collapse:separate;
	border-spacing:4px;
	border: 1px solid #666;
}
.link-list dl dd table caption {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}
.link-list dl dd table tr th {
	font-size: 90%;
	text-align: left;
	padding: 4px;
	font-weight: normal;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.link-list dl dd table tr td {
	font-size: 90%;
	text-align: left;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#head h1 {
	margin: 0px;
}
.photo-event2011 table {
	width: 100%;
	margin-bottom: 30px;
}
.photo-event2011 table caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.photo-event2011 table tr th {
	background-color: #CCC;
	width: 25%;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}
.photo-event2011 table tr td {
	font-size: 90%;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.event-RDFa-style .RDFa-event-title {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	background-color: #666;
	padding: 2px;
}
.event-RDFa-style ul {
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
}
.event-RDFa-style ul li{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}


.event-RDFa-style .RDFa-event-title a:link {
	color: #FFF;
	text-decoration: none;
}
.event-RDFa-style .RDFa-event-title a:visited {
	color: #FFF;
	text-decoration: none;
}
.event-RDFa-style .RDFa-event-title a:hover {
	color: #FFF;
	text-decoration: none;
}
.event-RDFa-style .RDFa-event-title a:active {
	color: #FFF;
	text-decoration: none;
}
.weekly-table {
	width: 100%;
	border: 1px solid #666;
}
.weekly-table th {
	background-color: #CCC;
}
.weekly-table caption {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.weekly-table td, .weekly-table th {
	border: 1px solid #666;
	padding: 8px;
	font-size: 90%;
}
#main .weekly-table .day {
	width: 25%;
}

