@charset "shift_jis";
/* CSS Document 2017.08.29 */

/*--------------------基本的な設定--------------------*/

/* 表内セル中の見出し項目  <div id="midasi01"> */
#midasi01 {
	/* background-image: url(../img/main_h2.gif); */
	background-image: url(./main_h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
	color: #099;
}




/*オレンジ文字列① id=*/
#orange_string {
  font-size:100%;
  color: #ff8c00;
}

/*オレンジ文字列② class=*/
.orange_string {
  font-size:100%;
  color: #ff8c00;
}

/*リストのインデントは2文字*/
ul {
 list-style-image: url(../img/bullet_orange.gif);
 margin: 0 0 0 2em;
 padding: 0;
 }

/* ---------- body ---------- */
body {
	/* background-image: url(../img/bg.gif);*/
	text-align: left;
	/* background-repeat: repeat-x; */
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px;
	padding: 10px 20px 10px;
}


td, th {
	font-size:10pt;
	padding: 10px 10px;
	background-color:whitesmoke;
}

table{
	border-collapse:collapse;
}


h1 {
	color:slategray;
	font-size:14pt;
	background-color:#ccffff;
	margin: 0px;
	padding: 5px;
}

h2 {
	color:slategray;
	font-size:10pt;
	background-color:whitesmoke;
	margin: 0px;
	padding: 5px;
}


h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px solid #EAEAEA;
}
/*--------------------基本的な設定ここまで--------------------*/

