@charset "UTF-8";

/*------------------------------------------------
トップページ固有CSS
------------------------------------------------*/

/*-------トップページサイド固有CSS-------*/
#top {
	position: relative;
}

#top h1{
	position: absolute;
}

#top #massa_top{
	margin-top: -60px;
}


#topSide {
	float: left;
	width: 270px;
}

#about {
  background: #FAFAFA;
  width: 248px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  margin-top: 10px;
}

#topSide p {
  color: #666666;
  font-size: 77%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#topSide dl {
  font-size: 85%;
  width: 270px;
  margin-top: 30px;
}

#topSide dt {
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 3px;
  padding-bottom: 1px;
}

#topSide dd {
  margin-bottom: 3px;
    width: 270px;
      font-size: 85%;
}
#topSide dl a{
  text-decoration: none;
  background: #E6E6E6;
  color: #000000;
}

#topSide dl a:hover{
  text-decoration: none;
  background: #CCCCCC;
  color: #000000;
}
/*-------トップページメイン固有CSS-------*/

#topMain {
	width: 645px;
	margin-bottom: 20px;
	margin-left: 295px;
}

#topMain #news {
  margin-bottom: 20px;
}

#topMain #news ul {
  width: 630px;
  margin-top: 12px;
  font-size: 85%;
  letter-spacing: 0.08em;
}

#topMain #News1 li {
  background: url(img/arrow1.jpg) no-repeat 10px 2px;
  text-indent: 30px;
  margin-bottom: 6px;
}

#topMain #News2 li {
  background: url(img/arrow1.jpg) no-repeat 10px 2px;
  text-indent: 30px;
  margin-bottom: 6px;
}


#topMain #news a{
  text-decoration: none;
  color: #000000;
  background: #EEEEEE;
  font-weight: bold;
  padding-right: 3px;
  padding-left: 3px;
}

#topMain #news #News1 a{
  color: #FF0000;
}

#topMain #news #newsTabSelect {
  padding-left: 30px;
  width: 540px;
  float: left;
  margin-top: -10px;
}
#topMain #news #newsTabSelect li{
  float: left;
  margin-right: 5px;
}


#topMain #news a:hover {
  text-decoration: none;
  color: #000000;
  background: #D9D9D9;
}

#topMain .list {
  margin-bottom: 20px;
  float: left;
}

#topMain .list ul {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#topMain .list li img {
  margin-bottom:10px;
  border: 1px solid #E6E6E6;
}
#topMain .list #interview li { float: left;   margin-right: 10px;}

#topMain .list a img:hover {opacity: 0.7;}

#specialTopic {margin-bottom: 8px;}
#specialTopic li{ margin-bottom: 8px; }












/*------------------------------------------------
プライバシーポリシー固有CSS
------------------------------------------------*/
#privacy h3{
  font-size: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  font-weight: normal;
  color: #00000;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  clear: both;
  border-bottom: 1px solid #999999;
}

#privacy .privacy_wrap{
  margin-bottom: 25px;
  padding-bottom: 15px;
}

#privacy .privacy_wrap p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

