/* CSS Document */
div.tit_font1{
	font-size:14pt;
	font-weight:bold;
	color:#333333;
	margin-top:30pt;
	margin-left:5pt;
}
div.tit_font2{
	font-size:14pt;
	font-weight:bold;
	color:#CCCCCC;
	margin-top:-20pt;
	margin-left:0pt;
}

/* uandd01 - Start */
div.t_uandd_01{/*タイトルの設定*/
  font-size: 16px;/*文字サイズ*/
  font-weight: bold;
  font-family: monospace;
  margin: 1.5em 15% 0.7em 15px;/*余白。15%が右の余白です*/
  border-bottom: solid 1px #0099CC;/*下線の色*/
  }
div.t_uandd_01 span.up{/*上がる文字*/
  color: #FFFFFF;/*文字色*/
  background-color: #0099CC;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: solid 1px #0099CC;/*背景色と同じに*/
  }
div.t_uandd_01 span.down{/*下がる文字*/
  color: #0099CC;/*文字色*/
  background-color: #FFFFFF;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: solid 1px #0099CC;/*背景色と同じに*/
  position: relative;
  top: 0.3em;/*下がる程度*/
  z-index: 1;
  }
div.t_uandd_02{/*文章枠*/
  font-size: 14px;/*文字サイズ*/
  margin: -10px 15% 1em 15px;/*ここの-10pxは、合うように適宜変更を…*/
  padding: 15px 0.4em 0.6em 0.4em;/*枠内余白*/
  border: solid 1px #0099CC;/*枠色*/
  }
/* uandd01 - End */

/* box01 - Start */
.t_box_01{
  width: 760px;/*全体の幅*/
  font-size: 12px;/*文字サイズ*/
  }
.t_box_01 dt{/*タイトル部分の設定*/
  color: #FFFFFF;/*文字色*/
  background-color: #6A6A6C;/*背景色*/
  font-family: Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 230px;/*タイトルの幅*/
  padding: 2px 1em 2px 1.5em;
  background-image: url("images/024_gray.gif");
  background-repeat: no-repeat;
  }
.t_box_01 dd{/*内容部分*/
  color: #313132;/*文字色*/
  margin: 0;
  padding: 0;
  border: solid 1px #6A6A6E;/*枠色*/
  }
.t_box_01 dd .txt_01{
  padding: 1.2em 0.9em;/*テキスト部分の余白*/
  border-top: solid 4px #DADADC;
  border-bottom: solid 4px #DADADC;
  }
/* box01 - End */

/* box02 - Start */
.t_box_02t{
  width: 300px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #868689;/*外周枠の色*/
  background-color: #E9E9EC;/*枠の背景色*/
  padding-top: 4px;
  }
.t_box_02b{
  text-align: left;
  border: dashed 1px #ACACAE;
  padding: 1em;
  margin: 4px;
  background-color: #FBFBFC;/*文章部分の背景色*/
  }
/* box02 - End */

/* table01 - Start */
.tbl_01{/*全体枠*/
  width: 720px;/*全体の幅*/
  border-left: solid 4px #288828;/*枠色*/
  border-bottom: solid 1px #288828;
  }
.tbl_01_tit{/*タイトル部分*/
  width: 100%;
  font-size:14px;
  font-weight:bold;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #288828;/*背景色*/
  padding: 3px 1em 3px 0.7em;
  border-left: solid 3px #DAEFE1;
  filter: alpha(opacity=100,finishopacity=10,style=1);
  }
.tbl_01_txt{/*内容部分*/
  font-size: 9pt;/*文字サイズ*/
  color: #151515;/*文字色*/
  padding: 0.7em;
  border-top: solid 1px #288828;/*枠色*/
  border-right: solid 1px #F5FFF5;
  border-left: solid 3px #DAEFE1;
  }
/* table01 - End */

/*******************************************/
/* title01 - Start */
div.tit_01{
	font-size:14px;
	font-weight:bold;
	padding:3px 5px;
	border-color:#0099CC;
	border-width:0 0 1px 7px;
	border-style:solid;
	background:#EEF6FF;
}
/* title01 - End */
/* title02 - Start */
div.tit_02{
	padding:3px 5px;
	border-color:#009900;
	border-width:0 0 1px 7px;
	border-style:solid;
	background:#F0FFF0;
	font-size:14px;
	font-weight:bold;
}
/* title02 - End */
/* title03 - Start */
div.tit_03{
	padding:5px;
	border-color:#FF6699;
	border-width:1px;
	border-style:dashed;
	width:375px;
}
/* title03 - End */
/* title04 - Start */
div.tit_04{
	padding:5px;
	background:#FFEEF7;
	width:350px;
	border-color:#FF9999;
	border-width:0 0 0 3px;
	border-style:solid;
}
/* title04 - End */
/* title05 - Start */
div.tit_05{
	padding:5px;
	border-color:#FF9900;
	border-width:1px;
	border-style:dashed;
	width:375px;
}
/* title05 - End */
/* title06 - Start */
div.tit_06{
	padding:5px;
	background:#FEEAC5;
	width:350px;
	border-color:#FF9933;
	border-width:0 0 0 3px;
	border-style:solid;
}
/* title06 - End */
