@charset "utf-8";

@import "layout.css"; // prit.cssにオーバーライト

/**********************************************************
  
    * Top Style
  
***********************************************************/ 
.home #contents {
	padding-bottom: 0;
} 

#topkey {
	margin: 0 0 12px 0;
	padding:0;
}

#topmenu {
	margin: 0 0 20px 0;
	padding:0;
	background: url(../../img/topmenu_bg.gif) repeat-y left top;
}
#topmenu ul {
	padding:0 0 10px 0;
	background: url(../../img/topmenu_foot.gif) no-repeat left bottom;
}
#topmenu li {
	float:left;
}
#topmenu p {
	padding:2px 9px 2px 11px;
	margin:0;
	line-height:1.6;
}
#topmenu01 { width:214px; padding-right:10px;}
#topmenu02 { width:213px; padding-right:10px;}
#topmenu03 { width:213px;}
#topmenu li h2 {
	padding:0 0 7px 0;
	margin:0;
	background:none;
}
#topmenu li h2 a {
	overflow:hidden;
	text-indent:-5000px;padding:0px;margin: 0px;display:block;
	height:35px;
}
#topmenu01 h2 a { 		background-image: url(../../img/topmenu01.gif)}
/*#topmenu01 h2 a:hover { background-image: url(../../img/topmenu01_o.gif)}*/
#topmenu02 h2 a { 		background-image: url(../../img/topmenu02.gif)}
/*#topmenu02 h2 a:hover { background-image: url(../../img/topmenu02_o.gif)}*/
#topmenu03 h2 a { 		background-image: url(../../img/topmenu03.gif)}
/*#topmenu03 h2 a:hover { background-image: url(../../img/topmenu03_o.gif)}*/


.news {
	width:660px;
	margin:0 0 0 0;
}
.news_head {
	position:relative;
	height:1%;
	width:660px;
}
.news_head span {
	display:block;
	position:absolute;
	top:12px;
	right:11px;
}
.news_body {
}
.news_body ul {
	padding: 1px 0;
}
.news_body ul li {
	padding: 7px 10px 7px 103px;
	position:relative;
	height:1%;
	background: #f5f5f5 url(../../img/icon_news.gif) no-repeat 7px 9px;
}
.news_body ul li p {
	padding: 0 0 0 5em;
	margin: 0;
}
.news_body ul li p img {
	vertical-align: text-bottom;
}

.news_body ul li.cate_news  { background-image: url(../../img/icon_news.gif) ; }
.news_body ul li.cate_recruit  { background-image: url(../../img/icon_recruit.gif) ; }
.news_body ul li.cate_media { background-image: url(../../img/icon_media.gif) ; }
.news_body ul li.cate_event { background-image: url(../../img/icon_event.gif) ; }
.news_body ul li.odd {
	background-color: #fff;
}
.news_body .date {
	color:#646464;
	padding: 0 0 3px;
	position:absolute;
	top: 7px;
	left: 103px;
	font-family: "ＭＳ Ｐゴシック", Arial, "Osaka－等幅";
}



/*-------------------------------------------------------------
	* ClearFix
---------------------------------------------------------------*/
#topmenu ul:after,
#topmenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#topmenu ul,
#topmenu {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html #topmenu ul,
* html #topmenu { height: 1%; }

#topmenu ul,
#topmenu { display: block; }
/* End hide from IE-mac */

