﻿form
{
	margin: 0px;
	padding: 0px;
}

textarea
{
    resize:none;
}

a:hover a:visited
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:active
{
	color: Blue;
}
a:link
{
	color: Blue;
}
#wrapper {
	/* background-color: #EEE; */
}
#main {
	width: 990px;
	background-color: #FFF;
	border-right: #EEE solid 2px;
	border-left: #EEE solid 2px;
	margin-left: auto;
	margin-right: auto;
}
#maintitle {
	margin: 0px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
}
#undertitle {
    padding: 2px 0px 3px 2px;
}
#loginmaintitle {
	margin: 0px;
	padding: 3px;
	font-size: 13px;
	background-color: #FFA500;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#member {
	text-align: right;
	padding: 4px;
	width: 420px;
	z-index: 0;
}
#member a
{
	text-decoration: none;
}
#footer {
	border-top: #EEE solid 1px;
}
#footercontent {
	padding: 20px 0px 0px 0px;
	text-align: center;
}
/* メニュースタイル */
#menu_ul {
	margin-left: 5px;
	padding: 0;
	background: transparent;
	position: absolute;
	top: 32px;
	width: 990px;
}
#menu_ul ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_ul ul:after
{
    clear: both;
}
#menu_ul li
{
	display: block;
	float: left;
	margin-right: 2px;
}
#menu_ul li:last-child
{
    margin-right: 0;
}
#menu_ul a
{
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 0px;
	height: 20px;
}
#menu_ul a:hover
{
	background: #dcf8f8;
}
#menu_ul span
{
	float: left;
	display: block;
	background: #b8f1f1;
	margin: 0px 1px 0px 1px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	/* メニューテキストを縦方向 センターリング */
	line-height:20px;
	height: 20px;
}
#menu_ul .current span
{
	background: #ffaa55;
}
#menu_ul_clear
{
	clear: both;
}
#menu_ul ul li a
{
    display: block;
    text-indent: -9999px;
    width: 96px;
    height: 32px;
    overflow: hidden;
}
/* ホームボタン */
#menu_ul ul li.home a
{
    background: url('Images/header/navigation/normal/home.png') no-repeat;
}
#menu_ul ul li.home a:hover
{
    background: transparent;
}
#menu_ul ul li.home
{
    background: url('Images/header/navigation/normal/home_on.png') no-repeat;
}
#menu_ul ul li.current.home a
{
    background: url('Images/header/navigation/selected/home.png') no-repeat;
}
#menu_ul ul li.current.home a:hover
{
    background: transparent;
}
#menu_ul ul li.current
{
    background: url('Images/header/navigation/selected/home_on.png') no-repeat;
}
/* ポートフォリオボタン */
#menu_ul ul li.portfolio a
{
    background: url('Images/header/navigation/normal/portfolio.png') no-repeat;
}
#menu_ul ul li.portfolio a:hover
{
    background: transparent;
}
#menu_ul ul li.portfolio
{
    background: url('Images/header/navigation/normal/portfolio_on.png') no-repeat;
}
#menu_ul ul li.current.portfolio a
{
    background: url('Images/header/navigation/selected/portfolio.png') no-repeat;
}
#menu_ul ul li.current.portfolio a:hover
{
    background: transparent;
}
#menu_ul ul li.current.portfolio
{
    background: url('Images/header/navigation/selected/portfolio_on.png') no-repeat;
}
/* 学生情報ボタン */
#menu_ul ul li.student a
{
    background: url('Images/header/navigation/normal/student.png') no-repeat;
}
#menu_ul ul li.student a:hover
{
    background: transparent;
}
#menu_ul ul li.student
{
    background: url('Images/header/navigation/normal/student_on.png') no-repeat;
}
#menu_ul ul li.current.student a
{
    background: url('Images/header/navigation/selected/student.png') no-repeat;
}
#menu_ul ul li.current.student a:hover
{
    background: transparent;
}
#menu_ul ul li.current.student
{
    background: url('Images/header/navigation/selected/student_on.png') no-repeat;
}
/* シラバスボタン */
#menu_ul ul li.syllabus a
{
    background: url('Images/header/navigation/normal/syllabus.png') no-repeat;
}
#menu_ul ul li.syllabus a:hover
{
    background: transparent;
}
#menu_ul ul li.syllabus
{
    background: url('Images/header/navigation/normal/syllabus_on.png') no-repeat;
}
#menu_ul ul li.current.syllabus a
{
    background: url('Images/header/navigation/selected/syllabus.png') no-repeat;
}
#menu_ul ul li.current.syllabus a:hover
{
    background: transparent;
}
#menu_ul ul li.current.syllabus
{
    background: url('Images/header/navigation/selected/syllabus_on.png') no-repeat;
}
/* 授業情報ボタン */
#menu_ul ul li.class a
{
    background: url('Images/header/navigation/normal/class.png') no-repeat;
}
#menu_ul ul li.class a:hover
{
    background: transparent;
}
#menu_ul ul li.class
{
    background: url('Images/header/navigation/normal/class_on.png') no-repeat;
}
#menu_ul ul li.current.class a
{
    background: url('Images/header/navigation/selected/class.png') no-repeat;
}
#menu_ul ul li.current.class a:hover
{
    background: transparent;
}
#menu_ul ul li.current.class
{
    background: url('Images/header/navigation/selected/class_on.png') no-repeat;
}
/* SNSボタン */
#menu_ul ul li.sns a
{
    background: url('Images/header/navigation/normal/sns.png') no-repeat;
}
#menu_ul ul li.sns a:hover
{
    background: transparent;
}
#menu_ul ul li.sns
{
    background: url('Images/header/navigation/normal/sns_on.png') no-repeat;
}
#menu_ul ul li.current.sns a
{
    background: url('Images/header/navigation/selected/sns.png') no-repeat;
}
#menu_ul ul li.current.sns a:hover
{
    background: transparent;
}
#menu_ul ul li.current.sns
{
    background: url('Images/header/navigation/selected/sns_on.png') no-repeat;
}
/* お知らせボタン */
#menu_ul ul li.info a
{
    background: url('Images/header/navigation/normal/info.png') no-repeat;
}
#menu_ul ul li.info a:hover
{
    background: transparent;
}
#menu_ul ul li.info
{
    background: url('Images/header/navigation/normal/info_on.png') no-repeat;
}
#menu_ul ul li.current.info a
{
    background: url('Images/header/navigation/selected/info.png') no-repeat;
}
#menu_ul ul li.current.info a:hover
{
    background: transparent;
}
#menu_ul ul li.current.info
{
    background: url('Images/header/navigation/selected/info_on.png') no-repeat;
}
/* スケジュールボタン */
#menu_ul ul li.schejule a
{
    background: url('Images/header/navigation/normal/schejule.png') no-repeat;
}
#menu_ul ul li.schejule a:hover
{
    background: transparent;
}
#menu_ul ul li.schejule
{
    background: url('Images/header/navigation/normal/schejule_on.png') no-repeat;
}
#menu_ul ul li.current.schejule a
{
    background: url('Images/header/navigation/selected/schejule.png') no-repeat;
}
#menu_ul ul li.current.schejule a:hover
{
    background: transparent;
}
#menu_ul ul li.current.schejule
{
    background: url('Images/header/navigation/selected/schedule_on.png') no-repeat;
}
/* 設定ボタン */
#menu_ul ul li.settings a
{
    background: url('Images/header/navigation/normal/settings.png') no-repeat;
}
#menu_ul ul li.settings a:hover
{
    background: transparent;
}
#menu_ul ul li.settings
{
    background: url('Images/header/navigation/normal/settings_on.png') no-repeat;
}
#menu_ul ul li.current.settings a
{
    background: url('Images/header/navigation/selected/settings.png') no-repeat;
}
#menu_ul ul li.current.settings a:hover
{
    background: transparent;
}
#menu_ul ul li.current.settings
{
    background: url('Images/header/navigation/selected/settings_on.png') no-repeat;
}
/* アンケートボタン */
#menu_ul ul li.survey a
{
    background: url('Images/header/navigation/normal/survey.png') no-repeat;
}
#menu_ul ul li.survey a:hover
{
    background: transparent;
}
#menu_ul ul li.survey
{
    background: url('Images/header/navigation/normal/survey_on.png') no-repeat;
}
#menu_ul ul li.current.survey a
{
    background: url('Images/header/navigation/selected/survey.png') no-repeat;
}
#menu_ul ul li.current.survey a:hover
{
    background: transparent;
}
#menu_ul ul li.current.survey
{
    background: url('Images/header/navigation/selected/survey_on.png') no-repeat;
}
/* 自己評価ボタン */
#menu_ul ul li.selfeva a
{
    background: url('Images/header/navigation/normal/selfeva.png') no-repeat;
}
#menu_ul ul li.selfeva a:hover
{
    background: transparent;
}
#menu_ul ul li.selfeva
{
    background: url('Images/header/navigation/normal/selfeva_on.png') no-repeat;
}
#menu_ul ul li.current.selfeva a
{
    background: url('Images/header/navigation/selected/selfeva.png') no-repeat;
}
#menu_ul ul li.current.selfeva a:hover
{
    background: transparent;
}
#menu_ul ul li.current.selfeva
{
    background: url('Images/header/navigation/selected/selfeva_on.png') no-repeat;
}

