@charset "UTF-8";

body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:1.0;
}

ul.message {
    margin: 5px 2px;
}

p{
	white-space: nowrap;
	margin:2px;
	padding:2px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}


.left {
    text-align: left;
}

.right {
    text-align: right;
}

.box {
    border: thin solid #7694C8;
}

.label {
    background-color: #ffffcc;
}

.display {
    display: inline;
}

.notdisplay {
    display: none;
}

p.attention {
	margin: 0 0 5px 5px;
	padding: 0;
	font-size: 85%;
}
.must {
	color: #FF0000;
}

.info {
	margin: 4px 3px;
	padding:0 0 0 0;
	color: #0000AF;
	font-weight: bold;
	white-space: nowrap;
}
.error {
	margin: 4px 3px;
	color: #FF0000;
	font-weight: bold;
	white-space: nowrap;
}

/* #header */
#header {
	width: 980px;
	height:43px;
	border-bottom: 2px solid #666666;
	margin-bottom:5px;
	/*background-image:url(../img/logo.gif);*/
	background-repeat:no-repeat;
	background-position: 15px center;
}
#header ul {
	padding-top:1px;
}
#header ul li{
	padding-top:7px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:right;
	/*border:1px solid black;*/
}
#header ul li ul li{
	display: inline-block;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:0px;
}

#header a {
	color: #000000;
    background:url(../img/icon_h_navi.gif) no-repeat 0 4px;
	padding:1px 0 4px 14px;
	text-decoration: none;
	margin-left:10px;
}
#header a:hover {
	text-decoration:underline;
}


/* #footer */
#footer {
	width:980px;
	height:28px;
	border-top: 2px solid #666666;
}

#footer p{
	float:right;
	font-size: 10px;
	text-align:right;
	padding:5px;	
}
div.guide {padding:10px}
div.guide a{padding-right:30px;white-space:nowrap;font-size:10pt;font-weight:bold;}

/* メニュー */

#menu1 {
	width:980px;
	height:33px;
	margin-bottom: 2px;
}

#menu1 ul {
	margin-left:10px;
	height:30px;
	border-bottom:3px solid #0151C0;
}

#menu1 ul li {
	background:url(../img/bg_tab.gif);
	width:189px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	float:left;
	display:inline;
	letter-spacing:2px;
	font-size: 13px;
}

#menu1 ul li.on {
	background:url(../img/bg_tab_on.jpg);
	font-size:125%;
	font-weight: bold;
}

#menu1 ul li a {
	width:189px;
	height:30px;
	display:block;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
}


#menu2 {
	width:980px;
/*	height:28px; */
	margin-bottom: 2px;
}

#menu2 ul {
	margin-left:10px;
/*	height:28px; */
	background: url(../img/bg_menu_ul.gif) repeat-x;
}

#menu2 ul li {
	width: 159px;
	height:28px; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:1px;
}

#menu2 ul li a {
	width: 159px;
	height:28px; 
	line-height: 28px;
	display: block;
	color: #000000;
	background-image:url(../img/bg_menu_default.jpg);
	text-decoration: none;
	text-align: center;
}

#menu2 ul li.on a {
	color:#FFFFFF;
	background-image:url(../img/bg_menu_default_on.jpg);
}

#contents {
	clear:both;
	margin-left:10px;
	padding-bottom: 25px;
	min-height:603px;
	_height:603px;
}

/* タイトル */
div.h1_l {
	width:970px;
	height: 40px;
	background: url(../img/h1_l_bg.jpg) no-repeat left top;
}
div.h1_r {
	background: url(../img/h1_r_bg.jpg) no-repeat right top;
	padding-left:5px;
}
h1 {
	height: 39px;
	line-height: 35px;
	font-size: 120%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:2px;
	padding-left:15px;
	white-space: nowrap;
	background: url(../img/h1_in_bg.jpg) repeat-x;
}

h2 {
	/*clear: both;*/
	height: 16px;
	font-size: 120%;
	margin-top: 2px;
	padding: 0 0 0 20px;
	background: url(../img/pin_cube.gif) no-repeat;
	border-bottom: 1px solid #333333;
	white-space: nowrap;
	margin-bottom:2px;
	max-width:950px;
	_width:950px;
}
h3 {
	white-space: nowrap;
	margin-left:5px;
}

body.login {
	margin: 0 0 0 0;
	background: #E2E2FB;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#login_box, #changePassword_box {
	background: #FFFFFF;
	width: 540px;
	border: 3px solid #CCCCCC;
	margin: 75px auto 25px auto;
	padding: 75px 0px 15px 0px;
	text-align: center;
	background-color: #FFFFFF;
/*	background-image:url(../img/leopalace_logo.png); */
	background-repeat:no-repeat;
	background-position: center 8%;
}

#login_box table, #changePassword_box table {
	margin-top: 5px;
	border-top:1px solid #848484;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#login_box table th, #changePassword_box table th  {
	font-size:14px;
	height:34px;
	border-bottom:1px solid #848484;
	border-right:1px dotted #848484;
	text-align:right;
	padding:0 20px 0 30px;
}
#login_box table td {
	height:34px;
	border-bottom:1px solid #848484;
	padding:0 25px 0 15px;
}
#login_box table td input {
	width:200px;
	ime-mode:disabled;
}

#changePassword_box table th  {
	font-size:14px;
	height:34px;
	border-bottom:1px solid #848484;
	border-right:1px dotted #848484;
	text-align:left;
	padding:0 20px 0 30px;
}
#changePassword_box table td {
	height:34px;
	border-bottom:1px solid #848484;
	padding:0 25px 0 15px;
}
#changePassword_box table td input {
	width:200px;
}
#changePassword_box div#box_title {
	font-size:14px;
	padding: 15px 0px 15px 0px;
	font-weight:bold;	
}

