﻿@charset "utf-8";

/* コンテンツ領域 950x
 *
 * lastUpdate 2008.04.12 
 *
 */


/* ヘッダ
----------------------------------------------------------------------------------------------------*/



/* コンテンツ領域 950x
----------------------------------------------------------------------------------------------------*/
div#wrapBody{
	clear: both;
	width: 950px;
	margin: 0 auto;
}
div#wrapBodyNoSide{

}


/* 大カテゴリ
----------------------------------------------------------------------------------------------------*/
ul#menuCategory {
	clear: both;
	width: 950px;
	height: 33px;
	/* overflow: hidden; */
	background: url(/common/images/btn_mng.gif) left top no-repeat;
	margin: 0 auto;
	list-style: none;
}
ul#menuCategory li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
/*
ul#menuCategory li.last {
	padding: 0 30px 0 0;
	background: url(/common/images/bg_globalmenu_r.gif) no-repeat right top;
}
ul#menuCategory a {
	display: block;
	padding: 33px 0 0 0;
}

li#mngService a {
	width: 118px;
}
li#mngTopics a {
	width: 118px;
}
li#mngShopping a {
	width: 118px;
}
li#mngPhoto a {
	width: 118px;
}
li#mngContest a {
	width: 118px;
}
li#mngCampaign a {
	width: 118px;
}
li#mngBlog a {
	width: 118px;
}

li#mngService a:hover {
	background: url(/common/images/btn_mng_new.gif) 0 -34px no-repeat;
}
li#mngTopics a:hover {
	background: url(/common/images/btn_mng_new.gif) -118px -34px no-repeat;
}
li#mngShopping a:hover {
	background: url(/common/images/btn_mng_new.gif) -236px -34px no-repeat;
}
li#mngPhoto a:hover {
	background: url(/common/images/btn_mng_new.gif) -354px -34px no-repeat;
}
li#mngContest a:hover {
	background: url(/common/images/btn_mng_new.gif) -472px -34px no-repeat;
}
li#mngCampaign a:hover {
	background: url(/common/images/btn_mng_new.gif) -590px -34px no-repeat;
}
li#mngBlog a:hover {
	background: url(/common/images/btn_mng_new.gif) -708px -34px no-repeat;
}

ul#menuCategory li#mngService a.curr {
	background: url(/common/images/btn_mng_new.gif) 0 -34px no-repeat;
}
ul#menuCategory li#mngTopics a.curr {
	background: url(/common/images/btn_mng_new.gif) -118px -34px no-repeat;
}
ul#menuCategory li#mngShopping a.curr {
	background: url(/common/images/btn_mng_new.gif) -236px -34px no-repeat;
}
ul#menuCategory li#mngPhoto a.curr {
	background: url(/common/images/btn_mng_new.gif) -354px -34px no-repeat;
}
ul#menuCategory li#mngContest a.curr {
	background: url(/common/images/btn_mng_new.gif) -472px -34px no-repeat;
}
ul#menuCategory li#mngCampaign a.curr {
	background: url(/common/images/btn_mng_new.gif) -590px -34px no-repeat;
}
ul#menuCategory li#mngBlog a.curr {
	background: url(/common/images/btn_mng_new.gif) -708px -34px no-repeat;
}
*/



/* メインイメージ領域
---------------------------------------------------------*/
div#wrapMainImage {
	width: 950px;
	margin: 0 auto 10px;
}


