/*** タグ・共通 ***/
* {
  padding: 0px;
  margin: 0px;
}

body {
  background: #fff url('/images/body_bg.gif');
  text-align: center;
  font-size: 0.75em;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  color: #333;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 5px;
  vertical-align: top;
}

p, th, td, dt, dd, li {
  line-height: 1.6em;
}

a {
  color: #006400;
}

img {
  border: none;
}

/*** 共通属性 ***/
input.input-text, select.input-text, textarea.input-text, .text-input select {
  border: 1px solid #ccc;
  font-family: 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  padding: 1px;
  margin: 2px 0px;
}

textarea.input-text {
  height: 100px;
}

textarea.h_500 {
  height: 500px;
}

.f_15, .w_15 {
  width: 15px;
}

.f_20, .w_20 {
  width: 20px;
}

.f_40, .w_40 {
  width: 40px;
}

.f_50, .w_50 {
  width: 50px;
}

.f_75, .w_75 {
  width: 75px;
}

.f_100, .w_100 {
  width: 100px;
}

.f_120, .w_120 {
  width: 120px;
}

.f_130, .w_130 {
  width: 130px;
}

.f_150, .w_150 {
  width: 150px;
}

.f_180, .w_180 {
  width: 180px;
}

.f_200, .w_200 {
  width: 200px;
}


.f_250, .w_250 {
  width: 250px;
}

.f_350, .w_350 {
  width: 350px;
}

.f_535, .w_535 {
  width: 535px;
}

.note {
  font-size: 0.9em;
  color: #666;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.m_top5 {
  margin-top: 5px;
}

.m_top10 {
  margin-top: 10px;
}

.m_top15 {
  margin-top: 15px;
}

.m_top20 {
  margin-top: 20px;
}

.m_bot10 {
  margin-bottom: 10px;
}

.p_left10 {
  padding-left: 10px;
}

.p_left15 {
  padding-left: 15px;
}

.p_left20 {
  padding-left: 20px;
}

.f_right {
  float: right;
}

.indent {
  text-indent: 10px;
}

.bold {
  font-weight: bold;
}

#right_contents .error_list, #onecol .error_list {
  list-style: none;
  list-style-position: outside;
  color: red;
}

ul.checkbox_list {
  list-style: none;
}

.require {
  color: red;
}

.border {
  border: 1px solid #ccc;
}

.border th, .border td {
  border: 1px solid #ccc;
}

.w_520 {
  width: 520px;
}

.even {
  background: #eee;
}

.gray {
  color: #999;
}

h5 {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}