/*===== index.css =====*/

#billboard {
  margin-top: 20px;
  text-align: center;
}

#service_guide {
	margin:     20px 0;
	overflow:   auto;
}


#service_guide a {
	text-indent:  -9999px;
	width:        304px;
	height:       140px;
	float:        left;
	display:      inline;
	background-image: url("../images/button_company2015.png");
	background-repeat: no-repeat;
}

#service_guide #company a {
	background-position: 0 0;
	margin-left:25px;
}

#service_guide #company a:hover { background-position: 0 -140px; }

#service_guide #books a {
	background-position: -304px 0;
	margin-left:  19px;
}

#service_guide #books a:hover { background-position: -304px -140px; }


#service_guide #sakura a {
	background-position: -608px 0;
	margin-left:  19px;
}
#service_guide #sakura a:hover { background-position: -608px -140px; }


#recent_news_frame {
	margin-top: 10px;
	width: 538px;
	margin-left: 25px;
	float: left;
	margin: 10px 0 20px 25px;
	border:1px solid #c4c4c4;
	height:137px;
	display: inline;
}

#recent_news_bg {
  width: 96%;
  min-height:117px;
  margin:10px auto;
  background-color: #EFEFEF;
  background-image: url("../images/bn_news2012.gif");

}

#recent_news {
	width: 94%;
	overflow-y: scroll;
	height:70px;
	border-top:1px solid #c4c4c4;
	padding-top: 5px;
	padding-left:15px;
	padding-right:15px;
  
}

#recent_news_bg h3 {
	background-position: 15px 16px;
	padding: 10px 15px 0 37px;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom: 5px;
	background-image: url("../images/information_icon.gif");
	background-repeat: no-repeat;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#recent_news ul li {
  overflow: auto;
  margin-bottom: 10px;
}

#recent_news li {
  width:         100%;
  border-bottom: 1px dashed #adadad;
  padding-bottom: 10px;
}

#recent_news .date,
#recent_news .text {
	float: left;
	font-size:0.7em;
}

#recent_news .date {
  width: 70px;
}
#recent_news .text {
	width: 420px;
}

#index_menu {
	width: 400px;
	float: right;
	margin: 0 16px 0 0;
	display: inline;
}
#index_menu a {
	width:        120px;
	height:       64px;
	margin:       10px 0 0 10px;
	float:        left;
	display:      block;
	text-indent:  -9999px;
	background-image:url("../images/btn_top_menu.png");
}
	

#index_menu li {
	display:inline;
	}

#index_menu li#information a { background-position: 0 0; }
#index_menu li#profile a { background-position: 600px 0; }
#index_menu li#message a { background-position: 480px 0; }
#index_menu li#contact a { background-position: 360px 0; }
#index_menu li#access a { background-position: 240px 0; }
#index_menu li#recruit a { background-position: 120px 0; }


#index_menu #information a:hover  { background-position: 0 -64px; }
#index_menu #profile a:hover  { background-position: 600px -64px; }
#index_menu #message a:hover  { background-position: 480px -64px; }
#index_menu #contact a:hover  { background-position: 360px -64px; }
#index_menu #access a:hover  { background-position: 240px -64px; }
#index_menu #recruit a:hover  { background-position: 120px -64px; }



#main_photo {
	width:950px;
	height:470px;
	margin:30px auto 10px auto;
}
