@import url("import.css");

html,body {
_height: 100%;
}

html {
font-size: 0.9em;
background-image: none;
}

body {
background-image: none;
}

#idx-border {
position:absolute;
top:60%;
width: 100%;
height: 40%;
margin-top: -1px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
border-top: 1px solid #ccc;
background-color: #eee;
text-align:center;
}

#contents {
position:absolute;
top:50%;
left:50%;
width:700px;
_width:740px;
height:200px;
margin:-100px 0 0 -350px;
_margin:-100px 0 0 -370px;
padding:0px;
color:black;
text-align:center;
}

body > #contents {
height:auto;
min-height:220px;
}

.logo{
float: left;
margin-bottom: 20px;
}

.field{
float: left;
width: 200px;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
position: relative;
top: 15px;
left: 15px;
}

.input{
width: 200px;
border: 1px solid #cccccc;
background-color: #eeeeee;
}

.button{
float: left;
width: 200px;
position: relative;
top: 20px;
left: 25px;
}

.button input{
width: 190px;
padding: 5px;
border: 1px solid #006699;
background-image: url('../images/login_button_bg.gif');
background-repeat: repeat-x;
background-color: #003366;
color: #ffffff;
cursor: pointer;
}

.err{
margin-top: 10px;
font-size: 0.9em;
font-weight: bold;
color: #f00;
z-index: 0;
}
.attention-box {
width: 650px;
border:2px solid #CC0000;
padding:5px;
background-color:#FFECEC;
color:#CC0000;
margin-left:330px;
font-weight:bold;
}
