﻿/* ------------------------------------------------------------------------- */
BODY{
	BACKGROUND: white;
	margin:0px;
}

/* ------------------------------------------------------------------------- */
FORM{
	margin:0px;
}

/* ------------------------------------------------------------------------- */

A{
	COLOR: #000080;
	TEXT-DECORATION: none;
}

A:hover{
	COLOR: #ff0000;
	TEXT-DECORATION: none;
}
A:Active{
	COLOR: #ff0000;
	TEXT-DECORATION: none;
}

/* ログインタイトルバーのスタイル------------------------------ */

table.Login{
	border:0px;
	border-collapse:collapse;
	margin:0px;
	width:100%;
}

table.Login td{
	background-color:navy;
	text-align:left;
	color:white;
	padding:4px;
}

span.big {
	font-size:large;
}

span.normal {
	vertical-align:bottom;
}

/* メニューのスタイル------------------------------------------------------- */

A.Menu{
	TEXT-DECORATION: none;
		color:white;
}
A.Menu:hover{
	color: Yellow;
	TEXT-DECORATION: none;
}
A.Menu:Active{
	color: Yellow;
	TEXT-DECORATION: none;
}

table.Menu{
	border:0px;
	border-collapse:collapse;
	margin:0px;
	width:100%;
}

table.Menu td{
	background-color:#3366FF;
	text-align:left;
	color:white;
	padding:4px;
}

/* タイトルのスタイル------------------------------------------------------- */
table.Title{
	border:0px;
	border-collapse:collapse;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:0px;
	padding-top:0px;
	width:99%;
}

table.Title td{
	background-color:#6699FF;
	text-align:left;
	color:white;
	padding:4px;
}

/* フッターのスタイル------------------------------------------------------- */
table.Footer{
	border:0px;
	border-collapse:collapse;
	margin:0px;
	width:100%;
}

table.Footer td{
	border-top:2px solid #3366FF;
	border-bottom:10px solid #3366FF;
	text-align:left;
	color:white;
	padding:4px;
}

/* メッセージ域の外枠スタイル----------------------------------------------------- */
table.Message{
	border:solid 1px orange;
	border-collapse:collapse;
	margin-left:1%;
	width:98%;
	margin-top:10px;
}

/* ------------------------------------------------------------------------- */
IMG{
		border-style:none;
}

/* 一覧（横一覧）のデフォルトスタイルを作成------------------------------------------- */

table.Default-yoko{
	border:1px solid navy;
	border-collapse:collapse;
	margin-left:1%;
}

table.Default-yoko th {
	border-top:1px solid navy;
	border-bottom:3px double navy;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color:royalblue;
	color:white;
	text-align:center;
	vertical-align:middle;
	padding:4px;
	font-weight:normal;
}

table.Default-yoko td{
	border-top:1px solid navy;
	border-bottom:1px solid navy;
	border-left:1px solid navy;
	border-right:1px solid navy;
	background-color:white;
	color:black;
	padding:4px;
	word-break:break-all;
	word-wrap:break-word;
}

table.Default-yoko tr.Separator td{
	background-color:#efefef;
}

table.Default-yoko tr.khaki td{
	background-color:khaki;
}

table.Default-yoko tr.darkgray td{
	background-color:darkgray;
}

table.Default-yoko tr.yellow td{
	background-color:yellow;
}

table.Default-yoko tr.lightgrey td{
	background-color:lightgrey;
}


/* 一覧（縦一覧）のデフォルトスタイルを作成------------------------------------------- */

table.Default-tate{
	border:1px solid navy;
	border-collapse:collapse;
	margin-left:1%;
}

table.Default-tate th {
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid navy;
	border-right:1px solid navy;
	background-color:royalblue;
	color:white;
	text-align:center;
	padding:4px;
	font-weight:normal;
}

table.Default-tate th.Header {
	border:1px solid navy;
}

table.Default-tate td{
	border-top:1px solid navy;
	border-bottom:1px solid navy;
	border-left:1px solid navy;
	border-right:1px solid navy;
	background-color:white;
	color:black;
	padding:4px;
	word-break:break-all;
	word-wrap:break-word;
}

table.Default-tate td.Memo{
	background-color:#FFFF66;
}

table.Default-tate tr.Separator td{
	background-color:#efefef;
}

table.Default-tate tr.Top-Header th{
	border:1px solid navy;
	background-color:MediumBlue;
	color:white;
	text-align:center;
	padding:4px;
	font-weight:normal;
}

