@charset "utf-8";


/** reset start **/

#contents {
	margin:0 auto;
  padding:0;
}

/** reset end **/

#mainBanner {
  background:url(../img/index/mainBannerBg.png) no-repeat center;
  background-size:cover;
  padding:140px 0;
  margin-top:-35px;
  box-shadow:0px 20px 10px -15px #638C66 inset;
  -moz-box-shadow:0px 20px 10px -15px #638C66 inset;
  -webkit-box-shadow:0px 20px 10px -15px #638C66 inset;
}

#mainBannerText {
  display:block;
  margin:0 auto;
  width:950px;
  text-align:left;
}


#indexMenu {
  padding:0;
  overflow:hidden;
  margin:45px auto;
  width:950px;
}

#indexMenu a {
  text-decoration:none;
  color:#000;
}

#indexMenu li {
  margin:0;
  padding:0;
  float:left;
  width:300px;
  margin-left:25px;
  list-style:none;
  background-position:center bottom;
  background-repeat:no-repeat;
}

#indexMenu li.indexMenu01 {
  margin-left:0;
  background-image:url(../img/index/indexMenu01Bg.jpg);
}

#indexMenu li.indexMenu02 {
  background-image:url(../img/index/indexMenu02Bg.jpg);
}

#indexMenu li.indexMenu03 {
  background-image:url(../img/index/indexMenu03Bg.jpg);
}

#indexMenu li dl {
  margin:0;
  padding:0;
}

#indexMenu li dt {
  padding:10px 0;
  color:#FFF;
  background:#67bef1;
  text-align:center;
  margin-bottom:80px;
}

#indexMenu li dd {
  margin:0;
  padding:0;
  padding:5px 10px;
  line-height:1.4em;
  font-size:0.9em;
  height:4em;
  background:url(../img/index/indexMenuTextBg.png) repeat;
}


#conLeft {
	width:650px;
	float:left;
}

#conLeft #feed .feedMore {
	float:right;
	margin:5px 0 0 0;
	padding:0;
  font-size:0.7em;
  font-weight:normal;
}

#conLeft #feed .feedMore a {
	margin:0 0 0 auto;
	padding:0 0 0 17px;
	background:url(../img/common/onePoint01.png) no-repeat 0px center;
}


#conLeft #feed {
  margin:0;
  padding:0;
}

#conLeft #feed #whatsNew {
  overflow:hidden;
}

#conLeft #feed dl {
  margin:0;
  padding:0;
	border-bottom:1px solid #bfbfbf;
  overflow:hidden;
}

#conLeft #feed dt {
  margin:0;
	float:left;
	width:120px;
	padding:8px 5px;
}

#conLeft #feed dd {
	float:right;
	width:470px;
  margin:0;
	background-image:url(../img/common/onePoint02.png);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding:8px 5px 8px 25px;
}

#conRight {
  width:270px;
  float:right;
}

#conRight .bannerList {
  margin:0 0 20px 0;
  padding:0;
  line-height: 1em;
}

#conRight .bannerList li {
  list-style:none;
  margin:0 0 5px 0;
  padding:0;
}

#conRight .bannerList li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#application {
  overflow:hidden;
}

#application table {
  width: 100%;
}

#application table th {
  background: #67bef1;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  border: 1px solid #dadada;
}

#application table td {
  background:url(../img/member/faxNumber.png) no-repeat center 95%;
  border: 1px solid #dadada;
  padding: 10px 0 60px 0;
  font-size: 0.9em;
}

#application table td ul.default {
  margin: 0 20px;
  padding: 0;
  line-height: 1.2em;
}

#application table td ul.default {
  margin: 0 20px;
  padding: 0;
  line-height: 1.2em;
}

#application table td ul.default li {
  margin-bottom: 0.5em;
}