/* 施設予約ボタン */
#menu_ul ul li.reserve a
{
    background: url('Images/header/navigation/normal/reserve.png') no-repeat;
}
#menu_ul ul li.reserve a:hover
{
    background: transparent;
}
#menu_ul ul li.reserve
{
    background: url('Images/header/navigation/normal/reserve_on.png') no-repeat;
}
#menu_ul ul li.current.reserve a
{
    background: url('Images/header/navigation/selected/reserve.png') no-repeat;
}
#menu_ul ul li.current.reserve a:hover
{
    background: transparent;
}
#menu_ul ul li.current.reserve
{
    background: url('Images/header/navigation/selected/reserve_on.png') no-repeat;
}

/* 学外記録ボタン */
#menu_ul ul li.offcampus a
{
    background: url('Images/header/navigation/normal/offcampus.png') no-repeat;
}
#menu_ul ul li.offcampus a:hover
{
    background: transparent;
}
#menu_ul ul li.offcampus
{
    background: url('Images/header/navigation/normal/offcampus_on.png') no-repeat;
}
#menu_ul ul li.current.offcampus a
{
    background: url('Images/header/navigation/selected/offcampus.png') no-repeat;
}
#menu_ul ul li.current.offcampus a:hover
{
    background: transparent;
}
#menu_ul ul li.current.offcampus
{
    background: url('Images/header/navigation/selected/offcampus_on.png') no-repeat;
}

