.main {
/*	background: url(../../image/bg-main-body-01.gif) center top repeat-y;*/
}
.main .main-inner {
	/*bottom: -2px;*/
	/*background: url(../../image/bg-main-foot-01.gif) center bottom no-repeat;*/
}
.contents .contents-header {
	background: url(../image/bg-contents-head-news.jpg) left top no-repeat;
}
.contents .contents-inner {
	padding: 32px 0px 30px 0px;
	background: url(../image/bg-contents-body-news.gif) 594px top no-repeat;
}

table.registration-list {
	margin-bottom: 30px;
	width: 100%;
}
table.registration-list th.date,
table.registration-list td.date {
	width: 112px;
}
table.registration-list th.uniform-number,
table.registration-list td.uniform-number {
	width: 46px;
}
table.registration-list th.position,
table.registration-list td.position {
	width: 92px;
}
table.registration-list th.name,
table.registration-list td.name {
	width: 112px;
}
table.list-table td.b00d {
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
}
table.list-table td.b10d {
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: dotted;
	border-left-style:   solid;
}
table.list-table td.b20d {
	border-top-style:    dotted;
	border-right-style:  solid;
	border-bottom-style: dotted;
	border-left-style:   solid;
}
table.list-table td.b30d {
	border-top-style:    dotted;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
}
table.list-table td.b01d {
	border-top-style:    solid;
	border-right-style:  dotted;
	border-bottom-style: solid;
	border-left-style:   solid;
}
table.list-table td.b11d {
	border-top-style:    solid;
	border-right-style:  dotted;
	border-bottom-style: dotted;
	border-left-style:   solid;
}
table.list-table td.b21d {
	border-top-style:    dotted;
	border-right-style:  dotted;
	border-bottom-style: dotted;
	border-left-style:   solid;
}
table.list-table td.b31d {
	border-top-style:    dotted;
	border-right-style:  dotted;
	border-bottom-style: solid;
	border-left-style:   solid;
}
table.list-table td.b02d {
	border-top-style:    solid;
	border-right-style:  dotted;
	border-bottom-style: solid;
	border-left-style:   dotted;
}
table.list-table td.b12d {
	border-top-style:    solid;
	border-right-style:  dotted;
	border-bottom-style: dotted;
	border-left-style:   dotted;
}
table.list-table td.b22d {
	border-top-style:    dotted;
	border-right-style:  dotted;
	border-bottom-style: dotted;
	border-left-style:   dotted;
}
table.list-table td.b32d {
	border-top-style:    dotted;
	border-right-style:  dotted;
	border-bottom-style: solid;
	border-left-style:   dotted;
}
table.list-table td.b03d {
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   dotted;
}
table.list-table td.b13d {
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: dotted;
	border-left-style:   dotted;
}
table.list-table td.b23d {
	border-top-style:    dotted;
	border-right-style:  solid;
	border-bottom-style: dotted;
	border-left-style:   dotted;
}
table.list-table td.b33d {
	border-top-style:    dotted;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   dotted;
}

div.registration-history {
	margin: 0px 0px 10px;
	padding-left: 10px;
}
ul.resume {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	list-style: none;
}
ul.resume li {
	margin: 0px;
	padding: 0px 12px;
}
ul.resume li span.history-current {
	color: #999;
}

/* == FOR LIST(LOG) PAGES == */
div.news-list-area {
	margin: 0px 0px 20px;
}
div.list-top {
	min-height: 22px;
}
div.list-top p.table-caption {
	float: left;
}
div.list-top div.to-history {
	margin: 4px 0px;
	padding: 0px;
	float: right;
}
ul.news-list,
ul.news-list-body {
	margin: 0px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	padding: 0px;
	list-style: none;
}
ul.news-list li,
ul.news-list-body li {
	margin: 0px;
	border-bottom: 1px solid #c2c2c2;
	padding: 7px 10px 7px 23px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	background: url(../image/icon-newsitem.gif) 10px 14px no-repeat;
}
ul.news-list-body li {
	padding: 7px 10px 7px 7.5em;
	text-indent: -7.5em;
}
ul.news-list-body li span {
	margin: 0px 10px 0px 20px;
	color: #0099FF;
}
ul.news-list li.zebra1,
ul.news-list-body li.zebra1 {
	background-color: #f6f6f6;
}
/* == /FOR LIST(LOG) PAGES == */

