@charset "utf-8";
/*トップのみ背景画像なし*/
body { background-image: none }

/*メインFLASH*/
div#main {
	height: 300px;
	width: 100%;
	padding-bottom: 1px;
	border-bottom: 1px solid #e9e9e9;
}

/*一覧リンク付き見出し*/
div.list_hd {
	text-indent: -9999px;
	height:21px;
	width: 630px;
	border-bottom: 2px solid #3c53a4;
	position: relative;
}

/*一覧*/
div.list_hd a {
	width: 90px;
	height: 13px;
	position: absolute;
	top: 6px;
}
div.list_hd a:hover.lib,
div.list_hd a:hover.log{background-position: 0 -13px;}

div.list_hd a.lib{
	background:url(../images/top/lib_bn.gif) 0 0 no-repeat;
	right: 100px;
}
div.list_hd a.log{
	background:url(../images/top/log_bn.gif) 0 0 no-repeat;
	right: 0;
}


/*サービスと特長について（H2）*/
h2#service_hd {
	text-indent: -9999px;
	height: 33px;
	width: 630px;
	padding-bottom: 10px;
	position: relative;
	background: url(../images/top/service_hd.gif) 0 0 no-repeat;
}

/*サービスと特長について*/
div#adv_area {
	width: 630px;
	height:210px;
	margin-bottom: 10px;
	position:relative;
}
div#adv_area a{
	width: 310px;
	height: 210px;
	position: absolute;
	top: 0;
	text-indent:-9999px;
}
div#adv_area a.adv01{background:url(../images/top/adv01_bn.jpg) no-repeat;}
div#adv_area a:hover.adv01{background:url(../images/top/adv01_bn.jpg) no-repeat 0 -210px;}

div#adv_area a.adv02{background:url(../images/top/adv02_bn.jpg) no-repeat; right:0;}
div#adv_area a:hover.adv02{background:url(../images/top/adv02_bn.jpg) no-repeat 0 -210px;}

div#det_bn{
	width:630px;
	height:20px;
	position: relative;
	top:0;
	text-indent:-9999px;
	margin-bottom:30px;
}
div#det_bn a{
	width:100px;
	height:20px;
	position:absolute;
	right:0;
	background:url(../images/top/det_bn.gif) no-repeat;
}
div#det_bn a:hover{background:url(../images/top/det_bn.gif) 0 -20px no-repeat;}

/*ニュースリリース（H2）*/
h2#nr_hd {
	width:194px;
	height:13px;
	background: url(../images/top/nr_hd.gif) no-repeat 0 0;
	display:inline;
	position:absolute;
	top:3px;
	left:0;
	}

/*ニュースリリース*/
dl#nr {
	font-size: 75%;
	line-height: 1.6;
	background: url(../images/top/nr.gif) repeat-x;
	width: 630px;
	padding:10px 0 30px 0;
}

dl#nr dt {
	color: #69c;
	float: left;
	clear: both;
	padding: 10px 20px;
}

dl#nr dd {
	color: #333;
	padding: 10px 0 10px 100px;
	border-bottom: 1px dotted #ccc;
}

/*PDFアイコン*/
dl#nr dd.pdf {
	background: url(../images/news/pdficon_small.gif) no-repeat 92px center;
	padding-left: 113px;
}

/*独立開業支援パックバナー*/
a#b_pack {
	display: block;
	margin-bottom: 5px;
}

/*イノキゲノムバナー*/
a#ig_bana img { margin-bottom: 10px }