@charset "utf-8";
/* CSS Document */

div#mailmaga {
	background: #6c2c2f;
	padding:30px;
	
	
	
	}
	
div#mailmaga_inner {
	background: #ffffff;
	padding:30px;
	
	
	
	}	
	
div#mailmaga_inner p{
	line-height:1.5;
}

div#mailmaga_inner h2{
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	}	

	
div#mailmaga_inner h3{
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	}	

div#mailmaga_inner p.storong{
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
	color:#F30;
	}	

div#mailmaga_inner p.red{
	color:#F30;
	}

.link a {
	width: 770px;
	height: 68px;
	display: block;
	overflow: hidden;
	background: url(images/button.png) no-repeat top center;
	text-indent: -9999px;
	margin: 20px auto;
	text-align: center;
}

.link a:hover {
	background: url(images/button.png) no-repeat bottom center;