/* == NEWS HEAD CATEGORY MENU == */
.news-list-area #catList {
	margin-bottom:10px;
	display:table;
	table-layout: fixed;
	width:100%;
}
.news-list-area #catList a {
	display:table-cell;
	text-align:center;
	padding-bottom:4px;
	color:#333;
}
.news-list-area #catList a:hover { text-decoration:none; }
.news-list-area #catList a span { display:block; background-color:#FFF; line-height:26px; }
.news-list-area #catList a.all { background-color:#0088FF; }
.news-list-area #catList a.all.on span,
.news-list-area #catList a.all:hover span { background-color:#0088FF; color:#FFF; }
.news-list-area #catList a.release { background-color:#666666; }
.news-list-area #catList a.release.on span,
.news-list-area #catList a.release:hover span { background-color:#666666; color:#FFF; }
.news-list-area #catList a.team { background-color:#00205B; }
.news-list-area #catList a.team.on span,
.news-list-area #catList a.team:hover span { background-color:#00205B; color:#FFF; }
.news-list-area #catList a.ticket { background-color:#FF0000; }
.news-list-area #catList a.ticket.on span,
.news-list-area #catList a.ticket:hover span { background-color:#FF0000; color:#FFF; }
.news-list-area #catList a.event { background-color:#FF9900; }
.news-list-area #catList a.event.on span,
.news-list-area #catList a.event:hover span { background-color:#FF9900; color:#FFF; }
.news-list-area #catList a.farm { background-color:#006666; }
.news-list-area #catList a.farm.on span,
.news-list-area #catList a.farm:hover span { background-color:#006666; color:#FFF; }
.news-list-area #catList a.goods { background-color:#3300CC; }
.news-list-area #catList a.goods.on span,
.news-list-area #catList a.goods:hover span { background-color:#3300CC; color:#FFF; }
.news-list-area #catList a.dome { background-color:#66CC66; }
.news-list-area #catList a.dome.on span,
.news-list-area #catList a.dome:hover span { background-color:#66CC66; color:#FFF; }
.news-list-area #catList a.campaign { background-color:#FF99CC; letter-spacing:-1px; }
.news-list-area #catList a.campaign.on span,
.news-list-area #catList a.campaign:hover span { background-color:#FF99CC; color:#FFF; }
.news-list-area #catList a.fanclub { background-color:#00CCFF; letter-spacing:-1px; }
.news-list-area #catList a.fanclub.on span,
.news-list-area #catList a.fanclub:hover span { background-color:#00CCFF; color:#FFF; }

.news-list-area #monthList {
	margin-bottom:10px;
	width:100%;
}
.news-list-area #monthList a {
	display:block;
	float:left;
	text-align:center;
	width:42px;
	margin-right:7px;
	color:#333;
	background-color:#E5E8EE;
	line-height:30px;
  height:30px;
}
.news-list-area #monthList a.nextYear { margin-right:0; }
.news-list-area #monthList a.on,
.news-list-area #monthList a:hover { text-decoration:none; background-color:#00205B; color:#FFF; }
.news-list-area #monthList a span { font-size:18px; font-weight:bold; line-height:30px; }
/* == NEWS HEAD CATEGORY MENU == */

/* SLIDER */
#contSlider {
  border: #CCC 1px solid;
  height: 240px;
  position: static;
  background: url(/image/dra/sliderWrap_bg760.jpg) no-repeat center center;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}
#contSlider ul { padding: 0; margin: 0; }
#contSlider ul li { position: relative; height: 240px; }
#contSlider ul li img { position: absolute; top: 0; left: 0; }
#contSlider img { display: block; }
.bx-wrapper {
  height: 240px;
  background: transparent url(/image/dra/sliderWrap_bg760.jpg) no-repeat;
  position: relative;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  padding: 5px 0;
  z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #CCC;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #FA38A8; }
.bx-wrapper .bx-prev { left: 0px; background: url(/image/dra/top_slide_controls.png) no-repeat 0 0; }
.bx-wrapper .bx-next { right: 00px; background: url(/image/dra/top_slide_controls.png) no-repeat -27px 0px; }
.bx-wrapper .bx-prev:hover { background-position: -54px 0; }
.bx-wrapper .bx-next:hover { background-position: -81px 0; }
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 73px;
  outline: 0;
  width: 27px;
  height: 95px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* /SLIDER */