/*このcssはサイトルートindex用のcssです。
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


/*ホームのロゴ*/
h1.h1-home{
	position:absolute;
}

	h1.h1-home span{
		position:absolute;
		top:-900px;
	}

#boxMiddle{
	background-image:none;
}

/*Flashが表示される場所*/
#boxHomeMainImage{
	position:relative;
	top:0;
	left:0;
	height:316px;
	width:760px;
}
	#boxHomeMainImage object,
	#boxHomeMainImage embed{
		float:left;	
	}
	
	#boxHomeMainImage img.homemenu{
		position:absolute;
		top:1px;
		left:532px;
		float:right;
	}

/*コンテンツ部分(新着情報やバナー)のボックス*/
#boxHomeContents{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:514px;
}

#boxHomeContents h2{
	clear:both;
}

/*新着情報のテーブル*/
table.tableNews {
	width:100%;
	margin:6px 0 0 0;
	position:relative;
	left:10px;
	top:10px;
	width:504px;
	border-collapse:collapse;
}

	table.tableNews th{
		white-space:nowrap;
		color:#567ffd;
		font-size:70%;
		font-weight:normal;
		vertical-align:top;
		padding:2px 0;
		width:7.4em;
	}
	
	table.tableNews td{
		font-size:85%;
		vertical-align:top;
		padding:0 0 3px 8px;
	}
	
	table.tableNews td img{
		vertical-align:bottom;
		margin-top:2px;
	}
	
	table.tableNews td.icon{
		color:#777;
		white-space:nowrap;
		width:65px;
	}
	
	table.tableNews td.bn{
		width:56px;
	}


	table.tableNews td.icon img{
		vertical-align:middle;
	}



/*バナーを並べる場所*/
p.banner{
	text-align:center;
}

	.banner img{
		margin:0 3px;
		vertical-align:top;
	}

ul.bnr-list { text-align:left; margin-top:20px;}
ul.bnr-list li { float:left; margin-right:9px;}
ul.bnr-list li.last {margin-right:0;}


/*中央の大きなボタン*/
ul#listHomeNavi{
	clear:both;
	margin-top:7px;
	padding-bottom:10px;
	padding-bottom:0px;
}
	
	#listHomeNavi li{
		float:left;
		margin-bottom:15px;
		list-style:none;
		margin-right:10px;
	}

	#listHomeNavi li.first-child {
		margin-right: 9px;
	}

	#listHomeNavi li.last-child {
		margin-right: 0;
	}

/*ホームページ右側のサブナビ部分*/
#boxHomeSubNavi{
	position:relative;
	right:10px;
	width:227px;
	float:right;
}

	#boxHomeSubNavi ul li{
		clear:both;
		display:inline;
		list-style:none;
	}
	#boxHomeSubNavi ul li img{
		vertical-align:bottom;
		margin-bottom:1px;
		margin-top:5px;
	}
	
	#boxHomeSubNavi ul ul{
		margin-bottom:1px;
		border:1px solid #d1d1cf;
		border-width:0 1px 1px 1px;
		background-color:#f8f8f6;
		font-size:12px;
		padding:9px 10px 9px 0;
	}
	
	#boxHomeSubNavi ul ul.listOrangeArr{
		position:relative;
		background:url(../img/bg_orange.gif) repeat-x;
		padding-left:10px;
	}
	
	#boxHomeSubNavi ul ul.listOrangeArr li{
		display:block;
		padding-left:15px;
		background:url(../img/ico_arr_orange.gif) 0px 2px no-repeat;
	}
	
	#boxHomeSubNavi ul ul.listGreenArr{
		position:relative;
		background:url(../img/bg_green.gif) repeat-x;
		padding-left:10px;
	}
	
	#boxHomeSubNavi ul ul.listGreenArr li{
		display:block;
		padding-left:15px;
		background:url(../img/ico_arr_green.gif) 0px 2px no-repeat;
	}
	
	ul.listOrangeArr{
		padding-left:10px;
	}

#boxHomeSubNavi ul.side-list li { display:block; margin-bottom:18px;}
#boxHomeSubNavi ul.side-list li.bio { position:relative; height:145px;}
#boxHomeSubNavi ul.side-list li.bio dl { position:absolute; margin:0; padding:0;}
#boxHomeSubNavi ul.side-list li.bio dl dt { position:absolute; top: 0; left:0; margin:0; padding:0;}
#boxHomeSubNavi ul.side-list li.bio dl dd{ position:absolute; top: 55px; left:15px; margin:0; padding:0;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul { width: 225px; background: none; border:none;font-size:10px;margin-bottom:0;padding:0;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul li { display:block; padding:0 0 3px 15px; margin:0; background:url(../img/ic_arw.gif) no-repeat 0 .5em;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul li a:link { color:#333; text-decoration:underline;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul li a:visited { color:#333; text-decoration:underline;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul li a:hover { color:#333; text-decoration:none;}
#boxHomeSubNavi ul.side-list li.bio dl dd ul li a:active { color:#333; text-decoration:none;}


/*バイオビジネス追加*/
#biobusiness {
	background:url(../img/biobusiness_bg.jpg) no-repeat;
	position:relative;
	margin:10px 0 auto;
	padding:34px 10px 10px;
	height:95px;
}
#biobusiness h2 {
	position:absolute;
	height:32px;
	width:200px;
	top:0;
	left:0;
}
#biobusiness ul {
	background:none !important;
	border:none !important;
	font-size:12px !important;
	margin:0 !important;
	padding:0 !important;
	padding-top:2px !important;	
	padding-bottom:4px !important;	
}
#biobusiness ul li {
	display:block;
	background: url(../../img/arr_bb2.gif) no-repeat 0 7px;
	padding-left:10px;
	line-height: 1.4em;
}

/*ボックスのフロートをクリアする罫線（ホームのみ）
下位ページはpageTopGlobalでクリア
*/
hr.homeClear{
	clear:both;
	border-color:#fff;
	margin:0;
}

/*20071109ADD 中国偽物対応*/
table#bogus {
	clear: both;
	width:100%;
	margin:6px 0 6px 0;
	margin-top:0;
	padding: 3px;
	width:514px;
	border: solid 1px #cccccc;
	background:url(../img/bg_bogus.gif) 0px repeat-y;
	font-size:85%;
}
table#bogus th{
	vertical-align:top;
	padding:3px 3px 0px 15px;
	font-size:112%;
}
table#bogus td{
/*	vertical-align:top;*/
	padding:3px 3px 0px 15px;
}
table#bogus td img{
/*	vertical-align:bottom;	*/
	margin-top:2px;
}

table#bogus td img.lt_china {
	margin-top:0px;
}

table#bogus td.icon {
	color:#777;
	white-space:nowrap;
	width:55px;
	padding-left:3px;
}
table#bogus td.icon img {
	vertical-align:middle;
}