/*-----------------------------------基本設定-----------------------------------*/
*{
	margin:0px;
	padding:0px;
	border: 0px;
font-size: 100%;
font-family:'メイリオ',Meiryo, 'Trebuchet MS', Verdana, sans-serif;
    color:#333333;
}

html{
height:100%;
margin-bottom:1px;
}

html{
height:100%;
margin-bottom:1px;
}


body{
font-size: 75%;
background-color: #EDFF62 ;
color:#333333;
font-family:'メイリオ',Meiryo, 'Trebuchet MS', Verdana, sans-serif;
margin: 0px auto;
text-align:center;
padding-top:20px;
}


a{text-decoration: none;　
color: #FFFF00;
}
a:link{
	color: #FF4800;}
a:visited{
	color: #FF4800;}
a:hover{
	text-decoration: underline;
	color: #FFA800;
}

a.link2:link { color: #000000; text-decoration: underline;}
a.link2:visited { color: #000000; text-decoration: underline;}
a.link2:hover { color: #000000; text-decoration: underline;}

a.link3:link { color: #FF4800; text-decoration: underline;line-height:130%;}
a.link3:visited { color: #FF4800; text-decoration: underline;line-height:130%;}
a.link3:hover { color: #FFA800; text-decoration: underline;line-height:130%;}


.clearfix:after { content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden; } 

.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

