.outline {
	background-color: #B1E11C;
}
.header {
	height: 140px;
	background-image: url(../../../img/common/header/head_bk.gif);
	background-repeat: repeat-x;
}
.top_bar {
	float: left;
	width: 272px;
	height: 70px;
	margin-top: 5px;
	background-image: url(../../../img/common/header/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
}
.header_menu {
	height: 70px;
	margin-top: 0px;
	background-image: url(../../../img/common/header/logo.png);
	background-repeat: no-repeat;
	background-color: white;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #339966;
	text-indent: -9999px;
	margin-bottom: 5px;
}
.header_btn {
	float: right;
	width: 166px;
	height: 50px;
	background-image: url(../../../img/common/button/bt_close.gif);
	background-repeat: no-repeat;
}
.header_btn_logout {
	float: right;
	width: 166px;
	height: 50px;
	background-image: url(../../../img/common/button/bt_logoutJ.gif);
	background-repeat: no-repeat;
}
.header_btn_top {
	float: right;
	width: 166px;
	height: 50px;
	background-image: url(../../../img/common/button/bt_top.gif);
	background-repeat: no-repeat;
}
.navigation {
	clear: both;
}
.navi_info {
	float: right;
	width: 200px;
	min-width: 200px;
	height: 37px;
	background-image: url(../../../img/common/menu/gmenu_info.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	color: black;
	text-indent: 40px;
	text-align: left;
}
.navi_btn_n {
	display: block;
	float: left;
	width: 90px;
	height: 23px;
	background: url(../../../img/common/menu/gmenu_btn_n.gif) no-repeat top left;
	padding-top: 14px;
	color: black;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.navi_btn_a {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	background: url(../../../img/common/menu/gmenu_btn_a.gif) no-repeat;
	padding-top: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.footer {
	clear: both;
	color: #666666;
	border-top: solid 1px #888888;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
.main {
	clear: both;
	margin: 16px 0px;
}
.footprint {
	float: left;
	width: 145px;
	height: 468px;
	min-height: 468px;
	margin-left: 10px;
	background-image: url(../../../img/common/menu/left_menu_bk.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px black;
}
.footprint dl {
	color: white;
	padding: 8px;
}
.footprint a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.footprint a:hover {
	text-decoration: underline;
}
.content {
	/*float: left;*/
	margin-left: 170px;
	padding-right: 4px;
	text-align: left;
}
.content_full {
	margin: 0px 16px 0px 16px;
	text-align: center;
}
.content h2 {
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: #AC230B;
	font-weight: bold;
	font-size: 14px;
}
.content h3 {
	margin: 8px 0px 4px 0px;
	/*background: url(/img/title/tl_grayline.jpg) no-repeat bottom left;*/
	border-bottom: solid #808080 1px;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.content_util {
	/*float: left;*/
	margin-left: 50px;
	padding-right: 4px;
	text-align: left;
	width:694px;
}
.content_util h2 {
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: #AC230B;
	font-weight: bold;
	font-size: 14px;
}
.content_util h3 {
	margin: 8px 0px 4px 0px;
	/*background: url(/img/title/tl_grayline.jpg) no-repeat bottom left;*/
	border-bottom: solid #808080 1px;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.content_full2 {
	margin: 0px 10px;
	padding-right: 4px;
	text-align: left;
	/* width: 700px; */
}
.content_full2 h2 {
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: #AC230B;
	font-weight: bold;
	font-size: 14px;
}
.content_full2 h3 {
	margin: 8px 0px 4px 0px;
	/*background: url(/img/title/tl_grayline.jpg) no-repeat bottom left;*/
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: black;
	font-weight: bold;
	font-size: 12px;
	/* width: 694px; */
}
.tbl{margin:5px;}

.tabbar {
	height: 28px;
	margin-bottom: 10px;
	padding-left: 1px;
	background-image: url(../../../img/common/menu/tabbar_bk.gif);
	background-repeat: no-repeat;
}
.tabbar_btn_n {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	padding: 6px 10px;
	background-image: url(../../../img/common/menu/tabbar_btn_n.gif);
	background-repeat: no-repeat;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.tabbar_btn_a {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	padding: 6px 10px;
	background-image: url(../../../img/common/menu/tabbar_btn_a.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.warn_box {
	color: red;
	background-color: #FFFFCC;
	border: 1px #FF0000 double;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.information {
	width: 627px;
	height: 234px;
	font-size: 12px;
	border: 0px;
	padding: 67px 3px 3px 3px;
	background: transparent url(../../../img/common/information.gif) no-repeat;
	text-align: center;
}
.information iframe {
	width: 621px;
	height: 164px;
}
.admin_list {
	background-color: transparent;
	border: none;
	font-size: 9pt;
	text-align: left;
}
.admin_list_title {
	height: 24px;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
}
.admin_list_summary {
	font-size: 12px;
	font-weight: normal;
}
.admin_list_table {
	font-size: 9pt;
	color: #000000;
	text-align: center;
	background-color: #808080;
}
.admin_list_table tbody {
	margin: 0px;
	border: 0px;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
}
.admin_list_table th {
	margin: 0px;
	padding: 0px 12px;
	color: white;
}
.admin_list_table td {
	margin: 0px;
	padding: 0px 12px;
	color: black;
}
.admin_list_table a {
	display: block;
	/*text-decoration: none;*//*#6662*/
    text-decoration: underline;/*#6662*/
    font-size: 1.25em;/*#6662*/
}
.admin_list_table a:hover {
	display: block;
	cursor: pointer;
    text-decoration: underline;
}
.admin_list_table tbody TR:hover {
	background-color: #EEEEEE;
}
.admin_detail_table {
	empty-cells: show;
	color: #000000;
}
.admin_detail_table caption {
	margin: 10px 0px;
	border-bottom: solid #AAAAAA 1px;
	/*background: url(/img/title/tl_redline.gif) no-repeat bottom left;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.admin_detail_table th {
	margin: 0px;
	border: 1px white;
	padding: 0px 12px;
	color: white;
}
.admin_detail_table td.name {
	width: 112px;
	border: none;
	padding: 1px 0px;
	text-align: left;
	vertical-align: top;
}
.admin_detail_table td.value {
	width: auto;
	border-bottom: dashed 1px #AAAAAA;
	padding: 1px 12px;
	text-align: left;
}

.sys_config_table {
	empty-cells: show;
	color: #000000;
}
.sys_config_table caption {
	margin: 10px 0px;
	border-bottom: solid #AAAAAA 1px;
	/*background: url(/img/title/tl_redline.gif) no-repeat bottom left;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.sys_config_table th {
	margin: 0px;
	border: 1px white;
	padding: 0px 12px;
	color: white;
	background-color: #808080;
}
.sys_config_table td.name {
	width: 250px;
	border: none;
	padding: 1px 0px;
	text-align: left;
	vertical-align: top;
}
.sys_config_table td.value {
	width: 200px;
	border-bottom: dashed 1px #AAAAAA;
	padding: 1px 12px;
	text-align: left;
}

.sys_config_table tbody {
	margin: 0px;
	border: 0px;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
}

.brix_help {
	height: 26px;
	background: url(../../../img/common/brix_stat/brix_iconsummary.gif) no-repeat;
	text-indent: -9999px;
}
table.matrix {
	empty-cells: show;
}
table.matrix th {
	border-bottom: solid #AAAAAA 1px;
	color: #AAAAAA;
	font-weight: normal;
	text-align: center;
}
table.matrix td {
	border-bottom: solid #AAAAAA 1px;
	border-right: dashed #AAAAAA 1px;
	color: #AAAAAA;
	font-weight: normal;
	text-align: center;
}
table.matrix td.unit_name {
	width: 110px;
	border-bottom: solid #DDDDDD 1px;
	border-right: dashed #AAAAAA 1px;
	padding: 0px 12px;
	color: black;
	font-weight: bold;
	text-align: left;
}
.mx_btn {
	width: 28px;
	height: 28px;
}
.mx_popup {
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
	border: solid #8080FF;
	border-width: 0px 2px 2px 0px;
	padding: 4px 8px;
	background-color: #EEEEEE;
	color: black;
	text-align: left;
}
.tl_logout {
	width: 880px;
	height: 30px;
	background-image: url(../../../img/common/title/tl_logout.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
	margin-top:87px;
}
.course_name, .admin_course_name {
	max-width: 695px;
	height: 25px;
	margin: 1em 0px;
	padding-top: 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 110px;
	text-align: left;
}
.course_name {
	background-image: url(../../../img/common/title/course_namebk.gif);
}
.admin_course_name {
	background-image: url(../../../img/common/title/course_namebk_ad.gif);
}
.course_name div {
	float: right;
	padding-right: 40px;
}
table.menu_table {
	width: auto;
}
table.menu_table td {
	border: solid white;
	border-width: 6px 0px;
	padding: 12px;
	background-color: #EEEEEE;
	text-align: left;
}
.content_edit_btn {
	display: block;
	width: 218px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_brixkousei.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.edit_btn {
	display: block;
	width: 70px;
	height: 21px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_editing.gif);
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.del_btn {
	display: block;
	width: 70px;
	height: 21px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_deletion.gif);
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.recycle_btn {
	display: block;
	width: 122px;
	height: 21px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_recycling.gif);
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.add_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_brixplus.gif);
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.order_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_brixjyunjyo.gif);
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.block_type_icon {
	width: 28px;
	height: 26px;
}

table.study_block_list {
	empty-cells: show;
}
table.study_block_list thead {
	padding-top: 6px;
}
table.study_block_list thead th {
	background-color: #EEEEEE;
	border-bottom: solid #AAAAAA 2px;
	padding: 1px 8px;
	text-align: center;
}
table.study_block_list tbody tr:hover {
	background-color: #EEEEEE;
}
table.study_block_list tbody td {
	border-bottom: solid #AAAAAA 2px;
	border-left: dashed #AAAAAA 2px;
	padding: 0px 12px;
}
table.study_block_list .arrow {
	background-color: transparent;
	border: none;
	text-align: right;
}
table.study_block_list tbody td.block_stat {
	border-left-width: 0px;
	padding: 0px;
	text-align: center;
}
table.study_block_list tbody td.block_type {
	text-align: center;
}

.study_img_title {
	height: 32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
input[type="text"].fix-w, input[type="password"].fix-w, textarea.fix-w {
	width: 300px;
	padding: 2px 2px;
}
.analysis_btn {
	display: block;
	width: 186px;
	height: 20px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_kaiseki.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.decide_btn {
	display: block;
	width: 186px;
	height: 20px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_kaiseki.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.ref_btn {
	display: block;
	width: 70px;
	height: 20px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_sansyou.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	text-align: left;
}
.cond_analysis_btn {
	display: block;
	width: 182px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_jyoukenkaiseki.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.short_btn {
	display: block;
	width: 66px;
	height: 21px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_bunnpu.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.csvout_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_csvout.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.csvup_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_csvup.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.infolog_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_info.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.mail_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_mail.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.entry_btn {
	display: block;
	width: 186px;
	height: 20px;
	padding-top: 2px;
	background-image: url(../../../img/common/button/bt_listentry.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.print_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_print.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.report_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_seiseki.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.personal_aim_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_kojinmokuhyousettei.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.user_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_kojinmokuhyousettei.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.signup_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_singup.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.userinfo_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_userinfohenkou.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.edithantei_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_edithanei.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.pen_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_pen.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.reten_btn {
	display: block;
	width: 181px;
	height: 26px;
	padding-top: 6px;
	background-image: url(../../../img/common/button/bt_reten.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-indent: 32px;
	text-align: left;
}
.div_left {
	text-align:left;
}
.div_right {
	text-align:right;
}
.content_topic {
	padding-right: 4px;
	text-align: left;
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: #AC230B;
	font-weight: normal;
	font-size: 14px;
}
.content_sub_section {
	padding-right: 4px;
	text-align: left;
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_greenline.gif) no-repeat bottom left;
	color: #339900;
	font-weight: bold;
	font-size: 14px;
}
.func_btn_100 {
	width: 100px;
	height: 25px;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
.func_btn_50 {
	width: 50px;
	height: 25px;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
.tree_top_div_course {
	height:30px;
	color:white;
	background-color:white;
	width:700px;
	border:solid;
	border-color:white;
	border-width:1px;
}
.tree_div_part {
	height:30px;
	color:white;
	background-color:#4682B4;
	width:700px;
	border:solid;
	border-color:gray;
	border-width:1px;
	font-weight:bold;
	font-size:14px;
}
.div_btn {
	background-color:#EEE8AA;
	width:18px;
	height:18px;
}
.admin_search_table {
	empty-cells: show;
	color: #000000;
}
.admin_search_table th {
	margin: 0px;
	border: 1px white;
	padding: 0px 12px;
	color: white;
}
.admin_search_table td.name {
	width: 110px;
	border: none;
	padding: 1px 0px;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
}
.admin_search_table td.value {
	width: auto;
	padding: 1px 12px;
	text-align: left;
}
.content_list_title {
	padding-right: 4px;
	text-align: left;
	color: #AC230B;
	font-weight: normal;
	font-size: 14px;
}

/* コース一覧ｎ・オーサリング画面用クラス */
/* 一番外側のDIV */
.base_style {
	border:solid;
	border-color:gray;
	border-width:1px;
	background-color:white;
	font-weight:bold;
	width:900px;
}
/* コース名・パート名などの名称TDスタイル */
.td_style {
	text-align:left;
	font-weight:bold;
}
/*コース段落スタイル */
.course_style {
	height: 30px;
	color: white;
	background-color:#4682B4;
	width:900px;
	border:solid;
	border-color:gray;
	border-width:1px;
}
/* パート段落スタイル */
.part_style {
	margin-left:20px;
	height:30px;
	width:880px;
}
/* パート段落スタイル */
.def_part_style {
	height:30px;
	width:880px;
}
/* ユニット段落スタイル */
.unit_style {
	margin-left:20px;
	height:30px;
	width:860px;
}
/* ユニット段落スタイル */
.def_unit_style {
	height:30px;
	width:860px;
}
/* セクション段落スタイル */
.section_style {
	margin-left:20px;
	height:30px;
	width:840px;
}
/* BRIX段落スタイル */
.brix_style {
	margin-left:20px;
	height:30px;
	width:820px;
}
/* パート・ユニット・セクション・BRIXの各段落の先頭行用 */
.div_head {
	background-color:#EEEEEE;
	height:30px;
	vertical-align:middle;
}

.div_ctrl_icon {
	width:12px;
	height:12px;
}
/* 段落下線 */
.div_border {
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:gray;
}

/* 使う？？とりあえずModalDialog用 */
.content2 {
	margin-left: 20px;
	padding-right: 4px;
	text-align: left;
}
/* ModalDialo用 */
.content2 h2 {
	margin: 20px 0px 8px 0px;
	background: url(../../../img/common/title/tl_redline.gif) no-repeat bottom left;
	color: #AC230B;
	font-weight: bold;
	font-size: 14px;
}
/* 段落の +,- のアイコンのスタイル */
.div_btn {
	background-color:#EEE8AA;
	width:18px;
	height:18px;
}
/* 画面上段のクラス表示用 */
.class_name, .yotei_class_name, .syuuryou_class_name, .admin_class_name {
	max-width: 695px;
	height: 25px;
	margin: 1em 0px;
	padding-top: 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 110px;
	text-align: left;
}
.class_name {
	background-image: url(../../../img/common/title/class_namebk.gif);
}
.yotei_class_name {
	background-image: url(../../../img/common/title/class_namebk_yo.gif);
}
.syuuryou_class_name {
	background-image: url(../../../img/common/title/class_namebk_syu.gif);
}
.admin_class_name {
	background-image: url(../../../img/common/title/class_namebk_ad.gif);
}
.class_name div {
	float: right;
	padding-right: 40px;
}

table.class_select_list_table {
	font-size: 9pt;
	color: #000000;
	text-align: center;
	background-color: #808080;
}
table.class_select_list_table tbody {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
table.class_select_list_table th {
	margin: 0px;
	padding: 0px 12px;
	color: white;
}
table.class_select_list_table tbody td {
	margin: 0px;
	padding: 0px 0px;
	color: black;
}
table.class_select_list_table tbody td.name {
	cursor: pointer;
}
table.class_select_list_table a {
	display: block;
	text-decoration: none;
}
div.brix_detail {
	border:solid;
	border-width:1px;
	border-color:#939393;
	scroll:auto;
	width:350px;
}
/* ===============================================================
 * 改行の禁止　boxを破るのを防ぐ
 */
/* http://e2designer.seesaa.net/article/152168876.html */
/* http://perishablepress.com/press/2010/06/01/wrapping-content/ */
.preline pre {
    white-space : pre;           /* CSS 2.0 */
    white-space : pre-wrap;      /* CSS 2.1 */
    white-space : pre-line;      /* CSS 3.0 ie10 では切る */
    white-space : -pre-wrap;     /* Opera 4-6 */
    white-space : -o-pre-wrap;   /* Opera 7 */
    white-space : -moz-pre-wrap; /* Mozilla */
    white-space : -hp-pre-wrap;  /* HP Printers */
    word-wrap   : break-word;    /* IE 5.5+ */
    word-break  : break-all;  /* ie5+ */
}
.modoru {
	/* display:inline-block; */
	display: block;
	width: 113px;
	height: 34px;
	padding-top: 6px;
	background-image: url(../../img/StudentTablet/button/bt_modoru.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	text-indent: 0px;
	text-align: center;
}

