@charset "UTF-8";

/* ------------------------------
コーディングルール
------------------------------ */
/* プロパティ順序:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
 
 
/* ------------------------------
ナビ設定
------------------------------ */
#navi_box .e-lrn_box h3 {
	float:left;
	clear:both;
	width:235px;
	height:55px;
	background:transparent url(../img/prt_ttl_e-learning.gif) no-repeat 0 0;
	text-indent:-9999px;
}

#navi_box .e-lrn_box .about a {
	display:inline;
	float:left;
	clear:both;
	width:120px;
	margin:-20px 0 0 15px;
	padding-left:15px;
	background:transparent url(../img/prt_cmn_arw1.gif) no-repeat 5px 0;
	font-size:12px;
	line-height:120%;
}

#navi_box .e-lrn_box .about a:link,a:visited {
	color:#666;
	text-decoration:none;
}

#navi_box .e-lrn_box .about a:hover {
	color:#09c;
	text-decoration:none;
}

#navi_box .e-lrn_box .about a:active {
	color:#ccc;
	text-decoration:none;
}

#navi_box .test_box {
	display:inline;
	float:left;
	clear:both;
	width:235px;
	min-height:100%;
	height:auto;
	max-height:100%;
	margin:20px 0;
	background:transparent url(../img/bg_nav_test.gif) repeat-y 0 0;
	border-bottom:1px solid #e6e6e6;
}

#navi_box .test_box h3 {
	display:block;
	float:left;
	clear:both;
	width:235px;
	height:60px;
	background:transparent url(../img/prt_ttl_test.gif) no-repeat 0 0;
	text-indent:-9999px;
}

#navi_box .test_box .about a {
	display:inline;
	float:left;
	clear:both;
	width:120px;
	margin:-20px 0 0 15px;
	padding-left:15px;
	background:transparent url(../img/prt_cmn_arw2.gif) no-repeat 5px 0;
	font-size:10px;
	line-height:120%;
}

#navi_box .test_box .about a:link,a:visited {
	color:#666;
	text-decoration:none;
}

#navi_box .test_box .about a:hover {
	color:#09c;
	text-decoration:none;
}

#navi_box .test_box .about a:active {
	color:#ccc;
	text-decoration:none;
}

#navi_box .test_box .wrapper {
	display:inline;
	float:left;
	clear:both;
	width:200px;
	min-height:100%;
	height:auto;
	max-height:100%;
	margin:0 0 9px 15px;
	padding:10px 0 10px 10px;
	background:#ececec url(../img/bg_nav_sub.gif) no-repeat 0 0;
	font-size:12px;
	line-height:120%;
}

#navi_box .test_box ul {
	list-style-type:none;
}

#navi_box .test_box li {
	display:inline;
	float:left;
	clear:both;
	margin:0 0 10px 0;
}

#navi_box .test_box li a {
	float:left;
	width:190px;
	padding-left:15px;
	background:transparent url(../img/prt_nav_arw2.gif) no-repeat left center;
}

#navi_box .test_box li a:link,a:visited {
	color:#069;
	text-decoration:none;
}

#navi_box .test_box li a:hover {
	color:#09c;
	text-decoration:none;
}

#navi_box .test_box li a:active {
	color:#ccc;
	text-decoration:none;
}