@charset "utf-8";
/*-------------------------------------------------
GROBAL RESET
-------------------------------------------------*/
.l-wrapper:after{
	content: none;
}
#magic_cont{
	color:#000000;
	font-size:12px;
}
#magic_cont a:link { color:#063190; text-decoration:underline;}
#magic_cont a:visited { color:#063190; text-decoration:underline;}
#magic_cont a:hover { color:#CC0000; text-decoration:underline;}

#magic_cont strong{
	color:#ce421f;
	font-weight:bold;
}
#magic_cont ol,
#magic_cont ul {   
    list-style:none; 
	margin: 0;
    padding: 0;
} 

/*-------------------------------------------------
layout
-------------------------------------------------*/

#magic_cont{
	width:950px;
	margin: 0 auto;
	background:url(/foods/magic/common/images/bg_magic_cont.jpg) repeat-y;
}
	
/*---ヘッダー---*/
#magic_header{
	width:950px;
	height:118px;
	background:url(/foods/magic/common/images/bg_header.jpg) no-repeat top;
	position:relative;
}

#magic_header h1{
	width:168px;
	height:69px;
	position:absolute;
	top:33px;
	left:30px;
}

/*---ナビゲーション---*/
#magic_header ul{
	width:709px;
	height:69px;
	position:absolute;
	top:33px;
	left:206px;
	background:url(/foods/magic/common/images/bg_navi.png) no-repeat;
}

#magic_header ul li.navi_products{
	width:94px;	height:45px;
	position:absolute;
	top:11px;	left:15px;
}

#magic_header ul li.navi_about_magic{
	width:205px;	height:45px;
	position:absolute;
	top:11px;	left:125px;
}

#magic_header ul li.navi_about_curry{
	width:170px;	height:45px;
	position:absolute;
	top:11px;	left:341px;
}

#magic_header ul li.navi_download{
	width:168px;	height:45px;
	position:absolute;
	top:11px;	left:523px;
}

/*---フッター---*/
#magic_footer{
	width:950px;
	height:72px;
	background:url(/foods/magic/common/images/bg_footer.jpg) no-repeat bottom;
	position:relative;
}

#magic_footer img.pagetop{
	width:98px;
	height:12px;
	position:absolute;
	top:24px;
	right:31px;
}


/*-------------------------------------------------
共通
-------------------------------------------------*/

/*---ページトップへ---*/

#pagetop{
	width:890px;
	height:35px;
	margin:0 auto;
	text-align:right;
	padding-top:15px;
}