table.Default-tate tr.Part-Header th{
	color:black;
	text-align:left;
	border-width:1px;
	border-style:solid;
	border-color:navy;
	font-size:smaller;
	background-color:silver;
}

table.Default-tate th.kbn1 {
	background-color:khaki;
	color:black;
}

table.Default-tate th.kbn2 {
	background-color:lightpink;
	color:black;
}

table.Default-tate th.kbn3 {
	background-color:palegreen;
	color:black;
}

table.Default-tate th.kbn4 {
	background-color:gray;
	color:black;
}

table.Default-tate th.no_under {
	border-bottom:none;
}

table.Default-tate td.no_under {
	border-bottom:none;
}

table.Default-tate th.no_top_under {
	border-top:none;
	border-bottom:none;
}

table.Default-tate td.no_top_under {
	border-top:none;
	border-bottom:none;
}

table.Default-tate th.no_top {
	border-top:none;
}

table.Default-tate td.no_top {
	border-top:none;
}

table.Default-tate td.campus_name{
	font-weight: bold;
	font-size: 120%; 
	background-color:#FFCCCC;
}

/* 線なしテーブルスタイルを作成------------------------------------ */
table.Border-none{
	border:0px;
	border-collapse:collapse;
	margin-left:1%;
}

table.Border-none th{
	text-align:left;
	font-weight:normal;
}

table.Border-none td.center{
	text-align:center;
}

table.Border-none td.title{
	color:#3300CC;
	font-size: 120%; 
}

table.Border-none td.Memo{
	background-color:#FFFF66;
}

/* ボタン表示テーブルスタイルを作成-------------------------------- */
table.Button{
	border:0px;
	border-collapse:collapse;
	margin-left:1%;
}

table.Button td{
	text-align:right;
}

/* 一覧のページ分割表示ヘッダスタイルを作成------------------------- */

table.PageHeader{
	border:0px;
	border-collapse:collapse;
	margin-left:1%;
	width:98%;
}

table.PageHeader tr{
	text-align:right;
}

table.PageHeader td{
	border:0px;
	color:black;
	padding:4px;
}

/* 一覧のページ分割表示フッタスタイルを作成------------------------- */

table.PageFooter{
	border:0px;
	border-collapse:collapse;
	margin-left:1%;
	width:98%;
}

table.PageFooter tr{
	text-align:center;
}

table.PageFooter td{
	border:0px;
	color:black;
	padding:4px;
}

/* メニューリストのデフォルトスタイルを作成------------------------------------------- */

table.MenuList{
	border:0px;
	width:98%;
	text-align:left;
}

/* 画面備考情報のデフォルトスタイルを作成------------------------------------------- */

td.Memo{
	font-size:smaller;
}

td.MemoCenter{
	font-size:smaller;
	text-align:center;
}

/* ボタン表示スタイルを作成------------------------------------------- */

.rcButton,
.rcButton_active
{
	display: block;
	float: left;
	width: auto;
	height: 36px;
	margin: 0;
	padding: 0 0 0 2px;
	background-image: url("normal_01.gif");
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}


.rcButton .buttonCaption,
.rcButton_active .buttonCaption
{
	display: block;
	float: left;
	position: relative;
	height: 28px; 
	padding: 1ex 1em;
	background-image: url("normal_02.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

/* 2014-05-22 タブ用スタイル  */
ul#tabs_menu {
	width:1000;
	list-style:none;
}

ul#tabs_menu li {
	padding:8px 0px 0ex 5px;
	border: solid white;
	border-width: 0px 5px 0ex 5px;
	width:150px;
	float:left;
	background-color:gray;
	text-align:center;
	cursor:pointer;
	height:34px;
	display:inline;
	color:white;
}

ul#tabs_menu li#last {
	border-right:0;
}

ul#tabs_menu li.open {
	background-color:royalblue;
	color:yellow;
}

/* Table使用せず文字揃え------------------------------------------- */
.col-1 {
	display: inline-block;
	width: 140px;
	vertical-align: top;
	/* border: solid 1px; */
}
.col-2 {
	display: inline-block;
	width: 450px;
	vertical-align: top;
	/* border: solid 1px; */
}

/* 特定フォント指定------------------------------------------- */
.font-red-serif {
	font-family: times new roman, serif;
	color: #CC0000;
}

/* hr線------------------------------------------- */
hr.line01 {
	height: 1px;
	background-color: #999999;
	width: 70%;
	border: none;
	text-align:left;
	margin-left:15px;
}
