@charset "utf-8";

/*******************************************************************************
 *      
 *  Web Site  : https://www.ritsumei.ac.jp/rs/
 *  Modified  : 2012.4.13
 *  lastUpdate  : 
 *  File         :  home.css
 *  Description : 立命館大学 RS WEB用CSS
 *
 *******************************************************************************/









/* =========================================================
　home
========================================================= */

/*------- slider -------- */
#home_top { padding: 0 0 30px 0; }
#main #home_top p { margin: 0; }
#home_top #rslogo { float: left; }
#home_top #slider { float: right; position:relative; }
#home_top #slider .bx-pager{
   font-size: 12px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 9999;
}
#home_top #slider .bx-pager a{
	background: url(/rs/common/2012/img/home/home-slide-pager.gif) 0 0 no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin-left:2px;
}

#home_top #slider .bx-pager a.pager-active,
#home_top #slider .bx-pager a:hover{
	background: url(/rs/common/2012/img/home/home-slide-pager.gif) 0 bottom  no-repeat;
}


#home_top #slider ul li {
	float: left;
	height: 252px;
	background-color: #FFF;
}


/*------- link -------- */
.home #main h2 { font-size: 1.2em; margin: 0 10px 0 10px; height: 50px; }

#content #main #linkBox h2 a { text-decoration: none; color: #000000; }
#content #main #linkBox h2 a:hover { text-decoration: none; color: #aa0000; }

.home #linkBox { margin: 0 0 30px 0; position: relative; background: url(/rs/common/2012/img/home/link-border.gif) 0 0 repeat-y; }
.home #main #linkBox .section {
	float: left;
	width: 136px;
	*width: 136px;
	clear: none;
	/*border-right: 1px solid #a5a5a5;*/
	padding: 0;
}
*:first-child+html .home #main #linkBox .section { padding: 0; }
.home #main #linkBox #imaritsu { width: 285px; *width: 284px;/*border-left: 1px solid #a5a5a5;*/ }
.home #main #linkBox #more { _width: 135px; }

.home #main #linkBox ul {
	margin: 0 1px 0 0;
	padding: 0;
	*margin: 0 1px 0 1px;
	/*min-height: 850px;
	height: auto !important;
	height: 850px;*/
	
}
.home #main #linkBox #imaritsu ul { margin-left: 1px; }
.home #main #linkBox #r_na_hito ul { *margin-left: 1px; }
.home #main #linkBox #more ul { _margin-right: 0; *margin-right: 0; }
.home #main #linkBox #my_r ul { *margin-left: 1px; }
.home #main #linkBox #ima ul { *margin-left: 1px;  }
.home #main #linkBox #okurimono ul { *margin-left: 1px; *margin-right: 0; }
.home #main #linkBox #more ul { *margin-left: 1px; }

*:first-child+html .home #main #linkBox ul { margin: 0 0 30px 0; }
.home #main #linkBox li {
	margin: 0;
	_height:auto !important;
	_height:205px;
}
.home #main #linkBox li a {
	display: block;
	padding: 4px;
	_padding: 4px 2px 4px 4px;
}

.home #main #linkBox li p { margin: 0 5px; padding: 0 0 10px 0; font-size:1em !important;}

/* biggerlink */
.home #main #linkBox .bl-hover {
	cursor: pointer;
	background-color: #fffc00;
	padding: 0;
	border: none;
	color: #cb4300;
}
.home #main #linkBox .bl-hover a:hover { border: none; background: none; text-decoration: none; }




/* button */
.home #main #linkBox .more, .home #main #linkBox .archives { margin: 0 4px; text-indent: -9999px;  }
.home #main #linkBox .more a {
	display: block;
	width: 47px;
	height: 14px;
	background: url(/rs/common/2012/img/home/home-btn-more.gif) 0 0 no-repeat;
}
.home #main #linkBox .more a:hover {
	background: url(/rs/common/2012/img/home/home-btn-more.gif) 0 -14px no-repeat;
}
.home #main #linkBox .archives a {
	display: block;
	width: 65px;
	height: 14px;
	background: url(/rs/common/2012/img/home/home-btn-archives.gif) 0 0 no-repeat;
}
.home #main #linkBox .archives a:hover {
	background: url(/rs/common/2012/img/home/home-btn-archives.gif) 0 -14px no-repeat;
}




/*------- bottom_nav -------- */
.home #bottom_nav { width: 100%; }
.home #main #bottom_nav ul { border-top: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; border-right: 1px solid #a5a5a5; margin: 0; }
.home #main #bottom_nav li { padding: 3px 15px 3px 0; float: left; }
.home #main #bottom_nav li#recommend { padding-left: 90px; background: url(/rs/common/2012/img/home/home-bottom_nav-recommend.gif) 0 50% no-repeat; }
.home #main #bottom_nav li#about { padding-left: 60px; background: url(/rs/common/2012/img/home/home-bottom_nav-about.gif) 0 50% no-repeat; }
.home #main #bottom_nav li a { margin: 0 10px; text-decoration: none; color: #000000; }
.home #main #bottom_nav li a:hover { text-decoration: none; color: #aa0000; }

