/* 看護ポータル */
#menu_ul ul li.nurse a
{
    background: url('Images/header/navigation/normal/nurse.png') no-repeat;
}
#menu_ul ul li.nurse a:hover
{
    background: transparent;
}
#menu_ul ul li.nurse
{
    background: url('Images/header/navigation/normal/nurse_on.png') no-repeat;
}


/* サブメニュースタイル */
#submenu_ul {
	margin-left: 5px;
	/* margin-top: 10px;
	margin-bottom: 0px; */
	padding: 0;
	background: transparent;
}
#submenu_ul ul:after 
{
    clear: both;
}
#submenu_ul ul {
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
	list-style: none;
}
#submenu_ul li {
	display: inline;
	background: url('Images/header/common/submenu.png') no-repeat;
	/*width: 100px;*/
	width: 95px;
	height: 22px;
}
#submenu_ul a
{
    color: #222;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 20px;
}
#submenu_ul a:hover {
	background: url('Images/header/common/submenu_on.png') no-repeat;
}
#submenu_ul span {
	float: left;
	display: block;
	background: url('Images/header/common/submenu.png') no-repeat;
	margin: 1px -1px 0 0;
	/*width: 100px;*/
	width: 95px;
	text-align: center;
	vertical-align: middle;
	/* メニューテキストを縦方向 センターリング */
	line-height:20px;
	height: 20px;
}
#submenu_ul span.short { /* 横幅短縮版 */
	float: left;
	display: block;
	margin: 2px 3px 0px 3px;
	/*width: 100px;*/
	width: 95px;
	text-align: center;
	vertical-align: middle;
	/* メニューテキストを縦方向 センターリング */
	line-height:20px;
	height: 20px;
}
#submenu_ul .current span {
	background: url('Images/header/common/submenu_selected.png') no-repeat;
}
#submenu_ul_clear {
	clear: both;
}
/* サブ2メニュースタイル */
#sub2menu_ul {
	margin-left: 5px;
	margin-top: 5px;
	/* margin-bottom: 0px; */
	padding: 0;
	background: transparent;
}
#sub2menu_ul ul:after 
{
    clear: both;
}
#sub2menu_ul ul {
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
	list-style: none;
}
#sub2menu_ul li {
	display: inline;
    background-color: #CCCCCC;
	width: 94px;
	height: 20px;
}
#sub2menu_ul a
{
    color: #222;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 20px;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
#sub2menu_ul a:hover {
    background-color: #337AB7;
    color: #FFFFFF;
    border-bottom: solid 1px #337AB7;
}
#sub2menu_ul span {
	float: left;
	display: block;
	margin: 0;
	width: 94px;
    background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	/* メニューテキストを縦方向 センターリング */
	line-height:20px;
	height: 20px;
}
#sub2menu_ul span.short { /* 横幅短縮版 */
	float: left;
	display: block;
	margin: 2px 3px 0px 3px;
	width: 94px;
	text-align: center;
	vertical-align: middle;
	/* メニューテキストを縦方向 センターリング */
	line-height:20px;
	height: 20px;
}
#sub2menu_ul .current span {
    background-color: #DADADA;
}
#sub2menu_ul_clear {
	clear: both;
}

