@charset "utf-8";
/* CSS Document */


/*全体*/


body , html { /*ページ全体*/
   margin: 0 auto;
text-align: center;
}
 



body {
	text-align:left;
	
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
}

p{ margin:0;}


div#wrapper {
	width: 970px; height:100%;
	margin: 0 auto;
	}



#header {
	text-align:center;
	font-size: 14px; background-image:url(../pic/topbc.jpg); padding-top:8px; padding-bottom: 12px; border-color:#FFF; border-style:solid; border-radius:30px; box-shadow: 3px 3px 3px rgba(0,0,0,0.4); 
}

#welcome{font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; color: #060; letter-spacing:0.1em; line-height:1.6em; }


#footer{
	margin-top:23px; width:100%;
	padding-bottom: 25px;
	background-color: #E2E1C9;
	border-bottom: 8px #999999 solid; background-image:url(../pic/toumei.png);
	background-repeat: no-repeat;
	background-position: right bottom; text-align: center; color:#666666; 
	
}

#footmireya
{
	background-image:url(../pic/foot.png);
	height:40px;
	padding-top:14px;
	padding-left:14px;
	font-weight:bold;
	text-align:left;
	color: #232323;
	letter-spacing: 0.4em;
}


#footadd
{
	height:80px;
	padding-left: 14px;
	margin-bottom:22px;
	line-height:2.2em;
	text-align:left;
	color: #232323;
	font-size: 13px;
}
#footabc{font-family: Georgia, 'Times New Roman', Times, serif; color: #717245;}


#muryou{ font-size: 16px;  letter-spacing: 0.1em; font-weight: bold; color: #999;}

/*募集*/

#header2{
	height:200px;
	margin-bottom:16px;
}

#kikakutitle{
	float:left;
	width:680px;
	height:180px;
	padding: 12px;
	background-color:#666633;
	border-radius:20px;
	border:solid;
	border-color:#FC3;
	border-width:medium;
	line-height: 1.9em;
	margin-left:12px;
	text-align: left;
}

div #kikaku{
	width:300px;
	float:left;
	font-size:14px; line-height:2.4em; padding-top:12px; padding-left:10px;
	
}

#exhibition{ margin-bottom:; }



/*現在の展示*/
.dmset {
	width :100%;
	height:470px;
	margin-top:28px;
	overflow: hidden;
    position: relative; 
}




.dm {
	width:450px;
	height: 450px;
	margin-left:80px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	float:left;
	line-height:0;
	padding-top: 25px;
}


.exdate{ width: 400px; height:450px; float:left; margin-left:18px; background-image:url(../pic/kabe.png); background-repeat:no-repeat; }



.data {
	font-size:24px;
	color:#006600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.extitle{
	font-size:24px;
	color: #FFC62F;
	text-shadow: 1px 1px 3px rgba(143,152,69,0.7);
	letter-spacing: 0.3em;
	margin-bottom: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 1.6em;
}

.members{
	font-size:14px;
	color:#669900;
	line-height: 2.3em;
	font-weight: 400;
}

.memberhidari{float: left; width:150px; height : 350px; }

.membermigi{float: left;  ;width : 150px ; height : 350px;}



#tosche{
	width:500px;
	height: 60px;
	border: 2px #666600 solid;
	margin-left:240px;
	margin-top:23px;
	padding-top:23px; margin-bottom:35px;
	background-color:#FEFDE2;
	text-align:center;
	letter-spacing:0.8em;
	line-height:1.9em;
	border-radius: 15px;
}

#tosche:hover{
	background-color:#FEFAC0;
}

/*画像リンクオンマウスで透明*/
a .topi_hover{
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	}
a:hover .topi_hover{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=65); /*ie6、7の透明度指定*/
	/*ie8の透明度指定→ -ms-filter: "alpha(opacity=70)";*/
	}

/*スケジュール*/

.creator{
	font-size: 16px;
	color: #090;
	vertical-align: text-bottom;
}


.tenji_1{
	overflow:hidden;
	width:800px;
	height:auto;
	border: 2px #003300 solid;
	border-radius:120px;
	padding-top:20px;
	padding-left:75px;
	text-align:left;
	font-size: 14px;
	box-shadow: 0px 2px 5px 3px rgba(102,102,51,0.3);
	padding-bottom: 20px;
	padding-right: 30px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.tenji_data{
	float:left;
	width:140px;
	height: 100px;
}
.tenji_title{
	float:left;
	height: 80px;
	border-left: 1px dotted
#090;
	padding-left: 45px;
	color: rgba(102,102,51,1);
}



#gaikan {float:right;}





.mireyahp {
	font-size: 12px;
	padding-left:8px;
	font-weight: bolder;
	color: #090;
	margin-top: 0px;
	margin-bottom: 0px;
}
.setumei {
	font-size: 10px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.setumei2 {
	padding-left: 15px;
	font-size: 11px;
	color: #693;
	margin: 0px;
	width: 28em;
}


img{border:none; vertical-align:middle;}

.tenjititle {
	color: #090;
	font-size: 13px;
	font-weight: bold;
}
.tenjiname {
	font-size: 14px;
	font-weight: bold;
	color: #060;
	text-align: center;
	padding-bottom: 30px;
}
.time {
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}

.name{font-size:10px; color:#009900;}

hr{ background-color:#009900; height:13px;}.nexttenjitd {
	text-align: center;
	vertical-align: middle;
	height: 450px;
	width: 450px;
}
.shonichi {
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
}
.boshutd {
	vertical-align: top;
	border-left-width:8px;
	border-left-style: solid;
	border-left-color: #690;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.boshutitle {
	font-size: 12px;
	font-weight: bold;
	color: #690;
	margin-bottom: 3px;
	margin-top: 0px;
	vertical-align: top;
}
.boshutext {
	font-size: 10px;
	color: #333;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	width: 280px;
	line-height: 2em;
	vertical-align: middle;
}


.nexttenji{font-size:11px; vertical-align:middle;}
.linktd {
	font-size: 11px;
	width: 100px;
	line-height: 15px;
	margin-bottom: 20px;
	letter-spacing: 1.2pt;
	border-top-width: 0.5pt;
	border-right-width: 0.5pt;
	border-bottom-width: 0.5pt;
	border-left-width: 0.5pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #660;
	padding: 8px;
}

a{color: #003333; text-decoration:none;}
a:link{ color:#003333;}
a:visited{color:#009933;}
a:hover{
	color:#FFCC00;
}


td{ vertical-align:top}
.clear {
	.clear:both;
	height: 100px;

}





/*スライドショー*/

/*外枠*/
#slide{ width:970px; height:200px;border: solid 1px #CCC; margin-top:0px; margin-bottom:12px;}
.slider{margin:0px;}
.bx-wrapper {
    width: 970px;
    margin: 0 auto;
    position: relative;
    background-color:;}
.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 9999;
}
.bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}



.bx-pager a {
    background: #666;
    text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
    -webkit-border-radius: 5px;/*角丸指定*/
    border-radius: 5px;/*角丸指定*/
}
.bx-pager a:hover,
.bx-pager a.active {
    background: #006400;
}
.bx-prev {
    left: 17px;
    background: url(prev-img.png) no-repeat;/*prev用画像*/
}
.bx-next {
    right: 17px;
    background: url(next-img.png) no-repeat;/*next用画像*/
}
.bx-controls-direction a {
    position: absolute;
    margin-top: -16px;
    width: 35px;/*使用画像に応じて指定*/
    height: 35px;/*使用画像に応じて指定*/
    text-indent: -9999px;/*画像置換のためテキストを押しやる*/
    z-index: 9999;
}

    
    