form.loginbox {
	margin:0;
	padding: 0;
}

/*
 * システムエラー画面要素
 */
#system-error {
	width:980px;
	padding-top:80px;
	padding-bottom:80px;
	font-size: 16px;
	line-height:32px;
	text-align:center;
}
#system-error li.link {
	margin:50px;
	font-weight: bold;
}
#system-error a {
	color:#333333;
}
#system-error a:hover {
	text-decoration:none;
	color:#333333;
}


/*
 * ボタンエリア
 */
.button-area {
	padding:0 5px 0px 5px;
	width:960px;
}
.button-area table{
	width:100%
}
.button-area table tr td{
}
.button-area table tr td input.center{
	float:left;
	margin:0px 30px;
}
.button-area table tr td input.left{
	float:left;
	margin-right: 30px;
}
.button-area table tr td input.right{
	float:right;
}

/* .button */
td.button input{
	min-width:80px;
	margin-right:10px;
}

/* .search */
.search_condition, .doc_attrs{
	padding:0 2px 1px 2px;
	width:960px
}
.about_or {
	margin:2px 0 0 140px;
	white-space: nowrap;
	font-size: 80%;
	line-height:10px;
	height:10px; 
}

table.search, table.doc_attrs{
	border-collapse: collapse;
}
.search th, .attr th{
	/*width: 100px;*/
	padding: 1px 1px 1px 20px;
	text-align: left;
	background: #EFEFEF;
	height:20px;
	white-space: nowrap;
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.search td, .attr td {
	padding: 1px;
	background: #EFEFEF;
	height:25px;
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.search td.button {
	padding: 1px;
	background: url(../img/bg_button.gif);
	text-align: center;
}



/* .order */
.order_detail {
	padding:0 2px 20px 2px;
	width:960px
}

table.order {
	border-collapse: collapse;
}
table.composite {
	width:100%
}

table.composite table{
	width:100%
}

.order th {
/*	width: 120px; */
	padding: 0 5px 0 25px;
	text-align: left;
	background: #EFEFEF;
	height:25px;
	line-height:1.2;
	white-space: nowrap;
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.order td {
	padding: 0px 15px; 
	background: #EFEFEF;
	line-height:1.2;
	/*white-space: nowrap;*/
	height:25px; 
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.order td input {
	margin:0;
}
.order td input.tbox {
	margin:1px 0;
	width:70%;
}
.order td.button {
	padding: 3px;
	background: url(../img/bg_button.gif);
	text-align: center;
}

/* .list */
.search_result {
	padding:0 2px 20px 2px;
	width:960px;
}
table.list {
	border-collapse: collapse;
/*	width:100%; */
}
.list th {
	padding: 3px 6px 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #EFEFEF;
	height:24px;
	white-space: nowrap;
}
.list td {
	padding: 3px 6px 0px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFCC;
	height:24px;
	white-space: nowrap;
}
.list td a {
	color:#333333;
	display: block;
	margin-top:4px;
	margin-bottom:7px;
}
.list td a:hover {
	text-decoration:none;
	color:#FF0000;
}
.list tr.odd td {
	background: #EFEFEF;
}

.list th a {
	margin: 0;
	color: #000000;
	text-align: center;
	display: block;
/*	text-decoration:none; */
}
.list th a:hover {
	text-decoration:underline;
	color:#666666;
}

/* ソート */
a.asc {
	padding-right: 13px;
	background:url(../img/sort_asc.gif) no-repeat right top;
}

a.desc {
	padding-right: 13px;
	background:url(../img/sort_desc.gif) no-repeat right top;
}

/* paging */
.paging {
	margin-top:10px;
	margin-bottom:10px;
}
.paging li{float:left}
.paging .total{margin-right:100px}
.paging .len{margin-right:10px}
.paging .page{margin-right:10px}
.paging label, .paging a{display: block}
.page_navi01, .page_navi02, .page_navi03, .page_navi04 {
	margin-left:5px;
	margin-right:5px;
	color:#999999;
	text-decoration:none;
}
.page_navi01 {
	background:url(../img/page_navi01.gif) no-repeat left 1px;
	padding:0 0 0 15px;
}
.page_navi02 {
	background:url(../img/page_navi02.gif) no-repeat left 1px;
	padding:0 0 0 12px;
}
.page_navi03 {
	background:url(../img/page_navi03.gif) no-repeat right 1px;
	padding:0 12px 0 0;
}
.page_navi04 {
	background:url(../img/page_navi04.gif) no-repeat right 1px;
	padding:0 15px 0 0;
}
.paging a {
	color:black;
	text-decoration:underline;
}
.paging a:hover {
	color:red;
	text-decoration:none;
}

/* ime */
.numberInput, .dateInput {ime-mode:disabled;}

/* datepicker */
#ui-datepicker-div{font-size: 0.9em}

td.icon-user, td.icon-group {
  background-repeat:no-repeat;
  background-position: 5% center;
  text-align:left;
  text-indent:2em;
}
td.icon {text-align:left; padding-left:5px;}
td.icon-group {	background-image:url(../img/group.png);}
td.icon-user  {	background-image:url(../img/user.png);}
div.sign-column a{
  display:inline;
}
div.sign-column {}
div.sign-column label{vertical-align:-10%;}
div.sign-column img{vertical-align:middle;margin-left:5px;margin-right:5px;}
div.sign-column a{}

/* アパート利用規則リンク */
.apUsePolicy a {
	color: #000000;
    background:url(../img/icon_h_navi.gif) no-repeat 0 4px;
	padding:1px 0 0 14px;
	text-decoration: none;
	margin-left:10px;
}
.apUsePolicy a:hover {
	text-decoration:underline;
}

