@charset "utf-8";

/* =========================================================
Resetting the Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
/*ul, ol, li, dl, dt, dd,*/
table, th, td, img, form{
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}
textarea{ font-size: 100%; }
img{
  vertical-align: bottom;
}


ul, ol, li, dl, dt, dd{
}

dl{
  padding:10px;
}

.sem_tit
	{
	font-size:130%;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	color: #0099D9;
	border-left: 3px solid #0099D9;
	padding-left:7px;
	}

.sem_list
	{
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	}

dt, dd{
  line-height: 200%;
}


 dd{
padding-left: 10px;
padding-bottom: 10px;

margin-left: 10px;
}


/* =========================================================
Link Color
========================================================= */
a{
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}

/* =========================================================
body
========================================================= */
body{
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000000;
  font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: inherit !important;
    color: inherit !important;
}