@charset "UTF-8";
/*-----------------------------*/
#main{
    background-color:#221E11;
	width:950px;
	margin:0 auto;
}
#m_in {
    float:left;
    clear:both;
	padding:0 50px 0 75px;
	width:825px;
	margin:0 auto;
}
*html #m_in{
    padding-left:40px;
}
#m_in ul{
    float:left;
    clear:both;
	width:730px;
	padding-top:30px;
	/padding-bottom:30px;
    list-style:none;
}
#m_in ul li{
    float:left;
	padding-right:40px;
}
#m_in ul li.end{
	padding-right:0px;
}
#m_in ul li a{
   position:relative;
   display:block;
   width:150px;
   height:220px;
   background:url(../images/box_bg_off.gif) no-repeat right bottom #221e12;
}
#m_in ul li a:hover{
    background:url(../images/box_bg_on.gif) no-repeat right bottom #221e12;
}
.repo_img{
    float:left;
	clear:both;
}
.repo_tit{
position:absolute;
left:0;
 top:169px;
}
.repo_name{ 
   position:absolute;
   bottom:0;
   left:0;
}
#foot_area{
    float:left;
    clear:both;
}

.page_next{
    float:left;
    clear:both;
	padding:0 50px 0 75px;
	width:825px;
	background-color:#221E11;
	text-align:right;
}
/*-----------------------------*/
