@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / Daisan  ======================

	トップページ
	 mainColumn 

====================================================== */
/*	Date : 2012.01	*/


/* --------------------------------------------------

	ImageSlider 

 --------------------------------------------------- */

#catchimg {
	margin: 20px auto; 
	width:950px;
	height:361px;
	padding-bottom:10px;
	margin-bottom:0px;
}

.slider {
	width:950px;
	height:361px;
	position:relative;
	padding-bottom:26px;
}

.sliderContent {
	width:950px;
	height:361px;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(../image/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-34px;
}

.prev {
	background-position:0 0;
	left:15px;
}

.prev:hover {
	background-position:0 -44px;
}

.next {
	right:15px;
	background-position:-44px 0;
}

.next:hover {
	background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:950px;
	height:361px;
	background:#fff;
}

.sliderBullets {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:50;
	margin-left:-25px;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(../image/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position:0 -11px;
}


/* --------------------------------------------------

	mainColumn 

 --------------------------------------------------- */
.mainColumn { 
	width: 950px;
	margin: 18px 0;
}

/* サイト概要説明文
 ------------------------------------ */
.exp{
	color:#3b3b3b;
	padding:0px 10px 15px;
	line-height:180%;
	text-align:center;
}
.exp a{
	color:#c30000;
	text-decoration: underline;
}
.exp a:hover{
	color:#d51c1c;
	text-decoration: none;
}


/* パンくず
 ------------------------------------ */
.pankuzu { 
	width: 950px;
	padding:13px 0px 10px;
	border-top: 1px #041861 solid;
	border-bottom: 1px #041861 solid;
	text-align:center;
	color:#041861;
}
.pankuzu a { 
	background: url(../image/home_icon.gif) left center no-repeat;
	padding: 10px 0 5px 30px; 
	color:#041861;
	text-decoration:none;
} 
.pankuzu a:hover { 
	background: url(../image/home_icon.gif) left center no-repeat; 
	padding: 10px 0 5px 30px; 
	color:#041861;
	text-decoration:underline;
} 


/* MainMenu
 ------------------------------------ */
#main_menu { 
	width:950px;
	display:block;
	margin:30px 0;
	padding:0 0 25px;
} 
#main_menu ul{
	display:block;
	height:155px;
} 
#main_menu li{
	display:block;
	float:left;
	margin:0 0 30px 25px;
} 
#main_menu li.first{ 
	margin:0 0 0 0px;
} 


/* news
 ------------------------------------ */
h2.top_n{
	color:#041861;
	display:block;
	line-height:290%;
	height:50px;
	width:948px;
	text-indent:70px;
	letter-spacing:0.2em;
	border-top:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #041861 solid;
	background:url(../image/info_icon.gif) left center no-repeat;
	background-color:#fafafa;
	clear:both;
} 
 
#newsarea{ 
	width:950px;
	clear:both;
}
#news {
    clear:both;
    width:950px;height:/*8em;*/auto;
    /*overflow-y:scroll;*/
    padding:0px 0 0 0;
    margin:0 0 0 0;
    color:#242424;
    line-height:130%;
	letter-spacing:0.1em;
}
#news dl{ 
    margin:0px 0;
	padding-top:14px;
	padding-bottom:14px;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
}
#news dl.bg_gray{ 
	padding-top:14px;
	padding-bottom:14px;
	background-color:#fafafa;
}
#news dl dt{ 
    padding-left:10px;
	width:auto;
	float: left;
	color:#454545;
	font-weight:bold;
	word-break: break-all;
	background:url(../image/arrow_navy.png) 30px center no-repeat;
	text-indent:40px;
}
.new{
	margin:0 8px;
}
#news dl dd{
    display:black;
	margin-left:200px;
}
#news dl dd a{
    color:#242424;
	margin-left:0px;
	text-decoration: underline;
}
#news dl dd a:hover {
	color:#727272;
	text-decoration: none;
}

.note{
	display:block;
	line-height:180%;
}
