@charset "UTF-8";


body{
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}


h1{
	color: #4682b4;
	font-size: 150%;
	text-align: center;
}
	
h2{
	color: #0cb0e0;
	font-size: 120%;
	font-weight: 700;
}
	
h3{
	color: #0cb0e0;
	font-size: 100%;
	padding: 0em 2em 0em 2em; 
}
	
p{
	color: #000000;
	font-size: 80%;
	padding: 0em 3em 0em 3em; 
}

ul{
	color: #000000;
	font-size: 80%;
	padding: 0em 5em 0em 5em; 
}

footer{
	background: #c0c0c0;
	font-size: 100%;
}