/* まとめたぞ氏のシートの、要素名だけ小文字に直しました */
/*--HTML--*/
body{
	margin-top : 0% ;
	margin-bottom : 1%;
	margin-right : 0%;
	margin-left : 0%;
	font-size : 100%;
	color : #3c3c3c;
	font-family: Verdana, Geneva, Arial,sans-serif;
	background : #fefefe ;
}
img{
  border-width : 0px;
}
p{
  color : #3c3c3c;
  line-height : 140%;
  font-size : 90%;
  background-color : transparent;
  margin-left : 8%;
  margin-right : 3%;
}
h1{
  margin-left : 2%;
  text-align : left;
  background-color : transparent;
}
h2{
  font-size : 125%;
  font-weight : 600;
  margin-left : 4%;
  margin-right : 4%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3C3C3C;
}
h3{
  color : #3c3c3c;
  font-size : 120%;
  font-weight : 500;
  margin-left : 5%;
  margin-right : 5%;
  background-color : transparent;
}
h4{
  font-weight : 500;
  color : #3c3c3c;
  font-size : 115%;
  margin-left : 6%;
  margin-right : 6%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-top-width : 1px;
  border-top-style : solid;
  background-color : transparent;
}
h5{
  font-size : 105%;
  font-weight : 500;
  margin-left : 6%;
  margin-right : 6%;
  background-color : transparent;
  border-bottom : 1px dotted;
}
a:LINK{
  color : #3c3c3c;
  background-color : transparent;
}
a:VISITED{
  color : #3c3c3c;
  background-color : transparent;
}
a:HOVER{
	color :#3c3c3c ;
	text-decoration : none;
	background : #E9E9E9;
}
a:ACTIVE{
  color : #3c3c3c;
  text-decoration : none;
  background : transparent;
}
li{
  list-style-position : outside;
  line-height : 130%;
  margin-left : 7%;
  margin-right : 3%;
}
ol{
  font-size : 90%;
  list-style-type : decimal;
  margin-left : 7%;
  margin-right : 3%;
  line-height : 130%;
}
ul{
  font-size : 90%;
  margin-left : 7%;
  margin-right : 0%;
  line-height : 130%;
}
dd{
  font-size : 90%;
  line-height : 130%;
  margin-left : 11%;
  margin-right : 3%;
}
dt{
  font-size : 90%;
  line-height : 200%;
  font-weight : 600;
  margin-left : 7%;
  margin-right : 3%;
}
address{
  font-size : 80%;
  margin-left : 11%;
}
/*--HTMLここまで--*/
