@charset "utf-8";
/* CSS Document */
.contents p a{
	color:#09F;
	text-decoration:underline;
	}

.contents p a:hover{
	color:#F30;
	text-decoration:none;
	}

#background h5{
	font-size:140%;
	}
	
.margin_left{
	margin:20px;
	line-height:1.8em;
	}
	
@media screen and (max-width: 480px) {
.margin_left{
	margin:0;
	}
		
}
	