#insteadmargin { /* marginの代わりに設定(marginの相殺) */
    height: 5px;
}
#innercontent {
	margin: 0px 15px 10px 15px;
}
.group {
	border: #CCC solid 1px;
	float: left;
	width: 470px;
	height: 160px;
}
.groupheader {
    border-color:#478d47;
    background-color:#4e95dc;
    padding:3px;
    color:White;
    font-weight:bold;
}
.groupcontent {
    /*height: 138px; (2016.01.29)*/
    height: 170px;
    overflow: auto;
}
.groupcontent ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
.groupcontent li {
	margin: 5px;
}
.groupcontent2 {
    height: 378px;
    overflow: auto;
}
.groupclear {
	clear: both;
}
.group2 {
	border: #CCC solid 1px;
	margin: 10px 0px 30px 0px;
	width: 953px;
	height: 160px;
}
.group2header {
    border-color:#478d47;
    background-color:#4e95dc;
    padding:3px;
    color:White;
    font-weight:bold;
}
.group2content {
    height: 138px;
    overflow: auto;
}
.group2content ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
.group2content li {
	margin: 5px;
}
/* 中央設置ブロック */
.centerblock1 {
	border: #CCC solid 1px;
	margin-left: auto;
	margin-right: auto;
}
.centerblock1header {
    border-color:#478d47;
    background-color:#4e95dc;
    padding:5px;
    color:#f8fcfc;
    font-weight:bold;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    margin: 10px;
}

.field-validation-error
{
	color: red;
}

.errormessageblock1
{
	margin: 30px 0px 30px 30px;
}

.jsansserif
{
    font-family: 'ＭＳ ゴシック';
}
/* パンくずリンク */
.clumb
{
	padding: 5px;
}
.clumb a
{
	text-decoration: none;
}

/* タイトル */
.h10
{
    margin: 0px;
    padding: 2px;
    font-size: 1em;
    background-color: #B8CCE4;
    border-left: 3px solid #1F497D;
    border-bottom: 2px solid #1F497D;
    margin-bottom: 2px;
}
/* テーブルレイアウト */
.staff-table
{
    width: 100%;
    border-collapse: collapse;
}
.staff-table td, .staff-table th
{
    border: 1px solid #888;
}
.tb1
{
	width: 100%;
	background-color: #778899;
}
.th0
{
    padding: 2px;
    background-color: #C5D9F1;
    text-align: center;
}
.td0
{
	padding: 2px;
	background-color: #FFFFFF;
}
.td1
{
	padding: 2px;
	background-color: #e8f0f9;
}
.td2
{
    padding: 5px;
	background-color: #95B3D7;
	text-align: center;
}
.td3
{
	padding: 10px;
	background-color: #B8CCE4;
}

.td4
{
	padding: 3px 6px;
	background-color: #B8CCE4;
}
.td5
{
	padding: 3px;
	background-color: #FFFFFF;
}
.td6
{
	padding: 5px;
	background-color: #95B3D7;
}
.td07
{
    padding: 2px;
    background-color: #FFC000;
}

.td8
{
    margin:0px;
    padding:0px;
    background-color: #FFFFFF;
}

/* Table Borderを利用したレイアウト(cellspacing="0") */
.usebdtb{
	border-collapse:collapse;
}

.usebdtd{
	border:1px solid #778899;
}

.usebdtd0{
	border:1px solid #778899;
	background-color: #DBE5F1;
}
.usebdtd1{
	border:1px solid #778899;
	background-color: #FFFFFF;
}
.usebdtd2
{
    border:1px solid #778899;
	background-color: #95B3D7;
}
.usebdtd3
{
    border:1px solid #778899;
	background-color: #EEEEEE;
}
.usebdtd4
{
    border-top:1px solid #778899;
    border-left:1px solid #778899;
    border-right:1px solid #778899;
    border-bottom:2px solid #778899;
}
.usebdtd5
{
    border-top:1px solid #778899;
    border-left:1px solid #778899;
    border-right:1px solid #778899;
}
.usebdtd6
{
    border-top:2px solid #778899;
    border-left:1px solid #778899;
    border-right:1px solid #778899;
    border-bottom:1px solid #778899;
}

