@charset "euc-jp";

/* リンク色の設定 */
a {
  color: #0000CC;
}
a:visited {
  color: #000066;
}
a:hover {
  color: #FF6600;
}

/* 基本的な設定 */
body {
  font-size: 14px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  background-image: url(../images/bg-header.jpg);
  background-repeat: repeat-x;
  color: #333333;
}

br {
  font-size: 14px;
}

form, textarea, input, select {
  margin: 0px;
  padding: 0px;
}

table.main {
  width: 99%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0px auto;
}

table.noborder td {
  border: none;
  padding: 0px;
}

table.login {
  width: 1px;
}

td, th {
  white-space: nowrap;
  border: 1px solid #3366CC;
  padding: 4px 4px;
}

th {
  background-color: #BFE9FF;
  padding: 4px 10px;
}

#headerLeft {
  height: 91px;
  float: left;
  width: 380px;
}

#headerRight {
  float: right;
  font-size: 12px;
  line-height: 100%;
  padding-right: 5px;
  height: 21px;
}

.title {
  background-image: url(../images/bg-title-body.jpg);
  background-repeat: repeat-x;
  height: 36px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.titleLeft {
  background-image: url(../images/bg-title-left.jpg);
  background-repeat: no-repeat;
  height: 36px;
}

.titleRight {
  background-image: url(../images/bg-title-right.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  height: 28px;
  padding-top: 8px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  color: #333333;
  margin-bottom: 7px;
}

.new {
  background-color: #EBEBEB;
}

.selected {
  background-color: #ECFFC8;
}


/* overDiv */

div#overDiv td, div#overDiv th {
  border: none;
}


/* 文字の大きさと行の高さ */
.str10px-12px {
  font-size: 10px;
  line-height: 12px;
}
.str12px-16px {
  font-size: 12px;
  line-height: 16px;
}
.str14px-16px {
  font-size: 14px;
  line-height: 16px;
}
.str10px-16px {
  font-size: 10px;
  line-height: 16px;
}
.str16px-16px {
  font-size: 16px;
  line-height: 16px;
}
.str12px-12px {
  font-size: 12px;
  line-height: 12px;
}

/* 必須入力項目 */
input.required {
  background-color: #FFFFE1;
}
select.required {
  background-color: #FFFFE1;
}
textarea.required {
  background-color: #FFFFE1;
}
th.required:after {
	content: " *";
	color: #FF0000;
}

/* その他 */
.attention {
  color: red;
  font-size: 10px;
  line-height: 16px;
}
