/* @charset "UTF-8"; */

/* Left			##################################### */
div#left {
}
	div#main {
	}
		div#bar-main h3 {
			width: 270px;
			background: url("../mailmagazine/img/h3.gif") top left no-repeat;
		}
		div#main-left {
			float: left;
			margin-top: 25px;
			width: 510px;
		}
			div#main-left p {
				margin: 0 10px 0 20px;
			}
		div#main-right {
			float: right;
			margin-top: 25px;
			width: 240px;
		}
			div#box-mailmagazine{
				/*
				margin-top: 20px;
				*/
				margin-top: 0;
				padding: 5px 0 10px 0;
			}
			div#main-right ul {
				font-size: 11px;
				background: url("../img/border_c.gif") top left repeat-x;
			}
				div#main-right ul li {
					padding: 5px 0 5px 5px;
					display: block;
					background: url("../img/border_c.gif") bottom left repeat-x;
				}
				div#main-right ul li#bottom {
					background: none;
				}
					div#main-right ul li a {	
						display: block;
						padding-left: 15px;
						color: #777;
						background: url("../img/icon_arrow_mailmagazine.gif") top left no-repeat;
					}
					div#main-right ul li a:hover {
						color: #222;
					}