A:link {
	color:blue;
}

A:visited {
	color:blue;
}

img {
	border-style:none;
}

table {
	border-collapse:collapse;
	table-layout:fixed;
}

th {
	border-width:0px;
}

td {
	border-width:0px;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.hidden {
	display:none;
}

.number {
	text-align: right;
}

.scroll {
	overflow-y: auto;
}

.border {
	border:solid 1px black;
}

.border_top {
	border-top:solid 1px black;
}

.border_bottom {
	border-bottom:solid 1px black;
}

.border_left {
	border-left:solid 1px black;
}

.border_right {
	border-right:solid 1px black;
}

.date {
	width:80px;
}

.time {
	width:65px;
}

.post {
	width:60px;
}

.comment {
	font-size:9px;
}

.calendar_button {
	background-image:url(../images/calendar.gif);
	background-color:transparent;
	border-style:none;
	margin-left:1px;
	margin-right:5px;
	width:16px;
	height:16px;
	cursor:pointer;
}

.child_page_button {
	background-color:transparent;
	background-image:url(../images/child_page_icon.gif);
	border-style:none;
	width:16px;
	cursor:pointer;
}

.download_file_button {
	background-color:transparent;
	background-image:url(../images/download_file_icon.gif);
	border-style:none;
	cursor:pointer;
	width:30px;
	height:10px;
	margin:5px;
}

.detail_button {
	border:0px;
	background-color:transparent;
	text-decoration:underline;
	cursor:pointer;
}

.wait {
	color:#b30000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:double 3px #00b300;
	background-color:#ccffb3;
	background-image:url(../images/wait.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:20px;
	height:80px;
	width:250px;
	position:absolute;
	top:25%;
	left:25%;
}

.dragArea {
	z-index:10;
}

/* ヘッダ領域 */

.header_area {
	margin:0px 0px 5px 0px;
	border-bottom:solid 1px blue;
	background-color:transparent;
	background-image:url(../images/header_area.gif);
	width:100%;
}

.header {
	margin:0px 5px 0px 5px;
}

.title {
	background-image:url(../images/title.gif);
	background-repeat:no-repeat;
	height:60px;
}

.header_button_area {
	text-align:right;
	padding-right:10px;
}

.header_button {
	font-size:10px;
	font-weight:bold;
	border-style:none;
	background-color:transparent;
	cursor:pointer;
	padding-bottom:10px;
}

.login_user {
	font-size:12px;
	vertical-align:bottom;
	padding-bottom:3px;
}

/* フッタ領域　*/

.footer_link {
	padding-left:20px;
}

.footer_link A:link {
	color:black;
}

.footer_link A:visited {
	color:black;
}

.footer_area {
	position:fixed;
	right:0px;
	bottom:0px;
	text-align:right;
}

.copyright {
	font-family:'MS UI Gothic';
	font-size:9px;
}

/* メイン領域 */

.main_area {
	width:800px;
	padding:0px;
}

/* サイドバー領域 */

.sidebar_area_left {
	width:130px;
	padding:0px;
	vertical-align:top;
}

.sidebar_area_right {
	padding-left:5px;
	width:170px;
	vertical-align:top;
}

/* 業務領域 */

.business_area {
	height:600px;
	padding:5px;
}

.button_area {
	margin:0px 20px 0px 20px;
}

.button_area_left {
	text-align:left;
	width:200px;
}

.button_area_center {
	text-align:center;
	width:200px;
}

.button_area_right {
	text-align:right;
	width:200px;
}

.button_ss {
	width:50px;
}

.button_s {
	width:75px;
}

.button_m {
	width:100px;
}

.button_l {
	width:125px;
}

.button_ll {
	width:150px;
}

.button_lll {
	width:175px;
}

/* 検索条件領域 */

.condition {
}

.condition FIELDSET {
	border-width:1px;
}

.condition LEGEND {
	font-size:12px;
	padding-bottom:0px;
	letter-spacing:3px;
}

.condition_button {
	width:60px;
	padding:2px 0px 2px 0px;
}

/* データ領域 */

.data TABLE {
}

.data TH {
	border:1px solid black;
	text-align:left;
	padding:3px;
	font-size:14px;
}

.data TD {
	border:1px solid black;
	padding:3px;
	font-size:14px;
}

/* グリッド領域 */

.grid table {
	table-layout:fixed !important;
}

.grid th {
	border:1px solid black;
	padding:3px;
	font-size:14px;
}

.grid td {
	border:1px solid black;
	padding:3px;
	font-size:14px;
}

.selected {
}

.line_1 {
}

.line_2 {
}

/* ページング領域 */

.paging {
	text-align:center;
}

.paging TABLE {
	table-layout:auto !important;
	border:0px;
	margin:0px;
}

.paging TD {
	font-size:12px;
	border:0px;
}

.paging A {
	font-size:12px;
}

.paging A:link {
	color:blue;
}

.paging A:visited {
	color:blue;
}

.paging A:active {
	font-weight:bold;
}

.paging A:hover {
	font-weight:bold;
}

/* メッセージボックス */

.msgbox {
	border-width:3px;
	border-style:solid;
	padding:10px;
}

.msgbox_background {
	filter:Alpha(opacity=30);
	-moz-opacity:0.3;
}

.msgbox TABLE {
	table-layout:auto;
}

.msgbox_title {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.msgbox_icon {
	padding:5px;
}

.msgbox_msg {
	font-size:12px;
	padding:5px;
	text-align:left;
	padding:10px;
}

.msgbox_button {
	font-size:12px;
	margin:5px;
	width:80px;
}

/* カレンダ */

.calendar TABLE {
	table-layout:auto;
}

.calendar_title {
}

.calendar_weekend {
}

.calendar_day {
	text-align:right;
}

.calendar_today {
	font-weight:bold;
}

/* ログイン領域 */

.login_base_area {
	border:solid 1px black;
	width:400px;
}

.login_area {
}

/* メニュー領域 */

.menu_area {
	width:400px;
	padding:10px;
}

.menu_block {
}

.menu_grp {
	font-size:16px;
	font-weight:bold;
	background-color:transparent;
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:5px 0px 5px 15px;
	text-align:left;
}

.menu_item_area {
	font-size:14px;
	background-color:transparent;
}

.menu_item_area A {
	text-decoration:none;
}

.menu_item_area A:link {
	color:black;
}

.menu_item_area A:visited {
	color:black;
}

.menu_item {
	padding:20px 0px 20px 30px;
}

/* お知らせ */

.infomation {
	text-align:left;
	width:350px;
}

.infomation TABLE {
	border:2px groove #1f3666;
}

.infomation TH {
	font-size:14px;
	letter-spacing:10px;
	text-align:left;
}

.infomation TD {
	font-size:12px;
	padding:7px;
}

.infomation_fatal {
	color:white;
	background-color:#FF0000;
}

.infomation_error {
	color:#FF0000;
}

.infomation_warn {
	color:#FF8C00;
}

.infomation_info {
	color:black;
}

.infomation_important {
	color:black;
	font-weight:bold;
}

.infomation_date {
}

.infomation_msg {
}

/* スケジュール */

.schedule TABLE {
	background-color:#e6ccff;
	border:1px solid black;
}

.schedule TH {
	font-size:14px;
	letter-spacing:10px;
	color:#000080;
	background-color:#e6b3ff;
	padding:8px;
}

.schedule TD {
	font-size:12px;
	padding:5px;
}

.schedule delay {
	color:red;
}

/* 広告領域 */

.ad tr
{
}

.ad_item 
{
	padding:0px;
	margin:0px;
}

/* その他 */

.amazon_banner {
	width:151px;
	height:34px;
	border:0px;
	background-image:url(../images/amazon_banner.gif);
}
