@charset "UTF-8";
/* CSS Document */

body{
	color: #333333;
	text-align: center;
	font-size: 16px;
	background: #fff url(/common/sp/menshealth/images/v1/page-bg.gif) ;
	}

/*
===== Wrapper ===========================
*/
div#wrapper{
	width: 100%;
	min-width:1000px;
	margin: 0 auto;
	background:url(/common/sp/menshealth/images/v1/header-bg.jpg) repeat-x;
}
/*
===== Header ===========================
*/
div#header{
	width:1000px;
	height:93px;
	margin: 0 auto;
	position:relative;
	}
	/*
===== GlovalNavi ===========================
*/
div#gnav{
	width:1000px;
	height:51px;
	margin: 0 auto;
	}

/*
===== Main ===========================
*/
div#Main{
	width: 1000px;
	margin: 0 auto;
	padding:20px 0 50px;
	}

/*
===== main-column ======================================
*/
div#main-column{
	width: 670px;
	}
	
/*
===== navi ======================================
*/
div#sub-column{
	width: 300px;
	float: right;
}

/*
===== Footer ===========================
*/
div#footer{
	background:#fff;
	width: 100%;
	min-width:1000px;
	margin: 0 auto;
	line-height: 1em;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
