@charset "euc-jp";
/* CSS Document */


/*  英語ページ表記　公開時にvisible を hidden に書き換え　*/
#english_comment {
	color: #FFFFFF;
	background-color: #0099CC;	
/*	visibility: visible; */
	visibility: hidden; 
	text-align: center;
	width: 400px;
	float: left;
}

/*  日→英　切り替えリンク　英語ページ公開時にhidden を visible に書き換え　*/
.lang {
/*	visibility: hidden; */
	visibility: visible; 
}



body
{
	font-size:12px;
	line-height: 1.6em;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:14px;
	font-weight:bold;
	background:url(images/nav_bg.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #666666;
	border-top:0px solid #333333;
	float: inherit;
	clear: both;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{
	color:#333333;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}



#infomenu {
	font-size: 12px;
	color: #000000;
	float: none;
	margin-left: 140px;
	text-align: right;
	padding-right: 0px;
	position: static;
	margin-bottom: 20px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

#logo {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	position: relative;
}
#exbition {
	position: static;
	padding: 0;
	clear: both;
	float: none;
	margin-top: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#exbition_photo {
	position: static;
	padding: 0px;
	text-align: right;
	margin: 0px 0px 10px;
}
#exbition_title {
	padding-top: 35px;
	position: relative;
	float: left;
	margin: auto;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}

/* フッター　*/
#ft{
	position: relative;
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin-top: 10px;
}


#main {
	font-size: 13px;
	line-height: 1.5em;
	margin-left: 25px;
	margin-top: 20px;
}
#main .left {
	width: auto;
}
#main .right {
	position: relative;
	width: auto;
	float: right;
	padding-left: 20px;
}
#main h2 {
	font-size: 16px;
	clear: both;
	margin-top: 45px;
	margin-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #993300;
	padding-left: 10px;
	margin-left: -10px;
}
#main h4 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;
}
#main .right_call {
	padding: 15px;
	float: right;
	position: static;
	width: auto;
	background-color: #FFFFCC;
	border: 3px solid #CCCCCC;
	margin-top: 45px;
}
#main .left2 {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 60px;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: -20px;
}



#main .book_left {
	position: static;
	padding-top: 15px;
	margin: 0px;
	clear: both;
	float: none;
}
#main .book_images {
	float: right;
	position: static;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 0px;
}

#main .book_left .book_format {
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	padding-top: 5px;
	clear: none;
	float: left;
	margin-left: 0px;
	width: 470px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}
#main .book_txt {
	clear: both;
	float: none;
	position: static;
	padding-top: 10px;
	margin: 0px;
}
#main .book_right {
	padding-top: 20px;
	position: static;
}
#main .book_right .book_format {
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
	padding-top: 0px;
	width: auto;
	float: left;
	margin-top: 0px;
}
#main #schedule {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#main #photographer {
	font-size: 12px;
	border: 0px ;
	margin: 60px 40px 50px 40px;
	padding: 0px;
}
#main #photographer a:link { 
    color:#333333;
 } 
 #main #photographer a:hover { 
	color:#666666;
	text-decoration: none;
 } 
 #main #photographer a:visited {
    color:#666666; 
    text-decoration: none;
} 

#main #profile {
	font-size: 14px;
	border: 0px ;
	margin: 60px 40px 50px 40px;
	padding: 0px;
}
#main #profile a:link { 
    color:#333333;
 } 
 #main #profile a:hover { 
	color:#666666;
	text-decoration: none;
 } 
 #main #profile a:visited {
    color:#666666; 
    text-decoration: none;
} 

/********  トップ　新CSS　********/

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	float: left;
	overflow: hidden;
	background-color: #F4F2E8;
	margin-top: 20px;
	font-size: 13px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width: 510px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#col_1,#col_2,#col_3 {
	/*width: 258px;*/
	width: 253px;
	float: left;
/*	padding: 0px 0px 32768px;
	margin-bottom: -32768px; */
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
}

/* __main
------------------------------------------*/

#col_1 {
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
}

/* __sub
------------------------------------------*/

#col_2 {
}

/* __ex
------------------------------------------*/

#col_3 {
}

#topic_titile {
	font-size: 14px;
	font-weight: bold;
	background-color: #E2DEC2;
	/* width: 233px; */
	padding: 10px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 1px;
}
#topic_text {
	padding: 10px 10px 1px 15px;
	margin: 1px;
	/*width: 200px;*//*	width: 233px; */
}
.topic_image {
	padding-right: 10px;
	padding-bottom: 3px;
}


#twitter {
	margin-top: 20px;
}




/* for Top page link */

#infomenu a:link{
	color: #555555;
	text-decoration: none;
}

#infomenu a:visited{
	color: #555555;
	text-decoration: none;
}

#infomenu a:hover{
	color: #333333;
	text-decoration: underline;
}

.exbition_title a:link{
	color: #333333;
	text-decoration: underline;
}
.exbition_title a:visited{
	color: #333333;
	text-decoration: underline;
}
.exbition_title a:hover{
	color: #565656;
	text-decoration: underline;
}



.title_text a:link{
	color: #333333;
	text-decoration: none;
}
.title_text a:visited{
	color: #333333;
	text-decoration: none;
}
.title_text a:hover{
	color: #545454;
	text-decoration: underline;
}

#main .next {
	color: #545454;
	font-weight: normal;
	font-size: 13px;
}

.next a:link{
	color: #545454;
	text-decoration: none;
}
.next a:visited{
	color: #545454;
	text-decoration: none;
}
.next a:hover{
	color: #333333;
	text-decoration: underline;
}



.topic_text_in {
	margin: 10px 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.topic_text_in .topic_image {
	margin: 0px 0px 0px 5px;
}


/***** マップページ　********/

#main_map {
	font-size: 13px;
	line-height: 1.5em;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

#main_map .map {

	width: auto;
	position: static;
}
#main_map .left .adress {
	position: relative;
	clear: right;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}
#main_map .googlemap {
	clear: both;
	float: none;
	margin-top: 10px;
	position: static;
}
#main_map .clear {
	clear: none;
	position: relative;
	padding-bottom: 30px;
}
#main_map .clear .adress {
	margin-left: 10px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
.googlemap {
	border: 1px solid #666666;
	position: static;
	clear: both;
	float: none;
}
#main h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: -10px;
	margin-bottom: -20px;
	padding: 0px;
}
.formbox {
	border: 5px solid #D2B897;
	padding: 25px;
	width: 500px;
	margin: 20px;
}
.page_now {
	color: #ffffFF;
	background-color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9px;
}
.page_other {
	color: #888888;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9px;
}
.page_other a:link{
	color: #545454;
	text-decoration: none;
}
.page_other a:visited{
	color: #545454;
	text-decoration: none;
}
.page_other a:hover{
	color: #333333;
	text-decoration: underline;
}
.phograpernm {
	color: #888888;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 14px;
}
.phograpernm a:link{
	color: #545454;
	text-decoration: none;
}
.phograpernm a:visited{
	color: #545454;
	text-decoration: none;
}
.phograpernm a:hover{
	color: #333333;
	text-decoration: underline;
}
