p {
  padding: 0;
}

#contentsInner.index {
  padding: 15px 0 12px;
  background: url(../images/index/header_bg.jpg) no-repeat top center;
}

ul#gNavi {
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 0;
  position: static;
}

.contentsBodyArea {
  width: 918px;
  padding: 40px 30px 50px;
  overflow: hidden;
}
.contentsBodyArea .subtitle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #33505e;
  background: -moz-linear-gradient(left #222e3a 0, #33505e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #222e3a), color-stop(100%, #33505e));
  background: -webkit-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -o-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: -ms-linear-gradient(left, #222e3a 0, #33505e 100%);
  background: linear-gradient(to right, #222e3a 0, #33505e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222e3a',endColorstr='#33505e',GradientType=0);
  padding: 9px 14px 8px;
  font-size: 14px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
}
.contentsBodyArea #leftColumn {
  float: left;
  width: 660px;
}
.contentsBodyArea #leftColumn #category-area .subtitle {
  margin-bottom: 17px;
}
.contentsBodyArea #leftColumn #category-area .category-box {
  margin-bottom: 30px;
}
.contentsBodyArea #leftColumn #category-area .category-box:nth-last-child(2) {
  margin-bottom: 0;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-title {
  background: url(../images/index/dot_category.gif) no-repeat;
  padding-left: 30px;
  font-size: 16px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin-bottom: 12px;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai > p:first-child {
  background: url(../images/index/bg_jiwai.gif) repeat-x;
  padding: 17px 7px 10px;
  font-size: 14px;
  /*font-size: $size + rem;*/
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul {
  border: 1px solid #d5d5d5;
  background: #efefef url(../images/index/bg_jiwai_list.gif) repeat-x bottom;
  padding: 15px 17px 10px;
  overflow: hidden;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  background: #222d38;
  padding: 7px;
  overflow: hidden;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li:nth-child(3n) {
  margin-right: 0;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li p:first-child {
  clear: both;
  float: left;
  margin-right: 9px;
  text-align: center;
  width: 65px;
  height: 65px;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li p:first-child img {
  max-width: 65px;
  max-height: 65px;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li p:last-child {
  float: left;
  width: 114px;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li p:last-child a {
  color: #fff;
  text-decoration: none;
}
.contentsBodyArea #leftColumn #category-area .category-box .jiwai ul li p:last-child a:hover {
  text-decoration: underline;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list {
  overflow: hidden;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li {
  float: left;
  border: 1px solid #e9e9e9;
  border-width: 0 1px 1px 0;
  padding: 11px 5px;
  overflow: hidden;
  height: 42px;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li:nth-child(3n) {
  border-right: none;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li:nth-child(3n+1) {
  border-left: none;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li:nth-child(1), .contentsBodyArea #leftColumn #category-area .category-box .category-list li:nth-child(2), .contentsBodyArea #leftColumn #category-area .category-box .category-list li:nth-child(3) {
  border-top-width: 1px;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li p:first-child {
  overflow: hidden;
  float: left;
  margin-right: 8px;
  text-align: center;
  width: 42px;
  height: 42px;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li p:first-child img {
  max-width: 42px;
  max-height: 42px;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li p:last-child {
  float: left;
  width: 159px;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li p:last-child a {
  text-decoration: none;
}
.contentsBodyArea #leftColumn #category-area .category-box .category-list li p:last-child a:hover {
  text-decoration: underline;
}
.contentsBodyArea #leftColumn #category-area > p:last-child {
  margin-top: 5px;
  text-align: right;
}
.contentsBodyArea #leftColumn #category-area > p:last-child a {
  background: url(../../common/images/square_arrow.gif) no-repeat left center;
  padding-left: 17px;
}
.contentsBodyArea #leftColumn #newsArea {
  width: 660px;
  margin: 18px 23px 0 0;
  _display: inline;
}
.contentsBodyArea #leftColumn #newsArea .subtitle {
  margin-bottom: 20px;
  position: relative;
}
.contentsBodyArea #leftColumn #newsArea .subtitle .news-list {
  position: absolute;
  right: 17px;
  top: 5px;
}
.contentsBodyArea #leftColumn #newsArea .subtitle .bg {
  position: absolute;
  bottom: -8px;
  left: 48px;
}
.contentsBodyArea #leftColumn #newsArea dl {
  margin: 0;
  padding: 5px 0 0;
  overflow-y: scroll;
  height: 420px;
}
.contentsBodyArea #leftColumn #newsArea dl dt {
  width: 103px;
  _width: 110px;
  margin: 0;
  padding: 10px 0 10px 7px;
  background: url(../images/index/gray_dot.gif) repeat-x left top;
  color: #334354;
  float: left;
}
.contentsBodyArea #leftColumn #newsArea dl dd {
  width: 530px;
  margin: 0;
  padding: 10px 0;
  background: url(../images/index/gray_dot.gif) repeat-x left top;
  float: left;
}
.contentsBodyArea #leftColumn #newsArea dl dd p {
  padding: 0;
}
.contentsBodyArea #leftColumn #newsArea dl .top {
  background: none;
}
.contentsBodyArea #rightColumn {
  float: right;
  width: 230px;
}
.contentsBodyArea #rightColumn #mokuteki,
.contentsBodyArea #rightColumn #gyoukai {
  margin-bottom: 20px;
}
.contentsBodyArea #rightColumn #mokuteki .subtitle,
.contentsBodyArea #rightColumn #gyoukai .subtitle {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.contentsBodyArea #rightColumn #mokuteki ul,
.contentsBodyArea #rightColumn #gyoukai ul {
  border: 1px solid #222e3a;
  border-width: 0 1px 1px;
  padding: 15px 20px;
}
.contentsBodyArea #rightColumn #mokuteki ul li,
.contentsBodyArea #rightColumn #gyoukai ul li {
  margin-bottom: 2px;
}
.contentsBodyArea #rightColumn #mokuteki ul li a,
.contentsBodyArea #rightColumn #gyoukai ul li a {
  background: url(../../common/images/square_arrow.gif) no-repeat left center;
  padding-left: 17px;
}
.contentsBodyArea #rightColumn #search {
  background: #eee;
  padding: 10px 17px 14px 12px;
  margin-bottom: 21px;
}
.contentsBodyArea #rightColumn #search input[type=text] {
  margin: 0;
  vertical-align: top;
}
.contentsBodyArea #rightColumn #search input[type=submit] {
  border: none;
  background: url(../images/index/brn_search.gif) no-repeat;
  width: 42px;
  height: 21px;
}
.contentsBodyArea #rightColumn #contact {
  margin-top: 17px;
  border: 1px solid #999;
  background: #eee;
  padding: 11px 18px;
}
.contentsBodyArea #rightColumn #contact ul {
  overflow: hidden;
}
.contentsBodyArea #rightColumn #contact ul li {
  float: left;
}
