/* css定義パート(共通)
=================================== */

a:link {
	text-decoration: none;
	color: #0066CC;
}

a:visited {
	text-decoration: none;
	color: #99CCFF;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0066cc;
	font-size: 12px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style1 {
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 24px;
	font-weight: bold;
	color: #CCFCD0;
}
.style3 {font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 18px;
	font-weight: bold;
	color: #4488FF; 
}
.style4 {
	color: #004D05;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
}
.style5 {
	color: #004D05;
	font-size: 12px;
}
.style6 {
	color: #ccff66;
	font-size: 12px;
}
.style7 {
	color: #004D05;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.style8 {
	color: #D6F9F6
}

#ID ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#ID li { 
padding :0; 
margin:0; 
}
#ID a {
background-image:url(/img/button1.gif); 
text-decoration:none;
background-repeat:no-repeat;
padding-left:15px; 
font-size:x-small;
color:#557; 
width:8em;
margin:1px 0px;
height:1.5em;
}
#ID a:hover {
background-image:url(/img/button1.gif);
text-decoration:none;
background-repeat:no-repeat; 
font-size:x-small; 
color:#557;
width:120px; 
margin:1px 0px;
padding-left:15px;
height:1.5em;
}
