@charset "utf-8";

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

	[ファイル名]	link.css
	
	[概要]	リンク集専用CSS
	
	[目次]
			・clearFix
			・画像代替
			・非表示部
			
			・h1#categoryTitle
			・div#mainContent
			・div#subContent
	
------------------------------------------------------------------------------*/

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

	clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 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;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}

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

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

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

	h1#categoryTitle
								
------------------------------------------------------------------------------*/
body#link h1#categoryTitle{
	background: #ffffff url(../../images/link/link_h1.jpg) no-repeat ;
}

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

	div#mainContent
								
------------------------------------------------------------------------------*/


/*   h2   */

div#mainContent h2
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}
div#mainContent h2{
	width:676px;
	height:36px;
	margin-bottom:20px;
	background-repeat:no-repeat;
}

div#mainContent div#sectionLink h2{	background: url(../../images/link/link_h2_01.jpg);}


/*----------------   sectionLink   ----------------*/

div#mainContent div#sectionLink ul {
	border-top:3px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	height:1%;
}
div#mainContent div#sectionLink ul:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

div#mainContent div#sectionLink ul li {
	width:267px;
	float:left;
	padding:20px 20px 20px 50px;
	background:url(../../images/link/icon_sqr_01.jpg) no-repeat;
	background-position:30px 20px;
	border-bottom:1px solid #CCCCCC;
	font-size:108%;
	font-weight:bold;
	line-height:120%;
}
div#mainContent div#sectionLink ul li.lastLine {
	border-bottom:none;
}

/* Win IE6 \*/
* html div#mainContent div#sectionLink ul li
{
	width:337px;
}
/* End Win IE6 */

div#mainContent div#sectionLink ul li a {
	font-weight:bold;
	text-decoration:underline;
}


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

	div#subContent
								
------------------------------------------------------------------------------*/
div#subContent #localNav li#localNavLink{
	width:163px;
	height:28px;
	background:url(../../images/link/link_local_nav_01.jpg) no-repeat;
}
div#subContent #localNav li#localNavLink a{
	display:block;
	width:163px;
	height:28px;
	background:url(../../images/link/link_local_nav_01.jpg) no-repeat;
}


