@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");

#container-inner {
  background: none;
}
#globalNavi {
  margin-bottom: 0;
}
#main {
  background-color: #e9e9e9;
	padding: 8px 7px 8px 8px;
	width: 785px;
	_width: 800px;
}

#contents {
  background-color: #fff;
  border: 1px solid #dedede;
	float: left;
	margin: 0;
	padding: 0;
  width: 584px;
}
#contents h3 {
  margin: 0 0 10px 12px;
}
#contents h4 {
  margin-bottom: 12px;
}
div.threeColmn {
  background: url(../img/bg_threecolumn.gif) repeat-y left top;
	margin: 0 0 15px 12px;
	width: 560px;
}
div.threeColmn .left {
  float: left;
	text-align: center;
	width:187px;
}
div.threeColmn .right {
  float: right;
	text-align: center;
	width:186px;
}
div.threeColmn p.txt {
  background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 173px;
}
p.txt span {
  display: block;
  padding: 5px;
}
p.address {
  margin: 10px 0 0 0;
	padding: 0;
}

div.twoColumn {
  background: url(../img/bg_twocolumn.gif) repeat-y left top;
	margin: 0 0 15px 12px;
	width: 562px;
}
div.twoColumn .left {
  float: left;
	text-align: center;
	width:281px;
}
div.twoColumn .right {
  float: right;
	text-align: center;
	width:281px;
}
div.twoColumn p.txt {
  background-color: #fff;
	margin: 0 auto 7px auto;
	text-align: left;
	width: 267px;
}
div.oneColmun {
  background-color: #e9f4fd;
	margin: 0 0 15px 12px;
	text-align: center;
	width: 561px;
}
div.oneColmun p.txt {
  background-color: #fff;
	margin: 0 auto 7px auto;
	text-align: left;
	width: 547px;
}
div.oneColmun2 {
  background-color: #f4f0fc;
	margin: 0 0 15px 12px;
	text-align: center;
	width: 561px;
}
div.oneColmun2 p.txt {
  background-color: #fff;
	margin: 0 auto 7px auto;
	text-align: left;
	width: 547px;
}

div.oneColmun3 {
  background-color: #ffeeda;
	margin: 0 0 15px 12px;
	text-align: center;
	width: 561px;
}
div.oneColmun3 p.txt {
  background-color: #fff;
	margin: 0 auto 7px auto;
	text-align: left;
	width: 547px;
}

div.indexBtn {
  margin: 10px 0 15px 0;
}


/* banner */
#banner {
  float: right;
	margin: 0;
	padding: 0;
	width: 190px;
}

#banner dl {
  margin-bottom: 7px;
  width: 190px;
}
#banner dl dt,
#banner dl dd {
  margin-bottom: 3px;
}
#banner p {
  font-size: 75%;
	margin-left: 10px;
	width: 170px;
}