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

* {
	margin:0px;
	padding:0px;
}

html {
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	position:absolute;
	width:100%;
	height:100%;
	font-size:14px;
}

a, a:visited {
	
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#999;
}

h2 {
	
	font-size:24px;
	color:#fff;
	margin:20px 0px 60px 0px;
}

h2>span {
	padding-top:0px;
	font-size:16px;
	font-weight:normal;
}

section {
	
	text-align:justify;
	padding:25px;
	padding-bottom:60px;
	background-color:#111;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	line-height:2em;
}

li {
	list-style:none;
}



#outer {
	width:100%;
}
	

#background {
	
	display:none;
	position:fixed;
	top:0;
    left:0;
	width:100%;
	min-width:1024px;
	height:100%;
	z-index:0;
	background-repeat:no-repeat;
	background-position:center top;
}


#topmenu {
	
	position:fixed;
	z-index:1000;
	width:100%;
	min-width:960px;
	top:-50px;
	height:50px;
	background:#fff;
	background:rgba(255,255,255,0.9);
}

#topmenu ul {
	margin:0px 50px;
}
#topmenu ul>li{
	
	height:50px;
	list-style:none;
	float:left;
}

#topmenu a {
	
	display:block;
	margin:0px 20px;
	width:100%;
	height:100%;
	color:#000;
	font-weight:bold;
	
	transition:0.1s;
	-webkit-transition:0.1s;
	-moz-transition:0.1s;
}

#topmenu a:hover, #topmenu a.active {
	
	background:#222;
	color:#fff;
}

#topmenu a span {
	
	display:block;
	width:100%;
	padding-top:14px;
	text-align:center;
}


#contents {
	
	position:relative;
	width:900px;
	margin:0px auto;
}

#contents section {
	
	width:100%;
}


#footer {
	margin:80px 0px;
	text-align:center;
}


/****** main ******/


.frame {
	
	margin:160px 0px;
	min-height:400px;
}


#top-frame {
	
	height:800px;
}

#outline-frame{
	
}

#greeting-frame{
	
}

#greeting-frame .us{
	display:block;
	width:100%;
	margin:40px 0px;
}

#artist-frame {
	
}


h1.title {
	
	margin-top:200px;
	font-size:100px;
	font-family:Futura, sans-serif;
}

h2.caption {
	
	font-size:40px;
}

.dummy{
	clear:both;
}



#pagetop-frame {
	
	margin-bottom:400px;
}

#copyright {
	
	color:#333;
}

/***********************
	Outline
***********************/

#outline-frame .subject{
	margin:10px 20px;
}
#outline-frame h3{
	
	display:inline-block;
	width:140px;
}
#outline-frame p {
	
	display:inline-block;
}

.date {
	
	font-size:18px;
}

/***********************
	Artists
***********************/

ul.artists {
	
}

ul.artists li {
	
	width:180px;
	height:50px;
	float:left;
	margin:20px;
	font-size:14px;
}

ul.artists h4{
	
	font-size:16px;
}



/***********************
	Access
***********************/


#gmap {
	
	height:400px;
	margin:0px 10px;
}

#address {
	margin:30px 10px;
}

.button {
	display:inline-block;
	padding:5px 10px;
	margin:10px 0px;
	border:2px solid #fff;
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.button:hover {
	
	background-color:#FFF;
	color:#000;
}