@charset "utf-8";
@import url("http://www.j-wave.co.jp/common/css/common.css");

html body {
  margin: 0;
  padding: 0;
  background: 0;
  line-height: 1.3;
  background: #d11010;
}

a         {color: #000; text-decoration: underline;}
a:hover   {color: #000;}
a:visited {color: #666; text-decoration: none;}

#container {
  width: 800px;
  margin: 0 auto;
  background: #d11010;
}

#header {
  width: 100%;
  height: 217px;
  margin: 0 auto;
  background: url("images/header2.jpg") no-repeat;
}


#content {
  width: 770px;
  margin: 0 auto;
/*  height: 0; */
  color: #fff;
}


/* individual settings */
h2#artist-name {
  width: 100%;
  height: 112px;
  margin: 5px auto;
  background: url("images/artist-names2.jpg") no-repeat;
}

#content #artists {
  float: left;
  width: 462px;
  height: 341px; 
}

#content #info {
  float: right;
  width: 300px;
}

#content #info #nohi {
  margin: 0 0 0 90px;
  font-size: 8pt;
  color: #fff;
}

#content h2 {font-size: 26pt;}
#content h3 {font-size: 19pt;}
#content h4 {font-size: 12pt;}
#content p  {
  color: #000;
  font-size: 9pt;
  font-weight: bold;
}

#content #ticket {
  clear: both;
  width: 100%;
}

#content #ticket h2 {
  float: left;
  width: 220px;
  line-height: 1.1;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
}

#content #ticket h2 span {
  font-size: 13pt;
}

#content .txt13 {
  margin: 20px 0;
}

#content #ticket p {
  float: left;
  width: 120px;
  margin: 10px 25px;
}

#content #artists .photos {
  float: left;
  width: 217px;
  height: 156px;
  margin: 0 10px 10px 0;
}

#content #artists #triceratops  {background: url("images/a1.jpg");}
#content #artists #baseballbear {background: url("images/a4.jpg");}
#content #artists #pezmoku      {background: url("images/a3.jpg");}
#content #artists #legobigmorl  {background: url("images/a2.jpg");}

/* Footer */
#footer {
  clear: both;
  width: 770px;
  height: 88px;
  margin: 0 auto 10px auto;
}

#footer td {vertical-align: bottom;}
#footer #gp-desc {
  font-size: 10pt;
}

#footer img {
  vertical-align: middle;
}

#footer #copyright {
  font-size: 8pt;
  font-weight: bold;
}

/* Safari CSS Hack */
html[xmlns*=""] body:last-child #footer #copyright {
  margin: 0 182px;
}