/* 一覧用 Start */
.manage-table
{
    width: 100%;
    border-collapse: collapse;
}
.manage-table td, .manage-table th
{
    border: 1px solid #888;
}
.td-header
{
	padding: 5px 5px;
	background-color: #DBE5F1;
	text-align: center;
	vertical-align:middle;
}
.td-list0
{
	padding: 2px;
	background-color: #DBE5F1;
	vertical-align:top;
}
.td-list1
{
	padding: 2px;
	background-color: #FFFFFF;
	vertical-align:top;
}
.td-list2
{
    padding: 5px;
	background-color: #95B3D7;
}
.td-list3
{
	padding: 2px;
	background-color: #B8CCE4;
}
.td-list1-1 /* td-list1の色違いクローン / 灰色 */
{
	padding: 10px;
	background-color: #dddddd;
}

.td-list-sum
{
	padding: 10px;
	background-color: #FFF0F5;
}

.td10-list0
{
	padding: 10px;
	background-color: #D7FFD7;
}
.td10-list1
{
	padding: 10px;
	background-color: #FFFFFF;
}
.td10-list3
{
    text-align: center;
    background-color: #80FF80;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}

.txt-ct
{
    text-align: center;
}

/* 一覧用 End */


/* 入力フォーム用 Start */
.td-form-title
{
	padding: 5px;
	background-color: #B8CCE4;
	font-size: 14px;
}
.td-form-contents
{
    padding: 5px;
	background-color: #95B3D7;
	text-align: center;
}
/* 入力フォーム用 End */


/* キャリアポートフォリオ 一覧（最終確認者/確認日時） */
.td7
{
	padding: 5px;
	background-color: #FFC0CD;
	text-align: center;
	font-size: 14px;
}
/* PFCareerItem5、PFCareerItem16、PFCareerItem18 で使用しているCSS */
.td51
{
	padding: 10px 6px;
	background-color: #CCDDF0;
}
.td52 
{
	padding: 10px;
	background-color: #FFFFFF;
}
.td52 select
{
    width:40px;    
}

.tdLeaning0
{
	padding: 3px;
	background-color: #B8CCE4;
}
.tdLeaning1
{
	padding: 3px;
	background-color: #DBE5F1;
}
/* 登録メッセージボックス */
.registsuccess
{
	width: 95%;
	height: 30px;
	border: 1px solid green;
	margin: 10px;
	line-height:30px;
	padding-left: 20px;
	background-color: #EEEEEE;
}

.registfailure
{
	width: 95%;
	height: 30px;
	border: 1px solid red;
	color: red;
	margin: 25px 10px 25px 10px;
	line-height:30px;
	padding-left: 20px;
	background-color: #EEEEEE;
}

/* 参照のみ */
.readonlymessage
{
	color: Red;
	font-weight: bold;
}

textarea[readonly]
{
	color: #696969;
}

input[type="text"][readonly]
{
	color: #696969;
}

/* 入力チェックエラーメッセージ */
.checkerrmessage
{
	color: red;
}

/* 印刷メニュー */
.print-menu
{
	width: 100%;
}
.print-form
{
	margin: 0px 10px 5px 0px;
	text-align: right;
}

/* 帯 */
.belting
{
	width : 100%;
	background-color: #87CEEB;
	height: 25px;
    font-size:14px;
    line-height: 25px;
}

/* 学生タイトル */
.studenttitle
{
    width:97%;
    border-style:solid;
    border-color:#95B3D7;
    border-width:0px 0px 2px 12px;
    margin:6px 0px;
    font-size:18px;
    padding:3px 8px;
    
}
/* 担当教員コメントタイトル */
.HRTeacherCommentTitle
{
    width:95%;
    border-style:dashed;
    border-color:#95B3D7;
    border-width:0px 0px 1px 0px;
    margin:15px 0px 6px;
    font-size:14px;
    padding:3px 8px;
}

/* コメントへのページ名リンク */
.inner-link
{
}
.inner-link a
{
	text-decoration: none;
}

/* 学校変更フォーム */
#change-school
{
    position: absolute;
	text-align: left;
	width: 500px;
	top: 5px;
	left: 210px;
	z-index: 1;
}
#change-school form span
{
    display: block;
    float: left;
    margin-top: 5px;
    padding: 0;
}
#change-school form span select
{
    margin-top: -1px;
    height: 20px;
}

.group-title
{
	padding: 10px;
	background: #95B3D7;
}

/* 新規作成タイトル */
.group-new-title
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: #95B3D7;
}

