@charset "UTF-8";


/* mailMagazine
=============================================================== */
body#mailMagazine{
	background:#3388BB;
}

body#mailMagazine div#wrapper{
	margin:45px auto 0 auto;
	width:620px;
	border:none;
}

body#mailMagazine div#wrapper div#wrapperInner{
	width:620px;
	background:url(/mailmagazine/images/bg_middle.png) repeat-y left top;
}

body#mailMagazine div#header{
	margin:0;
	width:620px;
	height:24px;
	background:url(/mailmagazine/images/bg_header.png) no-repeat left top;
}

body#mailMagazine div#header h1{
	text-indent:-9999px;
}

body#mailMagazine div#container{
	margin:0 auto;
	width:500px;
	display:block;
	/*position:static;*/
	background:none;
}

body#mailMagazine div#footer{
	margin:0 auto;
	padding:50px 0 30px 0;
	width:620px;
	min-height:20px;
	background:url(/mailmagazine/images/bg_footer.png) no-repeat left top;
}

body#mailMagazine div#footer p{
	text-align:center;
}


/* magazineTitle
=============================================================== */
h2#magazineTitle{
	margin:0 auto 30px auto;
	padding:0 0 6px 0;
	width:500px;
	border-bottom:solid #CCCCCC 1px;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	line-height:1.2;
}

h2#magazineTitle span.star{
	color:#003366;
}

div#container div.image,
div#container p{
	margin:30px 0;
}

div#container div.image{
	text-align:center;
}

div#container p{
	color:#333333;
	font-size:10pt;
	line-height:1.5;
}