/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	background:url(/lab/yakuhin/img/common/bg_body.gif) repeat;
	}

a{/*リンクされた文字*/
    color:0099FF;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#007BBB;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#B7282E;
    text-decoration:underline;
}
a:hover {/*マウスが乗った時の通常のリンクテキストカラー*/
    color:#FF9900;
    font-style:normal;
    text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}


/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Arial,sans-serif;/*フォント種*/

}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}


/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
.centering{
  margin-left:auto;
  margin-right:auto;
  display : block; /*ブロック要素へ変更する*/         　　　　　　　　　　
}

img.left {float : left ;}
img.right {float : right ;}

/*■基本レイアウト*/
#container{
	width:796px;
	margin:auto;
	text-align:left;
	background:url(/lab/yakuhin/img/common/bg_container.gif) repeat-y;
	}

#head{
	background:url(/lab/yakuhin/img/common/bg_header.gif) repeat-y;
	}
#head h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	margin:6px 6px 6px 6px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px; 
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#FFFFFF;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
#head h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#FFFFFF;
	}
#head_menu{
	background:url(/lab/yakuhin/img/bg_head_menu.gif) no-repeat; 
	width:796px; 
	height:30px;
	}
#head_menu ul{
	list-style-type:none;
	}
#head_menu ul li{
	font-size:13px; 
	letter-spacing:1px; 
	float:left; 
	width:113px; 
	height:30px; 
	position:relative;
	}
#head_menu ul li a{
	color:#ffffff; 
	text-decoration:none; 
	display:block; 
	font:14px; 
	width:113px; 
	height:30px; 
	line-height:30px; 
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#FFCC00;
	}
#head_menu ul li.off{
	overflow:hidden; 
	width:113px;
	}
#head_menu ul li.off ol.sub{
	left:0px; 
	top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute; 
	left:0px; 
	top:30px; 
	width:113px; 
	border:1px solid #999999; 
	text-align:center; 
	list-style-type:none;
	}
#head_menu ul li.on{
	width:113px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/ 
	}
#head_menu ul ol.sub li{
	float:none;
	width:113px; 
	height:30px; 
	line-height:30px; 
	border-bottom:1px solid #999999; 
	text-align:center; 
	float:none; 
	filter:alpha(opacity=82);
	/*IE*/ -moz-opacity:0.82; /*FF*/
	}
#head_menu ul ol.sub li a{
	background-color:#FFFFFF; 
	text-decoration:none; 
	color:#000000; 
	vertical-align:middle; 
	font-size:11px; 
	height:30px; 
	line-height:30px; 
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#FFCC00; 
	color:#000000;
	}

.line{
	clear:left;
	margin:10px 0 0 0;
	}

#main_image{
	float:left;
	background:url(/lab/yakuhin/img/top/main_pic.jpg) no-repeat;
	width:796px;
	height:300px;
	}
#main_image p{
	margin:20px;
	color:#000000;
	font-size:12px;
	text-align:left;
	}

#contents{
	margin:10px 0 0 0;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#text{
	margin:20px 20px 20px 20px;
    line-height:20px;
	}

#foot_up{
	background:url(/lab/yakuhin/img/line_02.gif) no-repeat bottom;
	clear:both;
	margin:0 0 0 0;
	}
#copy{
	background:url(/lab/yakuhin/img/common/bg_header.gif) repeat-y;
	height:20px;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
	padding:2px;
	margin:4px 0 0 0;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}



/***トップ***/
#top{}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#top h3{
	font-size:16px;
	color:#0068B7;
	margin:0 0 6px 0;
	}
#top h4{
	font-size:14px;
	background:url(/lab/yakuhin/img/common/dot.gif) no-repeat left top;
	padding-left:16px; 
	margin:0 0 0 6px;
	}
#top div#left{
	float:left;
	width:440px;
	margin:20px 0 0 0;
	}
#top div#left h3{
	font-size:12px;
	}
#top div#left div#info{
	width:420px;
	margin:10px 10px 10px 10px;
	}
#top div#left div#info div#main{
	overflow:auto;
	margin:10px 10px 10px 10px;
	}
#top div#left div#info div#main h4{
	font-size:100%;
	color:#1E50A2;
	margin:0 0 0 10px;
	}
#top div#left div#info div#main p{
	margin:10px 10px 10px 10px;
	}
#top div#right{
	float:left;
	width:338px;
	margin:20px 0 0 0;
	background:url(/lab/yakuhin/img/top/bg_bnr.gif) repeat-y;
	}
#top div#right div#info{
	padding:10px 0 0 6px ;
	}
#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#top div#right div#bnr_sps p a{
	background:url(/lab/yakuhin/img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	color:#000000;
	}
#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(/lab/yakuhin/img/top/bnr01.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr02{
	background:url(/lab/yakuhin/img/top/bnr02.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr03{
	background:url(/lab/yakuhin/img/top/bnr03.jpg) no-repeat center;
	}	

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(/lab/yakuhin/img/sub_page/bg_h2_01.gif) no-repeat;
	font-size:16px;
	line-height:30px;
	height:30px;
	color:#000000;
	font-weight:normal;
	text-indent:20px;
	}
#other_page h4{
	text-indent:15px;
	font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	color:#003366;
	margin:16px 0 10px 0;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003366;
	}	

#other_page div.typeA{	
    }
#other_page div.typeA p{
　　margin:10px 10px 10px 10px;
	line-height:180%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:8px 0 10px 10px;
	line-height:180%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{
	margin:0;
	}
#other_page p{
	6px 0 0 0;
    }
#other_page div#text div#bnr_sps{}
#other_page div#text div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}
#other_page div#text div#bnr_sps p a{
	background:url(/lab/yakuhin/img/research/bg_bnr_anc.gif) no-repeat left top;
	display:block;
	width:770px;
	height:50px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:left;
	padding:0 0 0 30px;
    color:#000000;
	}
#other_page div#text div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
#other_page div#text div#bnr_sps p.bnr01{
	background:url(/lab/yakuhin/img/research/bnr01.jpg) no-repeat left;
	}
#other_page div#text div#bnr_sps p.bnr02{
	background:url(/lab/yakuhin/img/research/bnr02.jpg) no-repeat left;
	}
#other_page div#text div#bnr_sps p.bnr03{
	background:url(/lab/yakuhin/img/research/bnr03.jpg) no-repeat left;
	}

#topicPath {   
    margin:10px 0 0 10px;   
    }   
#topicPath li {   
    display:inline;   
    line-height:110%;   
    list-style-type:none;   
    } 

/*テーブルセット*/
#tbl_setA{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#003366 solid 1px;
	background:url(/lab/yakuhin/img/bg_th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_setA td{
	border:#003366 solid 1px;
	padding:6px;
	}
#tbl_setA li{
	list-style:inside;
	padding:6px 0 6px 0;
    }
#p-copy{
	text-align:right;
	font-size:11px;
	color:#999999;
	width:780px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#999999;
	}
	