@charset "euc-jp";

/* ==================================================================

	page  : top
	author: 安達
	
	09/05/13 制作　ver 1.00
	
=================================================================== */

/* コメントテンプレート */

/* =================================
   ■ index
================================== */

#index .site{

}
/* --------------------------------
   □ メニュー(サイド)
-------------------------------- */ 

/* ◆ ページ内容情報(メイン)
-------------------------------- */
#index .entries{
	width:657px;
	margin-left:21px;
}


/* --------------------------------
   □ コンテンツ
-------------------------------- */ 
#index .entries dl.category{
	height:97px;
	margin-bottom:18px;
	background:url(../../images/top/category/background.gif) 0 0 no-repeat;
}
#index .entries dl.category dt,
#index .entries dl.category dd{
	float:left;
	display:inline;
	margin-top:8px;
}

#index .entries dl.category dt{
	margin-left:8px;
}

#index .entries dl.category dd{
	margin-left:3px;
}


/* ◆ topics newsInformation
-------------------------------- */
#index #topics,
#index #newsInformation{
	padding-left:8px;
	background:url(../../images/top/sectionBackground.gif) 0 0 repeat-y;
}

#index #topics h2,
#index #newsInformation h2{
	position:relative;
	margin-left:-8px;
}

#index #topics p.link,
#index #newsInformation p.link{
	position:relative;
	margin:0;
	padding-bottom:12px;
}

#index #topics p.link a,
#index #newsInformation p.link a{
	position:absolute;
	right:0px;
	top:-22px;
}

/* ◆ topics
-------------------------------- */
#index #topics{
	margin-bottom:17px;
}

#index #topics dl{
	margin:-16px 10px 0 10px;
}

#index #topics dl dt{
	position:relative;
	margin-top:16px;
	padding:7px 0 0 101px;
	line-height:1.8;
	color:#085591;
	font-weight:700;
}

	#index #topics dl dt img.pic{
		position:absolute;
		left:0;
		top:0;
	}

	* html #index #topics dl dt img.pic{
		left:-101px;
	}

	#index #topics dl dt a{
		color:#085591;
		text-decoration:underline;
	}
	
	#index #topics dl dt a:hover{
		color:#3288cc;
	}

#index #topics dl dd{
	height:44px;
	padding:4px 0 0 101px;
	color:#868686;
}

#index #topics dl > dd{
	height:auto;
	min-height:40px;
}


/* ◆ newsInformation
-------------------------------- */
#index #newsInformation dl{
	margin:-12px 0 0 8px;
}

	#index #newsInformation dt,
	#index #newsInformation dd{
		padding:12px 0 13px;
	}

	#index #newsInformation dt{
	    width:7em;
		float:left;
		clear:both;

		font-weight:700;		
		color:#085591;
	}

	*:first-child+html #index #newsInformation dt{
		margin-right:-7em;
		position:relative;
		z-index:2;
	}	

	#index #newsInformation dt em{
		zoom:1;
		line-height:1;
		padding:3px 4px 0px 4px;
		background:#cecece;
	}

	#index #newsInformation dd{
	    padding-left:7em;
		background:url(../../images/common/border/gray2x.gif) 0 100% repeat-x;
	}

	*:first-child+html #index #newsInformation dd{
		position:relative;
	    padding-left:7em;
	}	

	#index #newsInformation dl dd a{
		color:#085591;
		text-decoration:underline;
	}
	
	#index #newsInformation dl dd a:hover{
		color:#3288cc;
	}


