﻿
/* --------------------------------------*/
/* 全体
/* --------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    font-family: "メイリオ" , "ＭＳ ゴシック" , sans-serif;
    font-size: 12px;
    background-position: center;
}
a img {
    border-style:none;
}
a:link
{
    color: #0000EA;
    text-decoration: none;
}  
a:visited {               
  color: #0000EA;
  text-decoration: none  
}
a:active { color: #00ff00 }
a:hover
{
   
    color: #ff0000;
    text-decoration: underline;
}

/* --------------------------------------*/
/* 機能タイトル用(学生用)
/* --------------------------------------*/
H4
{
    margin: 5px 0px 0px 10px;
    background-position: left;
    padding: 1em 0px 1em 20px;
    background-image: url('./image/h4.png');
    text-align: left;
    background-repeat: no-repeat;
    border-style: none;
    color: #333333;
    font-size:15px;
}

/* --------------------------------------*/
/* 項目タイトル用(学生用)
/* --------------------------------------*/
.title_value_Sdt
{
    background-position: left center;
    background-image: url('./image/tip_sdt.png');
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    width: 567px;
}

/* --------------------------------------*/
/* テストアナウンス用
/* --------------------------------------*/
.title_test
{
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 3px;
}

/* --------------------------------------*/
/* 入力用テーブル
/* --------------------------------------*/
table.table_Input
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 7px;
}
.table_Input th
{
    padding: 7px;
    font-weight: normal;
    background-color: #F2F1EC;
    border: 1px solid #C0C0C0;
    text-align: left;
}
.table_Input td
{
    text-align: left;
    padding: 7px;
    margin: 7px;
    border: 1px solid #C0C0C0;
    background-color: #F7FDFF;
}

/* --------------------------------------*/
/* 線 通常
/* --------------------------------------*/
hr.line_normal {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #C0C0C0;
height: 1px;
margin:0px;
}

/* --------------------------------------*/
/* 線 赤線
/* --------------------------------------*/
hr.line_red {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #C50018;
height: 1px;
margin:0px;
}

/* --------------------------------------*/
/* 線 紫紺線
/* --------------------------------------*/
hr.line_Purple_blue {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #83569B;
height: 1px;
margin:0px;
}

/* --------------------------------------*/
/* 線 ピンク線
/* --------------------------------------*/
hr.line_hotpink {
border-width: 3px 0px 0px 0px;
border-style: solid;
border-color: #FF69B4;
height: 1px;
margin:0px;
}

/* --------------------------------------*/
/* 茶色
/* --------------------------------------*/
.font_brown_M
{
    color: #996600;
    text-decoration: none;
}

/* --------------------------------------*/
/* 入力前補助文字列
/* --------------------------------------*/
.font_inputsupport_M
{
    color: #999999;
}

