body {
  margin: 20px 0px 20px 0px;
  background-color: #FFF;
  text-align: center;
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666;
}

a {
  text-decoration: underline;
}

a:link {
  color: #8FABBE;
}

a:visited {
  color: #8FABBE;
}

a:active {
  color: #8FABBE;
}

a:hover {
  color: #006699;
}

#banner {
  margin: 20px 0px;
}
#banner a {
  border: 3px solid #FA1445;
}
#banner a:hover {
  border: 3px solid #EDA252;
}


/* container */
#container {
  line-height: 160%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 730px;
  border: 4px solid #FA1445;
}
#containerIndex {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 730px;
	border: 4px solid #FA1445;
}
/* container */

#header {
  text-align: left;
  margin: 25px;
  background-image: url(img/_header_bg.gif)
}
#header a {
  border: 2px solid #FA1445;
}
#header a:hover {
  border: 2px solid #EDA252;
}
#headerIndex {
  text-align: left;
  background-image: url(img/_header_bg.gif)
}
#headerIndex a {
  border: 2px solid #FA1445;
}
#headerIndex a:hover {
  border: 2px solid #EDA252;
}
#logo {
	margin:25px;
}

/* center */
#center {
  width: 610px;
	margin: 60px;
}
#centerIndex {
  width: 610px;
	margin: 20px 60px 60px 60px;
	color: #6B916D;
}
/* center */

/* left */
#left {
  float: left;
  width: 360px;
  overflow: hidden;
	margin: 20px;
	color: #6B916D;
}
#leftAbout {
  width: 380px;
  font-size: 10pt;
  line-height: 140%;
}
/* left */

/* right */
#right {
  float: left;
  width: 270px;
  overflow: hidden;
  margin: 20px;
}
#rightAbout {
  width: 280px;
  color: #F48440;
}
/* right */

#copyright {
	margin: 10px;
}

/* about.html */
#aboutPickupTitle {
	margin-bottom: 8px;
}
#aboutPickupImg {
	margin-right: 8px;
}
#aboutInfoTitle {
	margin-bottom: 30px;
}
#aboutInfoTxt {
	padding: 25px 0px 20px 30px;
}
#rightAbout h3 {
	font-size: 11pt;
	margin: 0px;
}
/* about.html */

/* artist.html */
#artistBox {
 margin: 0px 80px; 
}

#artistBox td{
 text-align: center;
}

#artistBox img {
	margin: 5px;
	border: 1px solid #DF8B42;
}
/* artist.html */

/* キャプション */
#capBox {
 margin: 30px 60px; 
}

#capBox td{
 text-align: left;
 padding: 5px;
}

#capBox img {
  margin: 5px;
}
#capBox span {
  color: #F48440;
}
/* キャプション */