.cell-box
{
	padding: 3px;
	background: #FFFFFF;
}

.number-results
{
	padding: 5px;
	text-align: right;
	width: 980px;
}

/* コメントへのページ名リンク */
.inner-link
{
    width: 100%;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.inner-link a
{
	text-decoration: underline;
}

.student-choice
{
	margin: 3px;
	text-align: right;
}
/* 確認チェックボックス */
.confirmcheck
{
 color: #008000;
}

/* アクセス権限なし */
.notaccess
{
	width : 95%;
	padding:5px;
	margin:5px;
	font-weight: bold;
    font-size:13px;
    background-color: #FFCCFF;
    border-color :#F08080;
    border-style:solid;
    border-width:2px;
    color :#363636;
}

/* 必須メッセージ */
.required-message
{
	font-weight: bold;
	color: #c40026;
	text-align: right;
}

/* 必須マーク */
form em
{
	font-weight: bold;
	color: #c40026;
	font-style: normal;
}

/* ドラッグ可能部分 */
.handle, .handletarget
{
    cursor:move;
}

/* 汎用ボタン用フィールド */
.ButtonField 
{
}
.ButtonField form /* ボタンフィールド内フォームをinlineに */
{
    display:inline;
}

/* お知らせ　時間 */
.infotime 
{
 background-color: #D3D3D3;
}

/* ブロック内にチェックボックスを連続配置する際のスタイル */
span.checklist
{
    white-space:nowrap;
}

/* 学習PF(双方向評価型) 課題終了チェックボックス */
span.comment-finished
{
	font-weight: bold;
	color: Red;
}

/* 教職員からのコメント(確認済みテキスト) */
span.problem-finished
{
	font-weight: bold;
	color: Red;
}

/* あすなろう体験 Header */
.asunaro-header {
	background-color: #80FF80;
	padding: 5px;
}

/* あすなろう体験 Table */
.tb-asunaro {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEE;
    border-collapse: separate;
    border-spacing: 1px;
}

/* あすなろう体験 Td */
.td1-asunaro {
    padding: 5px;
    vertical-align:top;
}

/* あすなろう体験 Td */
.td2-asunaro {
    background-color: white;
    padding: 5px;
}

/* お知らせ Table */
.tb-info {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEE;
    border-collapse: separate;
    border-spacing: 1px;
}

/* お知らせ体験 Td */
.td-info {
    background-color: white;
    padding: 10px;
}

/* メールアドレス登録ページ セキュリティ規約表示ボックス */
.agreement
{
    width:600px;
    height:300px;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    overflow:auto;
    padding:8px 12px;
    color:black;
    text-align:left;
}

/* 日付の文字間隔 */
.spacing
{
    letter-spacing:1px;
}

/* 注意文字 */
.caution
{
    color: #c40026;
    font-weight: bold;
}

/* 出欠セル初期値 */
.attendance
{
    background-color: #FFFFFF;
}


/* モーダルウインドウ */
.modal
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
}
/* モーダルコンテンツの下地 */
.modal .screen
{   
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:white;
}
/* モーダルウインドウ内のコンテンツフィールド */
.modal .field
{
    position:relative;
    width:600px;
    min-height:400px;
    margin:80px;
    padding:10px;
    border-style:solid;
    border-color:black;
    border-width:1px;
    background-color:white;
}

/* モードレスウィンドウの基本スタイル */
.modeless
{
    position:absolute;
    display:none;
    
    width:600px;
    min-height:400px;
    margin:80px;
    padding:10px;
    border-style:solid;
    border-color:black;
    border-width:1px;
    background-color:white;
}


/* SNSの共通スタイル */

/* コミュニティ名 */
h1.commutitle 
{
    font-size:24px;
    border-color:#95B3D7;
    border-style:solid;
    border-width:0px 0px 0px 12px;
    padding:6px 12px;
    line-height:110%;
}

/* コミュニティ名(色違い) */
h1.commutitle2
{
    font-size:24px;
    border-style:solid;
    border-width:0px 0px 0px 12px;
    padding:6px 12px;
    line-height:110%;
}

