/*タグ*/

body {
	font-size : small;
	/*line-height : 150%;*/
}

/*メニュー*/
body.menu {
	background-color : #6699CC; /*水系*/
	font-size : small;
	/*line-height : 120%;*/
}

/*
table{
	line-height : 150%;
	font-size : small;
}

tr,td{
	vertical-align: Top;
	padding : 4px;

}
*/

/*テーブル行or列背景*/
tr.list1,td.list1{
	background-color : #6699CC; /*水色系*/
	border-collapse: collapse;
	padding : 4px;
	line-height : 150%;
}

/*テーブル行or列背景*/
tr.list2,td.list2{
	background-color : #99CCFF; /*水系(薄)*/

}



/*テーブル（イベント一覧）*/
table.event,tr.event,td.event,th.event {
	border:2px solid #6699CC; /*水色系*/
	border-collapse: collapse;
	padding : 4px;
	font-size : x-small;
	line-height : 150%;
}

/*テーブル（追加変更要請）*/
table.changeRequest,tr.changeRequest,td.changeRequest,th.changeRequest {
	border:2px solid #6699CC; /*水色系*/
	border-collapse: collapse;
	padding : 4px;
	/*font-size : x-small;*/
	line-height : 150%;
}

/*テーブル（管理画面）*/
table.Admin,tr.Admin,td.Admin,th.Admin {
	border:1px solid #6699CC; /*緑系*/
	border-collapse: collapse;
	padding : 4px;
	font-size : x-small;
	line-height : 150%;
}

/*テーブル（管理画面:プレビュー）*/
table.preview,tr.preview,td.preview {
	border:1px solid #339966; /*水色系*/
	border-collapse: collapse;
	padding : 4px;
	font-size : small;
	line-height : 150%;
}

/*テーブル（メニュー）*/
table.menu,tr.menu,td.menu,th.menu {
	background-color : #FFFFFF; 
	border:2px solid #6699CC; /*水色系*/
	border-collapse: collapse;
	/*padding : 2px;*/
}

/*テーブル（検索）*/
table.search {
	width : 600px;
  border :1px solid #339966; /*水色系*/
	
}
td.search {
	padding : 5px;
}



/*メニュー*/
div.divMenu {
	background-color:  #FFFFFF;
	border: 1px solid #6699CC;
	border-left-width: 16px;
	padding : 2px 0px 2px 2px;
	line-height : 120%;
}

div.divMenu2 {
	background-color:  #6699CC;
	border: 1px solid #6699CC;
	border-left-width: 16px;
	padding : 2px 0px 2px 2px;
	line-height : 120%;
}

/*サブメニュー*/
div.divSubMenu {
	/*display : none;*/
	margin-left : 10px;
	padding : 2px 0px 2px 2px;
}
/*変更要請*/
div.divCr1 {
	margin : 10px 10x 10px;
	/*padding: 5px*/
}
div.divCr2 {
	margin : 4px 2x 0px;
	/*padding: 5px*/
}
/*メニュー(サイトマップ)*/

div.divSiteMap {
	background-color:  #FFFFFF;
	border: 1px solid #FFFFFF;
	border-left-width: 16px;
}

/*サブメニュー(サイトマップ)*/
div.divSiteMapSub {
	margin-left : 30px;
}

/*メニュー*/
div.divAdminMenu {
	background-color:  #FFFFFF;
	border: 1px solid #6699CC; /*水色系*/
	border-left-width: 4px;
	font-size : x-small;
	padding : 4px;
	line-height : 120%;

}

/*文章*/
div.Sentence {
	margin : 5px 15px 5px 15px;
}

/*緊急連絡*/
div.divAlert {
	position: absolute;
	Top : 2;
	right: 20;
	border: 2px solid #6699CC; /*水色系*/
	background-color : #FFFFFF;
	font-size : small;
	visibility: visible;
	padding: 4px;
	width : 65%;
	height : 14ex;
	overflow: scroll; 
	overflow-x: hidden;
	line-height : 125%;
} 



hr {
	color : #6699CC; /*水色系*/
	height : 1px; 	
}

/*クラス*/

/*言語切替*/
.language {
	color : #FFFFFF;
	Font-Size : x-small;
	text-decoration : none;
}

.language:hover {
	color : #F25B00;
}

/*検索ヘルプ*/
.search_help {
	color : #FFFFFF;
	Font-Size : x-small;
	text-decoration : none;
}

.search_help:hover {
	color : #F25B00;
}

/*メニューのリンク文字*/
.menu {
	color : #000000;
	text-decoration : none;
}
.menu_close1 {
	color : green;
	text-decoration : none;
}
.menu_close3 {
	color : red;
	text-decoration : none;
}

.menu:hover,.menu_close1:hover,.menu_close3:hover {
	color : #F25B00;
}



/*本文の文字:リンク*/
.link {
	color : #000000;
	text-decoration : none;
}
.link:hover {
	color : #F25B00;
}

/*ページパスの文字*/
.path {
	color : #6699CC; /*水色系*/
	Font-Size : x-small;
	text-decoration : underline ;
}

/*タイトル行の文字*/
.title {
	font-size : medium;
	font-weight : bold;
}

/*本文の文字:強調*/
.emphasis {
	color : #0000FF; /*青系*/
}

/*本文の文字:警告*/
.warning {
	color : #FF0000; /*赤系*/
}


.footer{
	Font-Size : x-small;
	color : #6699CC; /*水色系*/
}


.search {
  height:20px;
}

input.searchBtn {
	color:#FFF;
	background:
		url("../picture/searchBtn.gif")
		no-repeat 100% 30%;
	border:none;
	padding:2px 6px 1px 6px;
	text-align:center;
	cursor:pointer;
	width : 60px;
}


table.searchTable {
	border: 2px solid #6699CC; /*水色系*/	
	width : 500px;
}
td.searchTable {
	font-size : x-small;
	padding: 5px;
}

span.search_help {
	position: relative;
	bottom: 2px; 
}
