/* clearfix ----------------------------------------------*/
.system_manager div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */

* html .system_manager div {
	zoom: 1;
}
/* IE7 */

*:first-child+html .system_manager div {
	zoom: 1;
}
/* -----------------------------------------clearfix ここまで-----*/
.system_manager {
}
.system_manager .column {
	width:100%;
}
.system_manager .column .sub_title {
	margin-top:10px;
	padding-left:20px;
	background:url(system_menu/sub_index_bg.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;/*IE6：単位付けない*/
/*	background-color:#ff0;*/
}
.system_manager .bg_w {
	background-color:#ffffff;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}
.system_manager .bg_b {
	background-color:#f0f7ff;
	border-top:solid 1px #e2f0ff;
	border-bottom:solid 1px #e2f0ff;
}
.system_manager .column .inner_box {
	padding:10px 0px 5px 9px;
	width:930px;
	/*background-color:#09F;*/
}
.system_manager .column .inner_box a {
	text-decoration:none;
}
.system_manager .column .inner_box .system_menu_outer {
	display:block;
	float:left;
	margin:0 0 5px 5px;
	width:222px;
	height:82px;
	background:url(system_menu/system_btn.png) no-repeat;
}
.system_manager .column .inner_box .system_menu_outer:hover {
	background-position:bottom;
}

/*研修オプション専用ボタン*/
.system_manager .column .inner_box .system_menu_outer_plus {
	display:block;
	float:left;
	margin:0 0 5px 5px;
	width:222px;
	height:82px;
	background:url(system_menu/system_btn2.png) no-repeat;
}
.system_manager .column .inner_box .system_menu_outer_plus:hover {
	background-position:bottom;
}
/*研修オプション専用ボタン*/

.system_manager .column .inner_box .system_menu_icon {
	float:left;
	margin:7px 4px 0 10px;
	width:30px;
	height:30px;
	background:url(system_menu/default_icon.gif) no-repeat;
	display:inline;/*IE6：float時のmargin２倍バグ対応*/
	cursor:hand;
}

.system_manager .column .inner_box .system_menu_head {
	color: #222222;
	margin:4px 0 5px 40px;
	width:172px;
	height:38px;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	overflow:hidden;
	cursor:hand;
}

.system_manager .column .inner_box .system_menu_detail {
	color: #5a5a5a;
	clear:both;
	margin:0px auto;
	width:210px;
	height:32px;
	line-height: 15px;
	font-size: 11px;
	overflow:auto;
	cursor:hand;
}

.en .system_manager .column .inner_box .system_menu_detail {
	line-height: 12px;
	font-size: 10px;
}