/* sub（共通枠） */

/*========研修（head menu）======*/
#kensyumenu {
	color:#ffffff;
}
	/*========研修2階層目======*/
	#kensyumenu th{
		background-image: url("../img/menu/back_kensyu.gif");
		background-repeat: repeat-x;
		text-align:left;
		padding-left:10pt;
		height:39px;
	}
	#kensyumenu a,a:visited,a:hover{
		font-weight:normal;
		text-decoration:none;
		font-size:12pt !important;
	}
	#kensyumenu a,a:visited{
		color:#ffffff;
	}
	#kensyumenu a:hover{
		color:#bffc2a;
	}
	
	#kensyumenu .a{
		font-weight:normal;
		color:#bffc2a;
		font-size:11pt;
	}
	
	
/*========お役立ち・コンサル（head menu）======*/
#anotermenu {
	font-weight:normal;
	color:#888888;
	font-size:11pt;
}
	#anotermenu th{
	background-image: url("../img/menu/back_headmenu.gif");
	background-repeat: repeat-x;
	text-align:left;
	padding-left:10pt;
	height:39px;
	}
	#anotermenu a,a:visited,a:hover{
		font-weight:normal;
		text-decoration:none;
		font-size:13pt !important;
	}
	#anotermenu a,a:visited{
		color:#000000;
	}
	#anotermenu a:hover{
		color:#bffc2a;
	}
	#anotermenu .a{
		font-weight:normal;
		font-size:13pt;
		color:#88be05;
	}
    #tips{
	     background-image: url("../img/spacer.gif");
	     background-repeat: repeat-x;
	     font-weight:normal;
	     font-size:11pt;
    }
#tips a:hover{
	font-size:11pt;
    font-weight:normal;
	color:#000000;
    text-decoration:underline;
	}

	#tips a,a:visited,a:hover{
		font-weight:normal;
		text-decoration:none;
		font-size:11pt !important;
	}

/*========右メニュー（共通）======*/
#rightmenu{
	background-image: url("../img/menu/right_menu_back.gif");
	background-repeat: repeat-y;
	margin-top:10px;
	margin-bottom:10px;

}
	#rightmenu .rightmenutop{
		background-image: url("../img/menu/right_menu_top.gif");
		background-repeat: no-repeat;
	}
	#rightmenu a{
		font-weight:bold;
	}
	#rightmenu a:hover{
		color:#ffffff;
		
	}
	#rightmenu a,a:visited{
		color:#000000;
	}
/*========navi======*/
.nav a,a:visited,a:hover {
	font-size:9pt !important;
	color:#dddddd;
	font-weight:normal;
}
/*========バナー（共通）======*/
#banner a:hover img{
		-moz-opacity:0.70;
		opacity:0.70;
	}
/*========右メニューサブ======*/
#rightmensub{
	font-size:9pt;
	width:706px;
	border-top:dotted 1px #606060;
	text-align:left;
	padding-bottom:2px;
}
	#rightmensub a,a:visited{
		color:#606060;
	}
	#rightmensub a:hover{
		color:#000000;
	}

/*========ページタイトル======*/
.pagetitle {
	background-image: url("../img/common/back_pagetitle.gif");
	background-repeat: no-repeat;
	width:699px;height:43px;
	margin-top:20px;
	position:relative;
}
	.pagetitletext{
		color:#0f1f99;
		margin-left:10px;
		padding-top:5px;
	}
