@charset "utf-8";
/* ---------------------------------------------------*/
/* トップページ設定 */
/* ---------------------------------------------------*/
#div_top_main
{
	width:						748px;
	background-color:	#FFFFFF;
	padding:					10px 0px 0px 10px;
}

#div_top_main:after
{
	content:					"";
	display:					block;
	height:						0px;
	clear:						both;
}

#div_top_main #top_image
{
	position:					relative;
	float:						left;
	width:						738px;
	height:						300px;
	background-image:	url(/_image/top/top_image.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-top:				3px solid #B10026;
	border-bottom:		3px solid #B10026;
	margin:						auto auto 10px auto;
}

#div_top_main #top_image #link_item
{
	position:					absolute;
	top:							8px;
	left:							10px;
	width:						340px;
	height:						284px;
}

#div_top_main #top_image #link_item1
{
	position:					absolute;
	top:							8px;
	right:						9px;
	width:						370px;
	height:						128px;
}

#div_top_main #top_image #link_item2_1
{
	position:					absolute;
	top:							182px;
	right:						261px;
	width:						118px;
	height:						110px;
}

#div_top_main #top_image #link_item2_2
{
	position:					absolute;
	top:							182px;
	right:						135px;
	width:						118px;
	height:						110px;
}

#div_top_main #top_image #link_item2_3
{
	position:					absolute;
	top:							182px;
	right:						9px;
	width:						118px;
	height:						110px;
}

#div_top_main #banner_area
{
	float:						left;
	width:						150px;
	margin:						auto 10px auto auto;
}

#div_top_main #banner_area .banner_item
{
	width:						150px;
	margin:						auto auto 10px auto;
}

#div_top_main #banner_area .topics
{
	width:						148px;
	border:						1px solid #AAAAAA;
	margin:						auto auto 10px auto;
}

#div_top_main #banner_area .topics .underline
{
	border-bottom:		1px solid #AAAAAA;
}

#div_top_main #banner_area .topics dt
{
	border-bottom:		1px solid #AAAAAA;
	background-color:	#B10026;
	color:						#FFFFFF;
	font-weight:			bold;
	padding:					3px 5px 3px 5px;
}

#div_top_main #banner_area .topics dd
{
	background-image:	url(/_image/common/ico_right.gif);
	background-position:4px 9px;
	background-repeat:no-repeat;
	font-size:				85%;
	padding:					7px 5px 0px 14px;
}

#div_top_main #banner_area .topics dd a
{
	line-height:			1.2em;
}

#div_top_main #info_area
{
	float:						left;
	width:						588px;
}

