@charset "UTF-8";
/* CSS Document */

#subMenuIN{
	position:relative;
	background-image:url(../img/learning/cisco/sub_menu.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:31px;
}
#subMenuIN li{
	display:block;
	height:31px;
	float:left;
	
}

#subMenuIN a{
	text-indent: -9999px; /* テキストを隠す */  
  	text-decoration: none;  
  	display: block; 
	background-image: url(../img/learning/cisco/sub_menu.jpg);  
  	background-repeat: no-repeat;
}
#subMenuIN a:hover{
  	text-decoration: none;  
	background-image: url(../img/learning/cisco/sub_menu.jpg);  
  	background-repeat: no-repeat;  
}
a#sub01_btn{
	position:absolute;
	left:0px;
	top:3px;
	width:143px;
    height:29px;
	background-position: 0px -3px;
}

a:hover#sub01_btn{
	background-position: 0px -34px;
}
a#sub02_btn{
	position:absolute;
	left:143px;
	top:3px;
	width:143px;
    height:29px;
	background-position: -143px -3px;
}

a:hover#sub02_btn{
	background-position: -143px -34px;
}
a#sub03_btn{
	position:absolute;
	left:286px;
	top:3px;
	width:148px;
    height:29px;
	background-position: -286px -3px;
}

a:hover#sub03_btn{
	background-position: -286px -34px;
}
a#sub04_btn{
	position:absolute;
	left:434px;
	top:3px;
	width:148px;
    height:29px;
	background-position: -434px -3px;
}

a:hover#sub04_btn{
	background-position: -434px -34px;
}
a#sub05_btn{
	position:absolute;
	left:583px;
	top:3px;
	width:152px;
    height:29px;
	background-position: -583px -3px;
}

a:hover#sub05_btn{
	background-position: -583px -34px;
}

/*------Ciscoコンテンツ--------*/
.ciscoWrapper{
	margin:40px;
}
.ciscoWrapper p{
	font-size:14px;
	color:#333333;
	line-height:150%;
}
.ciscoWrapper strong{
	font-size:14px;
	color:#e81619;
	line-height:150%;
}
.ciscoBox{
	
}
p#text01{
	width:500px;
	height:120px;
	float:left;
}
img#img01{
	float:right;
}

#roadmapBox01{
	position:relative;
	width:890px;
	height:240px;
}
#cisco_pic{
	position:absolute;
	top:60px;
	left:0px;
}
#roadmapBox02{
	width:330px;
	position:absolute;
	top:60px;
	left:298px;
}
#roadmapBtn{
	position:absolute;
	top:183px;
	left:298px;
}

/*------course--------*/
#course{
	border-bottom:#e0e0e0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#course ul{
	margin:16px;
	padding:0;
	
}
#course li{
	height:19px;
	background-image:url(../img/learning/cisco/course_mark.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:18px;
	margin-top:10px;
	font-size:11px;
	
	border-bottom:#e0e0e0;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}