@charset "utf-8";

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

	[ファイル名]	sub_content_1.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#subContent1 .widget{
	margin: 4px 14px 10px 4px;
}


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

							.widgetHeading
							
------------------------------------------------------------------------------*/
div#subContent1 .widgetHeading{
	width: 182px; height: 56px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}



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

							.widgetBody
							
------------------------------------------------------------------------------*/
div#subContent1 .widgetBody{
	line-height: 1.5;
}

div#subContent1 .widgetBody .inner1{
	width: 100%;
	padding-bottom: 10px;
	background: url(../../images/common/widget_bg_bottom.png) no-repeat scroll left bottom;
}

div#subContent1 .widgetBody .inner2{
	background: url(../../images/common/widget_bg_middle.png) repeat-y scroll left top;
}
/* Win IE6 \*/
* html div#subContent1 .widgetBody .inner2{
	width: 100%;
}
/* End Win IE6 */


div#subContent1 .widgetBody li a{
	display: block;
	padding: 6px 0px 6px 18px;
	background: url(../../images/common/link_arrow.png) no-repeat scroll 0em 0.7em;
}

div#subContent1 .widgetBody li a:hover,
div#subContent1 .widgetBody li a:active{
	background: url(../../images/common/link_arrow_ov.png) no-repeat scroll 0em 0.7em;
}

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

							widgetIntroduction
							
------------------------------------------------------------------------------*/
div#widgetIntroduction .widgetHeading{
	background-image: url(../../images/common/widget_heading_introduction.png);
}

div#widgetIntroduction .widgetBody .inner2{
	width: 145px;
	padding: 0px 12px 0px 25px;
}


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

							widgetNewEntries
							
------------------------------------------------------------------------------*/
div#widgetNewEntries .widgetHeading{
	background-image: url(../../images/common/widget_heading_new_entries.png);
}

div#widgetNewEntries .widgetBody .inner2{
	width: 145px;
	padding: 0px 12px 0px 25px;
}


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

							widgetCategories
							
------------------------------------------------------------------------------*/
div#widgetCategories .widgetHeading{
	background-image: url(../../images/common/widget_heading_categories.png);
}

div#widgetCategories .widgetBody .inner2{
	width: 145px;
	padding: 0px 12px 0px 25px;
}


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

							widgetArchives
							
------------------------------------------------------------------------------*/
div#widgetArchives .widgetHeading{
	background-image: url(../../images/common/widget_heading_archives.png);
}

div#widgetArchives .widgetBody .inner2{
	width: 145px;
	padding: 0px 12px 0px 25px;
}


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

							widgetGetFeed
							
------------------------------------------------------------------------------*/
div#widgetGetFeed .widgetBody{
	padding-left: 10px;
}



