@charset "utf-8";

/* 未入力のアラートボックス */
.alertAll{
margin-bottom:15px;
padding:60px 10px 10px 10px;
color:#CC3300;
font-weight:bold;
background:url(../images/alert_text.gif) no-repeat #FFF0B2;
}

/* 未入力のアラートテキスト */
.alert{
background:url(../images/alert.gif) no-repeat #CC3300 0% 50%;
color:#FFFFFF;
font-weight:bold;
padding:0px 5px 0px 25px;
margin-bottom:2px;
}

/* 必須項目のセルにdivで入力 */
.hissu{
background:url(../images/hissu.gif) no-repeat 100% 50%;
padding-right:50px;
}

/* テキストボックスの高さ */
.textboxHeight{
height:20px;
}

/* 半角入力 */
.hankaku{
ime-mode:disabled;
}

/* 例示 */
.inputSample{
color:#CC3300;
}

/* ボタン周り */
.buttonArea{
text-align:center;
margin:20px 0px;
}

label {
cursor:pointer;
margin:0px;
}

input{margin-right:2px;
}

select{margin-right:2px;
}

.confirmButton{
width:215px;
height:42px;
margin:0px;
padding:0px;
background:url(../images/confirm_button.gif) no-repeat;
border:0px;
cursor:pointer;
}


/* ////////////////左検索画面//////////////////////////// */

form{
margin:0px;
padding:0px;
}

div#searchArea ul li{
list-style:none;
}


ul.searchList li{
float:left;
width:145px;
}

ul.levelList li{
float:left;
width:80px;
}

.clearButton{
width:92px;
height:42px;
margin:0px;
padding:0px;
background:url(../images/clear_button.gif) no-repeat;
border:0px;
cursor:pointer;
float:left;
}

.searchButton{
width:215px;
height:42px;
margin:0px;
padding:0px;
background:url(../images/search_button.gif) no-repeat;
border:0px;
cursor:pointer;
float:right;
}

/*for IE6 */  
* html .clearButton{
width:90px;
height:42px;
margin:0px;
margin-top:-2px;
padding:0px;
background:url(../images/clear_button.gif) no-repeat;
border:0px;
cursor:pointer;
float:left;
}

/*for IE6 */  
* html .searchButton{
width:213px;
height:42px;
margin:0px;
margin-top:-2px;
padding:0px;
background:url(../images/search_button.gif) no-repeat;
border:0px;
cursor:pointer;
float:right;
}

.editButton{
display:block;
width:92px;
height:42px;
margin:0px;
padding:0px;
background:url(../images/edit_button.gif) no-repeat;
border:0px;
cursor:pointer;
text-indent:-10000px;
}


.submitButton{
width:215px;
height:42px;
margin:0px;
padding:0px;
background:url(../images/submit_button.gif) no-repeat;
border:0px;
cursor:pointer;
text-align:center;
}
