@charset "shift_jis";
/* CSS Document 2017.08.29 */
/*--------------------基本的な設定--------------------*/

/* 2017.09.01 \page01\user_report\001*/
a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #0CC;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #F90;
}
a:hover img {
	border:none;
	background:transparent;
}


/* 個人設定、見出し項目  <div id="midasi01"> */
#midasi01 {
	background-image: url(../img/main_h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
	color: #099;
}

/* 個人設定、見出し項目  <div id="midasi02"> */
#midasi02 {
	background-image: url(../img/main_h3.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
	color: #099;
}

/* 個人設定、見出し項目  <div id="midasi03"> 上の画像の拡大版 */
#midasi03 {
	background-image: url(../img/main_h4.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;
}
/*--------------------基本的な設定ここまで--------------------*/