/* --------------------------------------*/
/* 赤色
/* --------------------------------------*/
.font_red_B {
		   color:#FF0000;
		   font-size: 18px;
		   text-decoration:none;
}
.font_red_M {
	color: #FF0000;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Left
{
    color: #FF0000;
    font-size: 11px;
    text-align: left;
}
.font_red_S {
		   color: #FF0000;
		   font-size: 10px;
		   text-decoration:none;
}
.font_red_L {
	color: #FF0000;
	font-size: 14px;
	text-decoration:none;
	background-position: center;
}


/* --------------------------------------*/
/* 灰色
/* --------------------------------------*/
.font_silver_S
{
    color: #666666;
	font-size: 9px;
    text-decoration: none;
}
.font_silver_M
{
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

/* --------------------------------------*/
/* テキストボックス標準
/* --------------------------------------*/
.textbox_basic:focus
{
    background-color: #FFE6C4;
}

/* --------------------------------------*/
/* 検索用テーブル
/* --------------------------------------*/
table.table_Search
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 7px;
}
.table_Search hr
{
    text-align: left;
}
.table_Search th
{
    padding: 7px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_Search td
{
    text-align: left;
    padding: 7px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-color: #EFF5FE;
}

/* --------------------------------------*/
/* iframe枠
/* --------------------------------------*/
.iframe_Frame { border: 1px solid; }

/* --------------------------------------*/
/* 時限用テーブル
/* --------------------------------------*/
table.table_Zigen_Sdt
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse; 
}

.table_Zigen_Sdt tr
{
    border: 1px solid #C0C0C0;
    background-color: #F7FDFF;
    border-collapse:collapse;
}

.table_Zigen_Sdt th
{
    font-weight: normal;
    background-color: #F2F1EC;
    border: 1px solid #C0C0C0;   
    border-collapse:collapse;
    width:100px;
}
.table_Zigen_Sdt td
{
    border: 1px solid #C0C0C0;
    background-color: #F7FDFF;
    border-collapse:collapse;
    width:100px;
}

/* --------------------------------------*/
/* FORMコントロール用
/* --------------------------------------*/
fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* --------------------------------------*/
/* 検証処理用
/* --------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    padding: 10px 10px 0px 10px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    color: #ff0000;
    background-color: #ffeeee;
    margin-bottom: 10px;
    list-style-type: disc;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



#crumbs 
{
    margin-top:10px;
	height:1.8em;
	border:none;
	}

#crumbs ul,li {
	list-style-type:none;
	padding:0;
	margin:0;
	}
#crumbs li {
	float:left;
	line-height:1.8em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a
{
    background: url('./image/crumbs.png') no-repeat right center;
    display:block;
    padding: 0 15px 0 0;
}							
#crumbs li a:link, #crumbs li a:visited
{
    text-decoration: none;
}	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}	
	

table.table_Student_View
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 5px;
}
.table_Student_View th
{
    padding: 5px;
    font-weight: normal;
    background-color: #F2F1EC;
    border: 1px solid #C0C0C0;
}
.table_Student_View td
{
    padding: 5px;
    border: 1px solid #C0C0C0;
/*    background-color: #F7FDFF;
*/
}

	
/* --------------------------------------*/
/* システムメッセージユーザーコントロール用
/* --------------------------------------*/
.Panel_Message_Warning
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('./image/msg_back_worning.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.Panel_Message_Err
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('./image/msg_back_worning.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.Panel_Message_Info
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('./image/msg_back_info.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.Panel_Message_Comp
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('./image/msg_back_info.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

/* --------------------------------------*/
/* 各Submit用
/* --------------------------------------*/
/* 希望変更 */
input.btn_result_kibou {
  cursor: pointer;
  width: 101px;
  height: 34px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/button_Edit_kibou.png') no-repeat 0 0;
}

input.btn_result_kibou:hover {
  background: url('./image/button_Edit_kibou_on.png') no-repeat 0 0;
}

/* 編集確定 */
input.btn_result_edit_sdt {
  cursor: pointer;
  width: 167px;
  height: 34px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/btn_Edit_SDT.png') no-repeat 0 0;
}

input.btn_result_edit_sdt:hover {
  background: url('./image/btn_Edit_SDT_on.png') no-repeat 0 0;
}

/* キャンセル */
input.btn_cancel_sdt {
  cursor: pointer;
  width: 167px;
  height: 34px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/btn_Cancel_SDT.png') no-repeat 0 0;
}

input.btn_cancel_sdt:hover {
  background: url('./image/btn_Cancel_on.png') no-repeat 0 0;
}

/* 申込削除 */
input.btn_del {
  cursor: pointer;
  width: 50px;
  height: 19px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/button_delete.png') no-repeat 0 0;
}

input.btn_del:hover {
  background: url('./image/button_delete_on.png') no-repeat 0 0;
}

/* 削除確定 */
input.btn_result_del_sdt {
  cursor: pointer;
  width: 167px;
  height: 34px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/btn_Delete_SDT.png') no-repeat 0 0;
}

input.btn_result_del_sdt:hover {
  background: url('./image/btn_Delete_SDT_on.png') no-repeat 0 0;
}

/* 削除確定 */
input.btn_search_sdt {
  cursor: pointer;
  width: 167px;
  height: 34px;
  border: none;
  display: block;text-indent: -9999px;font-size: 0;line-height: 0;
  background: url('./image/btn_Search_Sdt.png') no-repeat 0 0;
}

input.btn_search_sdt:hover {
  background: url('./image/btn_Search_on.png') no-repeat 0 0;
}

/* --------------------------------------*/
/* 時限選択用
/* --------------------------------------*/
a.select_period
{
    outline:none;
}