/* ボックスの基本スタイル */
div.commugroup
{
    border-color:#cccccc;
    border-style:solid;
    border-width:1px;
    position:relative;
}
/* ボックスのヘッダ部 */
div.commugroupheader
{
    padding:4px 6px;
    background-color:#B8CCE4;
    font-size:13px;
}

/* SNSで使用するリスト */
ul.commulist
{
    padding:6px;
    margin:0px;
    list-style:none;
}
ul.commulist li
{
    margin:0px 0px 4px 0px;
}

/* 「すべて見る」コントロールの位置設定 親オブジェクトの右下突き当て*/
div.seealso
{
    position:absolute;
    bottom:0px;
    right:0px;
    text-align:right;
    margin:0px 6px 2px 0px;
}

/* コミュニティの画像 */
div.commuimage-out
{
    float: left;
}

div.commuimage-in
{
    clear: both;
    width: 210px;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    layout-grid-line: 210px; /* IE */
}

div.commuimage-in img
{
    vertical-align: middle;
    text-align: center;
}

/* コミュニティの説明 */
div.coomusummary
{
    width:420px;
    height:180px;
    margin:0px 13px 0px 0px;
    float:left;
    overflow:auto;
}

/* コミュニティメンバー一覧 */
div.commumemberlist
{
    width:300px;
    height:180px;
    float:left;
}

/* トピック一覧 */
div.commutopiclist
{
    width: 100%;
    height:200px;
}

/* SNSトップ コミュニティ一覧 */
div.commulist
{
    width:200px;
    height:250px;
    float:left;
    margin:0px 16px 0px 0px;
}

/* SNSトップ 最新書き込みリスト */
div.newtopiclist
{
    width: 500px;
    height: 250px;
}

/* 休講・補講・教室変更 タイトル */
.changetime-line
{
    height: 30px;
    line-height: 30px;
    margin: 10px auto 10px auto;
    font-size: 1.2em;
    padding-left: 10px;
    font-weight: bold;
}

/* 休講・補講・教室変更 */
.changetime
{
    margin-left: auto;
    margin-right: auto;
}

/* 投書箱 START */
.tb2
{
    background-color: #778899;
}
.td2-list0
{
    table-layout: fixed;
    background-color: #DBE5F1;
    padding: 2px 0px 2px 0px;
}
.td2-list1
{
    table-layout: fixed;
    background-color: #FFFFFF;
    padding: 2px 0px 2px 0px;
}
.td2-list2
{
    table-layout: fixed;
    background-color: #95B3D7;
    padding: 2px 0px 2px 2px;
}
.td2-list3
{
    text-align: center;
    background-color: #B8CCE4;
    padding: 2px 0px 2px 0px;
}
.td2-list4
{
    table-layout: fixed;
    background-color: #CCCCCC;
    padding: 2px 0px 2px 0px;
}
.tb2 .un
{
    color: #FF0000;
    font-weight: bold;
}
/* 投書箱 END */

.subtitlehead
{
    padding: 4px;
    font-weight: bold;
    background-color: #B8CCE4;
    border-left: 5px solid #95B3D7;
    border-bottom: 3px solid #95B3D7;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 14px;
}

/* モーダル ウィンドウ ２ */
#modalmask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000000;
    display: none;
}

#modalbox .window
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

/* 成績入力 */

.interval-border
{
    border-bottom: 1px solid #000000;
}

/* 汎用設定 スタイル */
.txt-c
{
    text-align: center;
}
/* 履修情報 */
.tb-school {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #778899;
}



#header
{
    position: relative;
    width: 990px;
    height: 77px;
    background: url('Images/header/common/back.png') repeat-x;
}

#maintitle
{
    width: 240px;
    height: 30px;
    background: url('Images/header/common/title.png') no-repeat;
    background-position: 6px 5px;
    text-indent: -9999px;
}

#member
{
    position: absolute;
    top: 1px;
    right: 1px;
}
#member span
{
    display: block;
    float: right;
    margin: 7px 5px 0 0;
}
#member span img
{
    margin-top: -5px;
}
#member a img
{
    display: block;
    float: right;
}

