body{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	}
}

TD,TH   {
	font-size: 12px;
}

}
}
.txr {
	font-size: 12px;
	line-height: 18px;
}
.txs {
	font-size: 10px;
	line-height: 14px;
}

/* ↓基本リンク */
.leftside {
	background-image: url(../img/leftgray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 10px;
	text-align: left;
	color: #666666;
}
.lefttxt {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.leftbottom {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.dashedtop {
	background-image: url(../img/dashline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dashedbtm {
	background-image: url(../img/dashline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dashedbtmpale {
	background-image: url(../img/dash_pale.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.linecenter {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.news {
	background-repeat: no-repeat;
}
.news table {
	clear: both;
	overflow: auto;
	text-size: 9;
}
.news td {
	clear: both;
	padding: 5px 5px 5px 20px ;
	text-decoration: none;
}
.news p {
	text-align: right;
	text-decoration: none;
}


#accordion  {
  margin: 20px 20px 0 50px;
}
#accordion H5 {
  background: #6B7B95;
  color: white;
  cursor: pointer;
  font: 12px Helvetica, Arial, sans-serif;
  line-height: 16px;
  margin: 0 0 4px 0;
  padding: 3px 5px 1px;
}
#accordion .content {
  background-color: #F4F5F5;
}
#accordion .content p {
  margin: 0.5em 0;
  padding: 0 6px 8px 6px;
}

