@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 */



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

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



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

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



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

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(http://www.lovela-bandai.com/sitemap/images/content_header.gif);
}



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

								div.section
								
------------------------------------------------------------------------------*/
div.section h3{
	width: 272px;
	padding: 5px 10px 5px 5px;
	background-color: #fffcf9;
	border: 1px solid #cccccc;
	border-left: 3px solid #adc499;
}

* html div.section h3{
	width: 300px;
}

div.section h3 a{
	padding-left: 10px;
	background: url(http://www.lovela-bandai.com/sitemap/images/h3_bg.gif) no-repeat scroll left center;
	font-weight: bold;
}

div.section h4{
	width: 256px;
	padding-top: 3px;
	padding-left: 14px;
	background: url(http://www.lovela-bandai.com/sitemap/images/h4_bg.gif) no-repeat scroll left center;
}

* html div.section h4{
	width: 270px;
}

div.section h4 a{
	font-weight: bold;
}

/*----- 1階層 -----*/
div.section ul li{
	margin-bottom: 15px;
}

/*----- 2階層 -----*/
div.section ul ul{
	padding-top: 1px;
	padding-left: 14px;
}


div.section ul li ul li{
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
}

/*----- 3階層 -----*/
div.section ul li ul li ul{
	margin-top: 3px;
}

div.section ul li ul li ul li{
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 8px;
	background: url(http://www.lovela-bandai.com/images/common/icon_arrow.gif) no-repeat scroll 0px 7px;
	border-top: 1px dotted #cccccc;
	border-bottom: none;
}

div.section ul li ul li ul li a{
	font-weight: normal;
}

div.section div.sectionContent{
	margin-top: 1px;
}

div.section div.sectionContent.left{
	padding-right: 0px;
	padding-left: 10px;
}

div.section div.sectionContent.right{
	padding-right: 17px;
	padding-left: 0px;
}



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

								li#homeLayout li
								
------------------------------------------------------------------------------*/


li#homeLayout h3#topPageArea{
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #afd142;
	border-bottom: 1px solid #7da00f;
	border-left: 2px solid #6a9a0b;
}

li#homeLayout h3#topPageArea a{
	color: #fff;
	background-image: url(http://www.lovela-bandai.com/sitemap/images/h3_bg_green.gif);

}

li#homeLayout h3#topPageArea a:hover{
	color: #EA609E;
}

li#homeLayout ul{
	padding-left: 0;
}

li#homeLayout li{
	margin-bottom: 15px;
	border: none;
}

li#homeLayout h4{
	width: 272px;
	padding: 5px 10px 5px 5px;
	background-color: #fffcf9;
	background-image: none;
	border: 1px solid #cccccc;
	border-left: 3px solid #adc499;
	font-size: 120%;
}


li#homeLayout h4 a{
	padding-left: 10px;
	background: url(http://www.lovela-bandai.com/sitemap/images/h3_bg.gif) no-repeat scroll left center;
	font-weight: bold;
}


* html li#homeLayout h4{
	width: 300px;
}