body {
  margin: 0px;
}
a:link {
  color: #0000FF;
}
a:visited {
  color: #0000FF;
}

a:hover{
  color: #FF00FF ;
}
a.abc:link {
	color: #006600;
}
a.abc:visited {
  color: #006600;
}
a.abc:hover {
	color: #FF00FF;
}

a:hover img{ /* 透過ロールオーバー用（他のタイプを使う場合は削除） */
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


/***
a.abc:link {
	color: #333333;
	text-decoration: none;
}
a.abc:VISITED{
	font-weight : normal;
	color : #333333;
	text-decoration: none;
}

a.abc:HOVER{
	color : #999999;
	text-decoration: none;
}
***/
UL{
	font-size : 16px;
	color : #333333;
	list-style-type : circle;
	line-height : 1.3em;
	letter-spacing : 0.1em;
	text-align: left;
	padding: 0px;
	margin-left: 80px;
}
H1{
  font-style : italic;
  color : #009900;
  margin-top : 90px;
  margin-left : 25px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.p-style1-index {
	font-size: 12px;
	color: #FF6600;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 16px;
}

.p-0{
  font-size : 18px;
  color : #008000;
  font-weight : normal;
  line-height : 1.3em;
  width : 500px;
  margin-top : 15px;
}
.p-01{
  font-size : 18px;
  font-weight : normal;
  color : #009900;
  margin-bottom : 50px;
}
.p-1 {
  font-size: 14px;
  text-align: center;
}
.p-1 SPAN {
  color: #FF9900;
}
STRONG{
  font-size : 18px;
  font-weight : normal;
}
.densha {
  font-size: 14px;
  line-height: 1.3em;
  border: 3px double #009900;
  background-color: #FFFFCC;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 400px;
}
