@charset "Shift_JIS";

/* ƒwƒbƒ_
---------------------------------------------------- */
#header {
	clear: both;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) bottom no-repeat;
	border-bottom: 1px solid #EEEEEE;
}
#header h2 {
  display: none;
}

#title_1 {
  width: 540px;
  background: url(../images/title.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}

#content dl {
  padding-left: 10px;
}
#content dt {
  color: #666666;
  font-weight: bold;
}
#content dd {
  margin: 0 0 1em 1em;
}
figcaption {
  font-size: 80%;
  line-height: 1.2em;
}
a.line-through {
  text-decoration: line-through;
}