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

html {
	overflow-y: scroll;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
body {
	background: #ffffff;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	background-color: #fff;
}
#header {
	padding-top: 8px;
	padding-left: 32px;
	padding-bottom: 7px;
	background: #EEE url(../images/header_bg.jpg);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.gnav {
	width: 700px;
}
.gnav li  {
	width: 100px;
	float: left;
}
.gnav li a  {
	display: block;
	width: 100px;
}

.gnav .nav1 {
	background: url(../images/nav1_on.png) no-repeat;
}
.gnav .nav2 {
	background: url(../images/nav2_on.png) no-repeat;
}
.gnav .nav3 {
	background: url(../images/nav3_on.png) no-repeat;
}
.gnav .nav4 {
	background: url(../images/nav4_on.png) no-repeat;
}
.gnav .nav5 {
	background: url(../images/nav5_on.png) no-repeat;
}
.gnav .nav6 {
	background: url(../images/nav6_on.png) no-repeat;
}
.gnav .nav7 {
	background: url(../images/nav7_on.png) no-repeat;
}
.gnav .nav1 a:hover img  {
	visibility: hidden;
}
.gnav .nav2 a:hover img  {
	visibility: hidden;
}
.gnav .nav3 a:hover img  {
	visibility: hidden;
}
.gnav .nav4 a:hover img  {
	visibility: hidden;
}
.gnav .nav5 a:hover img  {
	visibility: hidden;
}
.gnav .nav6 a:hover img  {
	visibility: hidden;
}
.gnav .nav7 a:hover img  {
	visibility: hidden;
}
#top .gnav .nav1  {
	background: url(../images/nav1_cr.png) no-repeat;
}
#works .gnav .nav2  {
	background: url(../images/nav2_cr.png) no-repeat;
}
#artists .gnav .nav3  {
	background: url(../images/nav3_cr.png) no-repeat;
}
#schedule .gnav .nav4  {
	background: url(../images/nav4_cr.png) no-repeat;
}
#about .gnav .nav5  {
	background: url(../images/nav5_cr.png) no-repeat;
}
#contact .gnav .nav6  {
	background: url(../images/nav6_cr.png) no-repeat;
}
#links .gnav .nav7  {
	background: url(../images/nav7_cr.png) no-repeat;
}

#top .gnav .nav1 a img ,
#works .gnav .nav2 a img ,
#artists .gnav .nav3 a img ,
#schedule .gnav .nav4 a img ,
#about .gnav .nav5 a img ,
#contact .gnav .nav6 a img ,
#links .gnav .nav7 a img {
	visibility: hidden;
}
/* CSS Document */

#contents {
	clear: both;
	margin-left: 25px;
	padding-top: 20px;
	width: 650px;
}
#contents h2 {
	font-size: 180%;
	display: block;
	width: 610px;
	border-bottom: 1px solid #666;
	border-left: 5px solid #666;
	padding-left: 35px;
	line-height: 1.8em;
	margin-bottom: 20px;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#contents h3 {
	font-size: 150%;
	width: 295px;
	border-bottom: 1px solid #666;
	border-left: 5px solid #666;
	padding-left: 15px;
	margin-bottom: 15px;
}
#contents .detail   {
	margin-bottom: 30px;
	position: relative;
	z-index: 50;
	width: 295px;
}
#contents .detail a {
	background: url(../images/arrow.png) no-repeat right;
	position: relative;
	z-index: 50;
	padding-right: 2em;
	display: block;
	text-align: right;
	width: 295px;
}
#contents dl dd ul li a span {
	font-size: 120%;
	line-height: 2em;
}



/**/


#footer {
	text-align: center;
	clear: both;
	background-color: #666666;
	width: 700px;
}

#footer ul {
	padding-top: 10px;
	font-size: 120%;
	letter-spacing: 0.1em;
}


#footer ul li {
	display: inline;
	color: #ffffff;
}
#footer ul li a {
	color: #ffffff;
}

address {
	padding-bottom: 10px;
	color: #ffffff;
	}


/*以下、トップに戻るボタンの設定*/
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
