@charset "utf-8";
/* CSS Document */

/* index==========================

	1.for link
	
*/


/* 1.for link ====================================================*/
div.link div.section h4{
	margin-bottom:15px;
}
div.section ul{
	padding:0 0 40px 30px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}
div.section li{
	float:left;
	margin:0 15px 15px 0;
	width:235px;
}
div.section a{
	padding-left:10px;
	background:url("../img/list.gif") no-repeat 0 6px; 
}
div#science,div#education{
	padding-top:20px;
}

.clearFix:after{ 
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
   content: ".";
}
/* 追加 MacIE 5 と WinIE 7 向け */
.clearFix{
   display: inline-block;
}
/*MacIE \*/
   * html .clearFix {height: 1em;}
   .clearFix {display: block;}
/*  */


