/* CSS Document */

body {
	margin:0px;
	padding:10px;
	background-image:url(image/bg_keystone.gif);
	background-position:center center;
}

a:link {
	color: #000066;
}
a:visited {
	color:#660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
body,td,div {
	font-family: "Verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS UI Gothic","‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
	font-size:9pt;
	color:#333333;
	line-height:130%;
}

.borderline {
	background-image:url(image/parts/borderline.gif);
	background-position:center center;
	background-repeat:repeat-x;
	padding:10px 0px;
	clear:both;
}


/* ========== Body ======== */
#body {
	padding:5px;
	border:1px solid #eee;
	background-color:#FcFcFc;
}
#body form {
	padding:0px;
	margin:0px;
}
#body #login {
	font-size:11pt;
	width:200px;
	position : absolute;
	top : 30%;
	left : 50%;
    margin-left:-100px;
	background-color:#f0f0f0;
	background-image:url(/ms_system/image/login/bg.jpg);
	background-position:center;
	border:3px solid #ddd;
	padding:10px;
	text-align:center;
}
#body #login form {
	padding:0px;
	margin:0px;
}
#body #login form input {
	width:180px;
	border-width:1px;
	margin:5px 0px;
	padding:2px;
}
#body #login .alert {
	background-color:#FFC2C5;
	border:1px inset #ddd;
	padding:5px;
	text-align:center;
}
#body #login .login_title{
	background-color:#E5F4FF;
	border:1px dotted #999;
	padding:5px;
	text-align:center;
}
#body #lastupdate {
	font-size:8pt;
	color:#666;
	margin:0px 2px 4px 0px;
	text-align:right;
}

/* ========== Header ======== */
#header #title {
	font-size:14pt;
	font-weight:bold;
	letter-spacing:.1em;
	padding:5px 5px 5px 10px;
	background-color:#E5F4FF;
	background-image:url(image/header/title_bg.gif);
	background-position:left center;
	border:1px solid #adF;
	border-bottom-color:#8bf;
	border-bottom-width:4px;
	margin-bottom:4px;
}


/* ========== link Buttons ======== */
#linkButtons {
	padding:3px;
	background-color:#F0F0F0;
	border:1px inset #ddd;
	background-image:url(/ms_system/image/login/bg.jpg);
	background-position:center;
}
#linkButtons #logout {
	float:right;
	border:2px solid #777;
	background-color:#FFFFFF;
	height:100%;
	margin:2px;
}
#linkButtons #logout a {
	display:block;
	padding:4px;
	text-decoration:none;
	color:#333333;
}
#linkButtons form {
	display:inline;
	padding:0px;
	margin:0px;
}
#linkButtons form input {
	padding:5px 0px;
	font-size:9pt;
	border-width:1px;
}

#linkButtons form .company_btn { background-color:#CCFFFF; }

#linkButtons form .bukken_btn,
a.bukken_edit { background-color:#CCFFCC; }

#linkButtons form .room_btn,
a.room_reg,
a.room_list { background-color:#FFCCCC; }

a.town_reg,
#linkButtons form .town_btn { background-color:#EEBBFF; }

/* ========== Body / Section ======== */

#body .section, /* General Size */
#body .section_small, /* Small Size */
#body .section_submit  {
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	background-color:#FFFFF3;
	padding:5px;
	margin-bottom:8px;
	height:100%;
}

#body .section { clear:both; }
#body .section_small {
	float:left;
	margin-right:8px;
}
#body .section .section_title,
#body .section_small .section_title,
#body .section .section_title_gray {
	color:#000;
	font-weight:bold;
	padding:2px 5px;
	margin-bottom:4px;
	background-color:#Fdb;
	border-bottom:1px solid #fc6;
	border-left:3px solid #fa5;
}

#body .section .section_small {
	border:1px solid #d0d0d0;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
}

#body .section .section_small .section_title {
	color:#000;
	font-weight:normal;
	padding:2px 5px;
	margin-bottom:4px;
	background-color:#f3f3f3;
	border-bottom:1px solid #ddd;
	border-left:3px solid #999;
}

#body .section .section_small .item label input {
	margin-left: 10px;
}

#body .section .scrollTable,
#body .section_small .scrollTable {
	height:200px;
	overflow:auto;
}
#body .section_submit {
	clear:both;
	border-top-width:4px;
	background-color:#F0F0F0;
	text-align:center;
}
#body .section .item,
#body .section_small .item {
	float:left;
	text-align:right;
	padding:4px 10px 4px 4px;
	white-space:nowrap;
	margin:2px;
	border-bottom:1px solid #FFFFF3;
	border:1px solid #e9e9e9;
}
#body .section .item:hover,
#body .section_small .item:hover {
	background-color:#Fee;
	border-color:#Fdd;
}

#body .section .item .fixedFieldVar,
#body .section_small .item .fixedFieldVar {
	color:#000;
	font-weight:bold;
	border:1px solid #ddd;
	background-color:#f9f9f9;
	padding:2px 4px;
}

#body .section .section_title a.searchDisp {
	font-weight:normal;
	font-size:8pt;
}

#body .section .section_title a.searchDisp,
#body .section .item a.taxCal,
#body .section_small .item a.taxCal {
	text-decoration:none;
	color:#000000;
	border:2px outset #ddd;
	background-color:#d6d6d6;
	padding:2px 4px;
	margin:2px;
}
#body .section .section_title a.searchDisp:hover,
#body .section .item a.taxCal:hover,
#body .section_small .item a.taxCal:hover {
	background-color:#555;
	color:#EEE;
}

#body .section_small .school_area {
	clear:both;
	padding:10px 0px 0px 5px;
	color:#000;
	font-weight:bold;
}


/* =========== Body / bukken_list ========== */
#body .section #bukken_list tr:hover,
#body .section #town_list tr:hover {
	background-color:#Fee;
}

a.bukken_edit,
a.room_reg,
a.room_list,
a.town_reg {
	border:1px outset #ddd;
	padding:2px 4px;
	color:#222;
}


/* ================ For Select Use ================ */
.width_1 { width:20px; }
.width_2 { width:40px; }
.width_3 { width:60px; }
.width_4 { width:120px; }
.width_5 { width:240px; }
.width_6 { width:400px; }
/* ================ / For Select Use ================ */
