/*##################################
共通
####################################*/
body{
	padding:0px;
	margin:0px;
	background-color:#75B6EE;
	color:#595959;
	font-family:'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	font-size:12px;
	line-height:16px;
}

div{
	margin:0px;
	padding:0px;
}

/******** 共通リンク *********/
a:link {color:#76B5EB; text-decoration:none;}
a:visited {color:#76B5EB; text-decoration:none;}
a:active {color:#76B5EB; text-decoration:none;}
a:hover {color:#76B5EB; text-decoration:underline;}


/******** タイトル *********/
h1{
	margin:0px;
	padding:0px 0px 0px 6px;
	text-align:left;
	font-size:10px;
	line-height:10px;
	color:#EAE5E0;
	font-weight:normal;
}

h2.caption_purple{
	display:block;
	background-image:url(../img/caption_purple.gif);
	background-repeat:repeat-x;
	background-color:#B493C7;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	color:#5F52A0;
	border-top:1px solid #A483B7;
	border-bottom:1px solid #FFFFFF;
	font-size:12px;
}

h2.caption_blue{
	display:block;
	background-image:url(../img/caption_blue.gif);
	background-repeat:repeat-x;
	background-color:#70B0EC;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	color:#225E97;
	border-top:1px solid #6EAAE9;
	border-bottom:1px solid #FFFFFF;
	font-size:12px;
}

h3{
	font-size:14px;
	margin:0px 0px 10px 3px;
	padding:0px 0px 6px 0px;
	color:#2C6CB3;
}

h4{
	font-size:14px;
	margin:0px 0px 10px 3px;
	padding:0px 0px 0px 14px;
	color:#595959;
}

h5{
	font-size:12px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 3px;
	color:#595959;
	border-bottom:1px solid #DDDDDD;
	border-left:6px solid #F5F5F5;
}

h6{
	font-size:12px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#595959;
}

/******** 最背面　背景 *********/
div.wrapper{
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}


/*##################################
ヘッダー
####################################*/
div.bg{
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}

div.header{
	background:transparent;
	width:800px;
	height:70px;
}

div.header div.logo{
	position:absolute;
	top:0;
	left:20;
	width:103px;
}


/*##################################
コンテンツ大枠
####################################*/

div.main{
	width:100%;
	margin:0px auto;
	background-color:#FFFFFF;
	border-top:2px solid #5F9ED9;
	padding-top:7px;
	padding-bottom:7px;
}
div.main-2{
	width:100%;
	margin:0px auto;
	background-color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
}
div.content{
	width:800px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

div.left_pane{
	width:194px;
	border-top:1px solid #EDF6FF;
	border-left:1px solid #EDF6FF;
	border-right:1px solid #EDF6FF;
	border-bottom:1px solid #EDF6FF;
	float:left;
	background-image:url(../img/leftside_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align:left;
	padding:12px 7px 12px 7px;
	margin-left:10px;
	margin-right:0px;
}

div.right_pane{
	width:544px;
	border-top:1px solid #EDF6FF;
	border-left:1px solid #EDF6FF;
	border-right:1px solid #EDF6FF;
	border-bottom:1px solid #EDF6FF;
	float:right;
	background-image:url(../img/rightside_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#ffffff;
	text-align:left;
	padding:12px 7px 12px 7px;
	margin-right:10px;
	margin-left:0px;
}

/*##################################
グローバルメニュー
####################################*/

div.menu_table{
	position:absolute;
	top:0;
	right:20;
	height:42px;
	vertical-align:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:27px;
}

div.menu_table table{
	height:42px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	color:#4583C8;
	font-weight:bold;
	font-size:12px;
}
div.menu_table table th{
	width:135px;
	height:42px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	color:#4583C8;
	font-weight:bold;
	font-size:12px;
}

div.menu_table table th a{
	display:block;
	width:135px;
	height:42px;
	background-image:url(../img/menu_bg_off.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color:#B8D9F7;
	font-weight:bold;
	font-size:12px;
}
div.menu_table table th a:link{
	display:block;
	width:135px;
	height:42px;
	background-image:url(../img/menu_bg_off.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color:#B8D9F7;
	font-weight:bold;
	font-size:12px;
}
div.menu_table table th a:visited{
	display:block;
	width:135px;
	height:42px;
	background-image:url(../img/menu_bg_off.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color:#B8D9F7;
	font-weight:bold;
	font-size:12px;
}
div.menu_table table th a:active{
	display:block;
	width:135px;
	height:42px;
	background-image:url(../img/menu_bg_off.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color:#B8D9F7;
	font-weight:bold;
	font-size:12px;
}
div.menu_table table th a:hover{
	display:block;
	width:135px;
	height:42px;
	background-image:url(../img/menu_bg_on.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color:#F0FDC8;
	font-weight:bold;
	font-size:12px;
}
/*##################################
メインイメージ
####################################*/

div.main_img{
	width:100%;
	background-image:url(../img/main_img_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #EEF3F6;
	text-align:center;
}

div.main_img div.main_img_navi{
	width:800px;
	height:108px;
	padding-top:102px;
	margin:0px auto;
	text-align:center;
	background-image:url(../img/main_img_bg2.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

div.main_img div.main_img_navi table{
	width:482px;
	height:108px;
	margin:0px auto;
}

div.main_img div.main_img_navi table th.snp{
	width:124px;
	height:108px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}
div.main_img div.main_img_navi table th.gwas{
	width:124px;
	height:108px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}
div.main_img div.main_img_navi table th.cnv{
	width:134px;
	height:108px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}
div.main_img div.main_img_navi table th.ccc{
	width:134px;
	height:108px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}
div.main_img div.main_img_navi table th.reseq{
	width:134px;
	height:108px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}

div.main_img div.main_img_navi table th.snp a{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.snp a:link{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.snp a:hover{
	display:block;
	width:134px;
	height:108px;
	background-image:url(../img/main_img_snp_on.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.gwas a{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.gwas a:link{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.gwas a:hover{
	display:block;
	width:134px;
	height:108px;
	background-image:url(../img/main_img_gwas_on.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.cnv a{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.cnv a:link{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.cnv a:hover{
	display:block;
	width:134px;
	height:108px;
	background-image:url(../img/main_img_cnv_on.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}
div.main_img div.main_img_navi table th.reseq a{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.ccc a{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}
div.main_img div.main_img_navi table th.ccc a:link{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.ccc a:hover{
	display:block;
	width:134px;
	height:108px;
	background-image:url(../img/main_img_ccc_on.gif);

	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.reseq a:link{
	display:block;
	width:134px;
	height:108px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

div.main_img div.main_img_navi table th.reseq a:hover{
	display:block;
	width:134px;
	height:108px;
	background-image:url(../img/main_img_reseq_on.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
}

/*##################################
コンテンツ内容
####################################*/

div.link_area{
	background-color:#F7F7F7;
	padding:3px 7px 3px 7px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #DEF0FF;
	border-bottom:1px solid #F9FCFF;
	line-height:14px;
}
div.link_area a{
	color:#76B5EB;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/leftside_box.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div.link_area a:link{
	color:#76B5EB;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/leftside_box.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
div.link_area a:hover{
	color:#76B5EB;
	font-weight:bold;
	text-decoration:underline;
	background-image:url(../img/leftside_box_on.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


div.link_area div.link_img{
	background-color:transparent;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}

div.link_area div.link_img img{
	width:150px;
	height:100px;
	border:5px solid #ECECEC;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.link_area div.link_img a{border:none; display:block;}
div.link_area div.link_img a:link{border:none; display:block;}
div.link_area div.link_img a:hover{border-bottom:1px solid #EEEEEE; display:block;}


div.text_area{
	background-color:#FFFFFF;
	padding:12px 12px 12px 12px;
	margin:0px 0px 0px 0px;
	border:5px solid #DBEEFF;
	line-height:14px;
}

div.text_area2{
	background:#F6FAFF;
	height:auto;
	padding:0px 0px 12px 10px;
	margin:20px 0px 0px 5px;
	border-left:1px solid #DAE9F8;
	border-bottom:2px solid #E0F0FD;
	border-right:1px solid #E9F5FF;
	line-height:14px;
}

div.text_area2 h3{
	background:#F0F7FF;
	padding:0px 0px 0px 4px;
	margin:0px 0px 10px -8px;
	border-left:3px solid #BBD7EF;
	border-top:1px solid #E2F2FF;
	border-bottom:1px solid #FFFFFF;
	font-size:12px;
	line-height:18px;
	color:#225E97;
}

div.text_area2 div.area2_box{
	margin:0px;
	padding:0px;
}

div.text_area2 div.area2_box div.cap_img{
	float:left;
	width:123px;
	height:93px;
}
div.text_area2 div.area2_box div.cap_img img{
	border:3px solid #FFE5DF;
	width:120px;
	height:90px;
}

div.text_area2 div.area2_box div.right_txt{
	float:left;
	padding-left: 10px;
	width:360px;
	height:auto;
	line-height:20px;
	color:#777777;
}

div.text_area2 div.area2_box div.left_txt{
	float:left;
	padding-right: 10px;
	width:360px;
	height:auto;
	line-height:20px;
	color:#777777;
}

div.text_area2 div.area2_box a{
	color:#F67455;
	text-decoration:none;
}

div.text_area2 div.area2_box a:link{
	color:#F67455;
	text-decoration:none;
}

div.text_area2 div.area2_box a:hover{
	color:#F67455;
	text-decoration:underline;
}

ul{
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	list-style-image:url(../img/list_img.gif);
	list-style-position:outside;
}


/*##################################
フッター
####################################*/
div.footer{
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	background-color:#CCCCC4;
	text-align:center;
}

div.footer_txt{
	width:800px;
	text-align:left;
	padding:0px;
	margin:0px auto;
	color:#F8F3EF;
}

div.footer_menu{
	padding:12px 6px 0px 6px;
	margin:0px auto;
	font-size:12px;
}

div.copyright{
	padding:0px 6px 0px 0px;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

div.footer a:link{
	color:#F8F3EF;
	text-decoration:none;
}
div.footer a:visited{
	color:#F8F3EF;
	text-decoration:none;
}
div.footer a:active{
	color:#F8F3EF;
	text-decoration:none;
}
div.footer a:hover{
	color:#F8F3EF;
	text-decoration:underline;
}



/*##################################
その他　共通指定
####################################*/
.sample{
	font-size:18px;
	color:#cccccc;
	text-align:center;
	font-weight:bold;
	line-height:26px;
}
.clear{
	clear:both;
}

.underline{
	border-bottom:1px dashed #ECECEC;
	margin:0px;
	padding:0px;
}

.bold{
	font-weight:bold;
}

img.border{
	padding:2px;
	border:1px solid #eeeeee;
}

.indent1{
	margin:2px 0px 2px 14px;
	padding:6px;
	background-color:#FAFAFA;
	border:1px solid #F3F3F3;
}

/********* フォントカラー *********/
.red{
	color:#CC0000;
}

.blue{
	color:#4583C8;
}

.green{
	color:#72B75A;
}


/********* ページのTOPへ戻る *********/
div.page_top{
	float:right;
}

div.page_top a{
	display:block;
	width:123px;
	height:26px;
	padding:4px 0px 0px 8px;
	background-image:url(../img/page_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}


div.page_top a:link{
	display:block;
	width:123px;
	background-image:url(../img/page_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
div.page_top a:visited{
	display:block;
	width:123px;
	background-image:url(../img/page_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
div.page_top a:active{
	display:block;
	width:123px;
	background-image:url(../img/page_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
div.page_top a:hover{
	display:block;
	width:123px;
	background-image:url(../img/page_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}





