@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div.sectionHeader ul li a,
div#contentHeader ul li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
div.sectionHeader h2
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../doors/images/content_header.gif);
}


/*------------------------------------------------------------------------------

							div.section
							
------------------------------------------------------------------------------*/
div.section div.inner{
	background-color: #f9f2f4;
}

div.sectionHeader{
	position: relative;
	width: 662px;
	height: 75px;
	background: url(http://www.lovela-bandai.com/doors/images/section_header_bg.gif) no-repeat scroll left top;
}

div.sectionHeader ul{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 438px;
	height: 33px;
}

/*----- li -----*/
div.sectionHeader ul li{
	float: left;
	height: 33px;
	background: no-repeat scroll left top;
}

div.sectionHeader ul li#localNavShop{
	width: 182px;
	background-image: url(../../doors/images/local_nav_shop_ov.gif);
}

div.sectionHeader ul li#localNavRecommend{
	width: 123px;
	background-image: url(../../doors/images/local_nav_recommend_ov.gif);
}

div.sectionHeader ul li#localNavNews{
	width: 133px;
	background-image: url(../../doors/images/local_nav_news_ov.gif);
}

/*----- li a -----*/
div.sectionHeader ul li a{
	width: 112px;
	height: 33px;
	background: no-repeat scroll left top;
}

div.sectionHeader ul li#localNavShop a{
	width: 182px;
	background-image: url(../../doors/images/local_nav_shop.gif);
}

div.sectionHeader ul li#localNavRecommend a{
	width: 123px;
	background-image: url(../../doors/images/local_nav_recommend.gif);
}

div.sectionHeader ul li#localNavNews a{
	width: 133px;
	background-image: url(../../doors/images/local_nav_news.gif);
}

/*----- ロールオーバー動作 -----*/
div.sectionHeader ul li#localNavShop a:active,
div.sectionHeader ul li#localNavRecommend a:active,
div.sectionHeader ul li#localNavNews a:active,
div.sectionHeader ul li#localNavShop a:hover,
div.sectionHeader ul li#localNavRecommend a:hover,
div.sectionHeader ul li#localNavNews a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								ダミー記事
								
------------------------------------------------------------------------------*/
div.section h3{
	margin: 0;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #ebd3db;
	border: none;
}

div.section p.catch{
	font-weight: bold;
	margin-bottom: 5px;
}
/*
div.section div div div{
	width: 410px;
}
*/

div.section div div div.left{
	float: none;
}

div.section p.photo img{
	border-color: #ffffff;
}




/*------------------------------------------------------------------------------

							div.section
							
------------------------------------------------------------------------------*/
div#contentHeader{
	position: relative;
}

div#contentHeader ul{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 438px;
	height: 30px;
}

/*----- li -----*/
div#contentHeader ul li{
	float: left;
	height: 30px;
	background: no-repeat scroll left top;
}

div#contentHeader ul li#localNavShop{
	width: 182px;
	background-image: url(../../doors/images/local_nav_shop_ov.gif);
}

div#contentHeader ul li#localNavRecommend{
	width: 123px;
	background-image: url(../../doors/images/local_nav_recommend_ov.gif);
}

div#contentHeader ul li#localNavNews{
	width: 133px;
	background-image: url(../../doors/images/local_nav_news_ov.gif);
}

/*----- li a -----*/
div#contentHeader ul li a{
	width: 112px;
	height: 30px;
	background: no-repeat scroll left top;
}

div#contentHeader ul li#localNavShop a{
	width: 182px;
	background-image: url(../../doors/images/local_nav_shop.gif);
}

div#contentHeader ul li#localNavRecommend a{
	width: 123px;
	background-image: url(../../doors/images/local_nav_recommend.gif);
}

div#contentHeader ul li#localNavNews a{
	width: 133px;
	background-image: url(../../doors/images/local_nav_news.gif);
}

/*----- ロールオーバー動作 -----*/
div#contentHeader ul li#localNavShop a:active,
div#contentHeader ul li#localNavRecommend a:active,
div#contentHeader ul li#localNavNews a:active,
div#contentHeader ul li#localNavShop a:hover,
div#contentHeader ul li#localNavRecommend a:hover,
div#contentHeader ul li#localNavNews a:hover{
	background-image: none;
}