.pagination 
{
    margin:0 0 5px 0;
    padding:0;
    height:2.5em;
}
.pagination a 
{
    text-decoration:none;
    border:solid 1px darkorange;
    color: darkorange;
}
.pagination a, .pagination span 
{
    font-weight:bold;
    display:block;
    float:left;
    margin:0 5px 0 0;
    padding:.3em .5em;
}
.pagination .current 
{
    background: darkorange;
    color:#fff;
    border:solid 1px darkorange;
}
.pagination .current.prev, .pagination .current.next
{
    color:#999;
    border-color:#999;
    background:#fff;
}
#res 
{
    margin:0;
    padding:0 10px;
    border:solid 1px #ccc;
    background:#fff;
    width:300px;
    clear:both;
}

/* 指導学生情報詳細 */
.student-group {
	float: left;
	width: 73%;
	height: 100%;
}

/* 指導学生情報詳細 写真 */
.student-picture-group {
	float: left;
	width: 25%;
	height: 100%;
}

/* テーブルレイアウト */
.td-Calendar-Usual
{
    padding: 2px;
    background-color: #FFFFFF;
}

.td-Calendar-Sat
{
    padding: 2px;
    background-color: #EAF4FF;
}

.td-Calendar-Holi
{
    padding: 2px;
    background-color: #FFEAF4;
}

/* 成績情報 */
.results-group {
	float: left;
	width: 70%;
	height: 100%;
}
.results-td
{
    border-top: 1px solid #ccc;
}
.results-divide-td 
{
	background-color: #b8d5f1;

}
.sumunits-l-td
{
	background-color: #FFBE88;
}
.sumunits-m-td
{
	background-color: #BBCCF3;
}
.sumunits-s-td
{
	background-color: #B8F8B8;
}
.sumunits-d-td
{
	background-color: #ffffaa;
}

table.tb1 thead tr 
{
	background: #fafafa url(css/flexigrid/images/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
}

.buttonlink 
{
    text-decoration: none;
}

.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(css/common/datepicker/images/staff.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }

/* スケジュール */
.scheduleoverlap
{
    border:2px solid Red;
}

/* 学生カルテグループ */
.karte-group {
	float: left;
	width: 22%;
	height: 100%;
}
.karte-career-button
{
    background: url('Images/blue-button.png') no-repeat;
    border-style:none;
    height:63px;
    width:220px;
}
.karte-result-button
{
    background: url('Images/red-button.png') no-repeat;
    border-style:none;
    height:63px;
    width:220px;
}
.karte-job-button
{
    background: url('Images/green-button.png') no-repeat;
    border-style:none;
    height:63px;
    width:220px;
}

.karte-interview-button
{
    background: url('Images/blue-button.png') no-repeat;
    border-style:none;
    height:63px;
    width:220px;
}

.karte-trainstvisit-button
{
    background: url('Images/red-button.png') no-repeat;
    border-style:none;
    height:63px;
    width:220px;
}

.karte-button span
{
    font-size:14px;
    color:#353535;
    font-weight:bolder;

}
.toplink
{
    color:Blue;
    border-bottom:solid 1px Blue;
    width:100%;
    text-align:right;
    cursor:pointer;
}

.loading { 
    background-image:url('Images/loading.gif');
    background-repeat:no-repeat;
    background-position: center center; 
    height: 200px;
}


/* 休講・補講・教室変更 タグ */
.hometabs .tabNavigation
{
    margin: 0px;
    padding: 0px;
    background-color:Red;
    list-style-type: none;
    list-style-image: none;
}
.hometabs .tabNavigation li
{
    float : left;
    padding: 0px;
    margin: 0px;
}
.hometabs .tabNavigation a
{
    display : block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}
.hometabs .selected
{
    background-color: #CEE5FF;
}

/* AAU0040/RoleRegistのCSS */

div.RoleRegist span.inputTitle
{
    background-color: #51bee6;
    padding: 3px 15px 3px;
    border-radius: 3px;
    color: #fff;
}
div.RoleRegist span.caption
{
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
    color: #e98214;
    border: 1px solid #e98214;
    padding: 7px 12px 7px;
    border-radius: 4px;
    font-size: 12px;
}
div.RoleRegist .hoverPallet
{
    background-color: #beeaff;
    border-radius: 4px;
}
div.RoleRegist .basicItem
{
    height: 25px;
    padding-top: 10px;
}
        
div.RoleRegist div.basicItemPallet
{
    width: 400px !important;
    height: 38px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}
div.RoleRegist div.pallet
{
    height: 60px;
    width: 220px;
    margin-right: 1px;
    margin-bottom: 7px;
    float: left;
}
div.RoleRegist div.pallet > div
{
    border-style: none;
    height: 39px;
    width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 24px;
}
div.RoleRegist .draggable
{
    cursor: move
}

