@charset "shift_jis";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	site : WOODNET
	name : mailmagazine.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@import "/css/fonts.css";
@import "/css/common.css";
@import "/css/navi.css";
@import "/css/header.css";
@import "/css/main.css";
@import "/css/sub.css";
@import "/css/footer.css";

/* override styles for email */
body {
	background-position: 0 -35px;
}
#header{
	width: 740px;
	height: 80px !important;
	margin-bottom: 0px;
	background: url(../images/header_bg.gif) 0 -35px no-repeat;
}
#container {
	width: 740px;
	margin: 0 auto;
	background: url(/images/content_bg.gif) 0 0 repeat-y;
}
#content{
	width: 720px;
	padding: 0 9px;
}
#main #newsDetail{
	margin-bottom: 0;
}
#main #newsDetail p {
	width: 100%;
}
#main .itemList dl.itemData{
	width: 134px !important;
	width: 136px; /* for IE6 */
}
#main .meshOuter{
	width: 710px !important;
	width: 720px; /* for IE6 */
}
#footer{
	margin-top: 15px;
}
#footer #footerBottom {
	width: 100%;
	text-align: center;
}

