@charset "utf-8";

/* ----------------------------------------------------------------------- */
/* -------------------------- (C) 2013 Gallery Kuu ----------------------- */
/* ---------------------- Created by Nagura Web Design ------------------- */
/* ----------------------------------------------------------------------- */




/* body
-------------------------------------------------------------------------- */
body {
	width: 100%;
	min-width: 320px;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #444444;
}




/* header
-------------------------------------------------------------------------- */
header {
	width: 100%;
	height: 46px;
	background-color: #929293;
}

#headWrap {
	width: 960px;
	margin: 0px auto;
	background-color: #929293;
}

header h1 {
	height: 39px;
	margin: 7px 20px 0px 40px;
	float: right;
}

#headWrap p {
	height: 39px;
	margin: 11px 10px 0px 0px;
	float: right;
}

nav ul {
	height: 42px;
	margin-left: 40px;
	padding-top: 4px;
}

nav ul li {
	margin: 8px 50px 0px 0px;
	list-style: none;
	float: left;
}




/* wrapper
-------------------------------------------------------------------------- */
#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-top: 40px;
	text-align: center;
}

#mainVisual {
	margin-bottom: 70px;
}

section {
	width: 700px;
	margin: 0px auto 40px auto;
}

section.narrow {
	width: 480px;
	margin: 0px auto 40px auto;
}

section h4 {
	text-align: left;
}

section p {
	margin-bottom: 10px;
	text-align: left;
}

section ul {
	margin: 0px 0px 30px 20px;
	text-align: left;
}

section table {
	text-align: left;
}

section table th {
	width: 100px;
	vertical-align: top;
}

section table td {
	padding-bottom: 10px;
}

h2 img {
	margin-bottom: 20px;
}

section h3 {
	margin-bottom: 14px;
	font-size: 24px;
}

section h4 {
	margin-bottom: 14px;
	font-weight: normal;
}

#news {
	margin: 0px 0px 200px 190px;
	text-align: left;
}

#news h3 {
	margin-left: -70px;
	float: left;
}

#news h4 {
	font-weight: bold;
	margin-bottom: 4px;
}

#news p {
	margin-bottom: 20px;
}

#news ul {
	margin: 0px 0px 20px 20px;
}

.schedule {
	border-bottom: 1px solid #929293;
}

.schedule h3 {
	margin-bottom: 4px;
	font-size: 20px;
	text-align: left;
}

#artistWrap {
	width: 890px;
	margin: 0px auto;
}

.artist {
	width: 200px;
	height: 240px;
	padding: 10px;
	text-align: center;
	display: table;
	float: left;
}

.artist span {
	width: 220px;
	font-size: 12px;
	line-height: 140%;
	display: table-cell;
	vertical-align: bottom;
}

#forbidden {
	width: 800px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 140%;
	text-align: right;
	clear: both;
}

#return {
	margin: -55px 5px 0px 0px;
	float: right;
}




/* form
-------------------------------------------------------------------------- */
input {
	padding: 5px;
	width: 300px;
}

textarea {
	padding: 5px;
	width: 430px;
}


/* footer
-------------------------------------------------------------------------- */
footer {
	width: 960px;
	padding: 2px 0px 10px 0px;
	font-size: 70%;
	line-height: 130%;
	overflow: hidden;
}

footer address {
	margin-left: 7px;
	font-style: normal;
	float: left;
	text-align: left;
}

footer p#license {
	margin-right: 10px;
	float: right;
	text-align: right;
}




/* other
-------------------------------------------------------------------------- */
.centering {
	text-align: center;
}

