@charset "utf-8";

html{
	padding: 0;
    margin: 0;
    background-color: #4F2170;
    background-image: url("../img/mondelez/mondelezbg.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
}
body{
	font:12px/1.231 arial,helvetica,clean,Meiryo,sans-serif;
	font-family: "ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
	background-color: transparent;
}
#head{
	width: 920px;
	margin: 0 auto;
	padding-top: 3px;
}
#footer{
	width: 740px;
	margin: 0 auto;
	text-align: center;
}
.ss_contents{
	width: 920px;
	overflow: hidden;
}
#main_contents{
	width: 746px;
	float: right;
}
#news_menu {
	float: left;
	width: 150px;
}
#news_menu a {
	display:block;
	color: #3b0083;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
}
#news_menu a:hover {
	text-decoration: underline;
}
#news_menu em{
    font-style: normal;
    font-weight: normal;
}
#news_menu em a {
	color:#a40084;
}
#news_menu ul{
	margin: 0;
}
#news_menu ul li#release_menu_t{
	font-weight:bold;
	color:#a40084;
	padding:15px 0px 8px 0px;
	background-image:url("../img/mondelez/release_menu_bar1.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

#news_menu ul li{
	padding:10px 0 7px 0;
	background-image:url("../img/mondelez/release_menu_bar2.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}
/*TOPへ戻るボタン*/
#pageup{
	clear: both;
    width: 900px;
    text-align: right;
    font-size: 85%;
    padding: 20px 0px 20px 0px;
    background-image: url("../img/mondelez/ptop.gif");
    background-repeat: no-repeat;
    background-position: 825px;
    margin-left: auto;
    margin-right: auto;
}