@charset "UTF-8";

/* Font Reset with YUI
------------------------------------------------*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* Global Resets
------------------------------------------------*/

html { overflow-y: scroll; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin:0; padding:0; }

body {
	font-weight:normal;
	font-style:normal;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3";
}

* html body { font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }/* for IF6 */

h1,h2,h3,h4,h5,h6 { font-weight:normal; font-size: 100%; } 


table { margin:0 auto 0 auto; }

/*for cell separate
table { border-collapse: separate; border-spacing: 0; }
*/
/*for cell collapse
table { border-collapse: collapse; border-spacing: 0; }
*/
th,td { margin: 0; padding: 0; }
th,td { text-align: left; }
caption,th { text-align: left; margin: auto; }

img { vertical-align:bottom; }
fieldset,img,abbr { border:0; }

ol,ul,dl { list-style: none; } 

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var { font-style: normal; font-weight: normal; }


/* clearfix
------------------------------------------------*/

.clearfix { /zoom:1; }
.clearfix:after { content : ''; display : block; clear : both; }




/* body
------------------------------------------------*/

body { color: #000000; text-align: center;
	background-color: #eee;
}

a { color: white;
	text-decoration: underline;
}
a:hover { text-decoration: none; color: black; }

a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}



/* Layout
------------------------------------------------*/

#container {
  width: 850px;
  margin: 0 auto;
  text-align: left;
  background: #FFFFFF url(../img/BG.jpg) repeat;
	padding-left: 150px;
	padding-bottom: 5px;
}

h1{
	padding-top: 80px;
	text-align: center;
	margin-bottom: 60px;
	width: 700px;
}

#lead{
	margin-bottom: 90px;
	text-indent: -9999px;
	height: 145px;
	background: url(../img/lead-trans.png) no-repeat;
	width: 700px;
}


#main{
  float: left;
  width: 700px;
  clear: both;
	color: white;
	letter-spacing: 0.08em;
	font-size: 85%;
	text-align: left;
	font-weight: bold;
}

.wrap{
	margin-bottom: 60px;
}

.wrap h2{
  width: 700px;
	border-bottom: 1px solid white;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	font-size: 138.5%;
}


.date ul li{
	margin-bottom: 0.3em;
	font-size: 138.5%;
	letter-spacing: 0.08em;
}

.artist dl{
	margin-bottom: 35px;
	font-size: 116%;
	letter-spacing: 0.08em;
}

.artist dt{
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 0.4em;
}

.artist dd{
	line-height: 1.5em;
}


.support{
	width: 700px;
	border-top: 1px solid white;
	padding-top: 0.3em;
	margin-top: 30px;
}

.support li{
	line-height: 1.6em;
}

#footer {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  float: left;
  width: 700px;
  padding-bottom: 40px;
	color: #eaeaea;
	font-size: 77%;
}

#footer #address{
  background: url(../img/smt.jpg) no-repeat;
  float: left;
	height: 60px;
}

#footer #address li{ margin-left: 75px;
	margin-bottom: 2px;
}

#footer p{
	float: right;
	margin-top: 35px;
	color: #d5d5d5;
}



