@charset "utf-8";

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

	[ファイル名]	sub_content_2.css
	
	[概要]	
	
------------------------------------------------------------------------------*/



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

								clearFix
								
------------------------------------------------------------------------------*/
#hoge:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

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

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

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



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

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

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

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



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

							.widget
							
------------------------------------------------------------------------------*/
div#subContent2 .widget{
	margin-bottom: 30px;
}


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

							bannerWidget
							
------------------------------------------------------------------------------*/
div.bannerWidget li{
	padding-bottom: 3px;
}

div.bannerWidget li a{
	display: block;
}


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

							widgetOfficialBanners
							
------------------------------------------------------------------------------*/
div#widgetOfficialBanners{
	
}

div#widgetOfficialBanners .widgetHeading{
	width: 176px; height: 45px;
	margin-bottom: 10px;
	background: url(../../images/common/widget_heading_officialsite.png) no-repeat scroll left top;
}


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

							widgetRelatedBanners
							
------------------------------------------------------------------------------*/
div#widgetRelatedBanners{
	
}

div#widgetRelatedBanners .widgetHeading{
	width: 176px; height: 35px;
	margin-bottom: 10px;
	background: url(../../images/common/widget_heading_related.png) no-repeat scroll left top;
}










