body{
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 80%;
 font-family: Verdana, "osaka", "MS P Gothic",Helvetica, Arial, sans-serif;
}

table,th,td,tr {
	font-family: Verdana, "osaka", "MS P Gothic",Helvetica, Arial, sans-serif;
}

a{
	font-family: Verdana, "osaka", "MS P Gothic",Helvetica, Arial, sans-serif;
}
/*---------------------------------ページ全体の横幅*/
#container
{
   position: relative;
   padding: 0px 0px 0px 0px;
   margin: 10px auto;
   text-align: left;
   width: 750px;
   border:1px solid #ccc;
}

#container-result
{
   position: relative;
   padding: 0px 0px 0px 0px;
   margin: 10px auto;
   text-align: left;
   width: 940px;
   border:1px solid #ccc;
   background-color: #FFFFFF;
}

#container-inner
{
   position: static;
   width: auto;
}

#container-for-BLAST
{
   position: relative;
   padding: 0px 0px 0px 0px;
   margin: 20px 40px;
   text-align: left;
   width: 750px;
}

#container-innerBLAST
{
   position: static;
   width: auto;
}

#container-table
{
  width: 900px;
  height: 760px;
  overflow-x: auto;
  overflow-y: auto;
}

/*---------------------------------ヘッダー部分*/
#header{
   position: relative;
   width: 740px; /* necessary for ie win */
   height: 480px;
   /*margin: 40px 0px 0px 0px;*/
   margin: 0px 0px 0px 0px;
   padding: 10px 5px 5px 5px;
   background-color: #ffffff;
   background-image: url('../images/cellcover-K-F3_woc.png');
   background-size: 380px 480px;
   background-repeat: no-repeat;
   background-position: left;
}

#header p{
margin: 0px 20px 0px 0px;
padding: 0px 0px 0px 10px;
text-align: right;
}

#header h1{
margin: 200px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}

#header h2{
margin: 0px 20px 0px 0px;
padding: 0px 0px 0px 10px;
text-align: right;
}

#headerCGI{
   position: relative;
   width: 740px; /* necessary for ie win */
   margin: 0px 0px 0px 10px;
   padding: 5px 5px 5px 5px;
}

/*--------------------------------コンテンツアウトライン*/
#outline {
 width:750px;
 /*height:200px;*/
 text-align:left;
 *margin:0 auto;
 background-color: #FFFFFF;
}

#outline-inner {
 *margin:0 auto;
 padding: 0px 10px 0px 10px;
}

/*---------------------------------フッター部分*/
/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   position: relative;
   border-top: 1px solid #ccc;
   background: #eee; /* Old browsers */
   background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
   background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
   z-index:600;
}

#footer-result
{
   width: 940px; /* necessary for ie win */
   position: relative;
   border-top: 1px solid #ccc;
   background: #eee; /* Old browsers */
   background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
   background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
   z-index:600;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: gray;
   line-height: 20px;
}

.footer-navi
{
   background-color: #FFFFFF; /*--#fff;*/
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}


/*---------------------------------見出し部分*/

/*ページタイトル*/
h1{
font-size: 200%;
font-weight: normal;
margin: 0px 0px -10px 0px;
padding: 10px 0px 0px 0px;
/*padding: 10px 0px 10px 0px;*/
}
h2{
font-size: 120%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
}
h3{
font-size: 120%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
}

/*---------------------------------コンテンツ内のp部分*/
p{
margin: 0px 0px 1em 0px;
padding: 0px;
line-height: 1.5;
}

/*-----------------------------------------------------*/
.white_box{
width: 500px;
background:#ffffff;
/*font-weight:bold;*/
padding:5px 5px;
border :solid 1px gray;
}

.white_box_400{
width: 400px;
background:#ffffff;
/*font-weight:bold;*/
padding:5px 5px;
border :solid 1px gray;
}

.green_back{
        background: url(/CGViewer/img/point/square_big.gif) no-repeat bottom left;
	padding:10px 0 0 45px;
}
.green_back_small{
        background: url(/CGViewer/img/point/square_sml.gif) no-repeat bottom left;
	padding:10px 0 0 45px;
}

.black_title { background:#efefef; padding:0 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; border-left:solid 10px #666; }

.green_title { background:#EFEFEF; padding:0 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; border-left:solid 10px #399900; }

.gray_box { background:#efefef; padding:0 5px; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; }

.dark_gray_box { background:darkgray; padding:0 5px; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; }

.light_gray_box { background:#DDDDDD; padding:0 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; }

.black_title_500 { width:500px;background:#efefef; padding:0 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; border-left:solid 10px #666; }
.blue_title_500 { width:500px;background:#DDDDDD; padding:5px 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; border-left:solid 10px darkblue; }
.red_title_500 { width:500px;background:#DDDDDD; padding:5px 5px; font-weight:bold; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; border-left:solid 10px darkred; }
.red_line { width:500px;background:#ffffff; padding:5px 5px; font-weight:bold; border-right:solid 0px #ccc; border-bottom:solid 0px #ccc; border-left:solid 10px darkred; }
.green_line { width:500px;background:#ffffff; padding:5px 5px; font-weight:bold; border-right:solid 0px #ccc; border-bottom:solid 0px #ccc; border-left:solid 10px darkgreen; }
.blue_line { width:500px;background:#ffffff; padding:5px 5px; font-weight:bold; border-right:solid 0px #ccc; border-bottom:solid 0px #ccc; border-left:solid 10px darkblue; }
.orange_line { width:500px;background:#ffffff; padding:5px 5px; font-weight:bold; border-right:solid 0px #ccc; border-bottom:solid 0px #ccc; border-left:solid 5px darkorange; }



.light_gray_box_500 {
        background:#DDDDDD;
        padding:0 5px;
        font-weight:bold;
        border-right:solid 1px #ccc;
        border-bottom:solid 1px #ccc;
        width:500px;
        }

.field_set1{border-width:3px;border-color:green;border-style:solid;padding:0 10px 5px 10px;}


.violet_box{
background:#ffdfff;
font-weight:bold;
padding:0 5px;
border :solid 1px #cc00cc;
border-right:solid 2px #cc00cc;
border-bottom:solid 2px #cc00cc;}

.red_box{
width:500px;
background:#ffdfdf;
padding:5px 5px;
border :solid 1px #dd0000;
border-right:solid 2px #dd0000;
border-bottom:solid 2px #dd0000;}

.green_box{
width:400px;
background:#b2ffb2;
/*font-weight:bold;*/
padding:5px 5px;
border :solid 1px gray;
}
.whitey_box{
width:130px;
background:#ffffff;
/*font-weight:bold;*/
padding:5px 5px;
border :solid 1px gray;
}
.no_border {
    border-style:none;
}



/*--add Line--*/
#Loutside{
	border:1px solid #006600;
	background:#006600;
	}
#Linner {
	padding:2px 3px 0 3px;
	margin:0px;
	list-style:none;
	width:100%;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 10pt verdana, arial, helvetica;
	color:white;
	font-weight:bold; 
}

#Moutside{
        border:1px solid #228b22;
        background:#228b22;
        }
#Minner {
        padding:2px 3px 0 3px;
        margin:0px;
        list-style:none;
        width:100%;
        height:21px;
        border-top:2px solid #FFFFFF;
        border-bottom:2px solid #FFFFFF;
        font:normal 10pt verdana, arial, helvetica;
        color:white;
        font-weight:bold;
}


/**/

.original_db_box{
width:330px;
background:#ffffff;
padding:5px 5px;
border :solid 1px gray;
}


/*--2010.4.7 add by mihara--*/
table.loginfo {
 font-size: 90%;
 width: 100%;
 border-spacing: 0;
 border-collapse:collapse;
}

table.loginfo th{
 border-bottom: 1px solid #398E10;
 Vertical-align:top;
 text-align:right;
 background-color:#398E10;
 color: #FFF;
 width: 20%;
}

table.loginfo td{
 Vertical-align:top;
 background-color:#ccff99;
 width: 80%;
}
/**/


/*--For Blast TABLE--
*/
table.blast {
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
table.blast caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
table.blast th, table.blast td {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 0.3em;
	vertical-align: 4px;
	background-color:#eee;
}
table.blast th {
	text-align: left;
	text-transform: uppercase;
	background-color:#99ff66;
}
table.blast tr:hover td {
	background-color: #E5E5CB;
}
tr.odd td {
	background-color: #ddd;
}
table.blast td a {
	color: #333;
}
table.blast td a:visited {
	color: #999999;
}
table.blast td a:hover {
	color: #33c;
}
table.blast td a:active {
	color: #33c;
}
table.blast td.variant {
   border-top:none !important;   
}
tr.var td {
	color: #999999;
	background-color:#eee;
}
tr.odd_var td {
	color: #999999;
	background-color: #ddd;
}

/*--For Blast TABLE--
*/
table.aa_list {
        font-size: 0.8em;
        border: 1px solid #666;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
}
table.aa_list caption {
        font-size: 1.4em;
        font-stretch: condensed;
        font-weight: bold;
        padding-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
}
table.aa_list th, table.aa_list td {
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        padding: 0.3em;
        vertical-align: 4px;
        background-color:#eee;
}
table.aa_list th {
        text-align: left;
        text-transform: uppercase;
        padding: 0.3em;
        vertical-align: 4px;
        background-color:#eee;
}
table.aa_list th {
        text-align: left;
        text-transform: uppercase;
        background-color:#99ff66;
}
table.aa_list tr:hover td {
        background-color: #E5E5CB;
}
table.aa_list tr.odd td {
        background-color: #ddd;
}

/**/
.dot_frame{
margin:0;
border:1px dotted #000000;
background-color:#ecf5fa;
padding:5px 5px;
text-align:left;
}

.dot_frame_white{
margin:0;
border:1px dotted #A9A9A9;
background-color:#FFFFFF;
padding:5px 5px;
text-align:left;
}

.active_step {
    background:yellow;
    padding: 1px 15px;
    border :solid 1px #000;
}

table.options thead tr{
   background-color:#F0E68C;
   text-align:center;
   font-weight: bold;
}

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border-bottom: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}


/*--- BREADCRUMBS -------------------------------------*/
ul.breadcrumbs{
margin:0 0;
padding:10px 0;
line-height:0%;
font-size:0;
}

        ul.breadcrumbs li{
        list-style-type:none;
        margin:0;
        padding:0;
        display:inline-block;
        *display:inline; /* IE ONLY*/
        position:relative;
        zoom:1;
        line-height:100%;
        font-size:14px; /* 0.8em default to override font-size:0; on parent*/
        }

        ul.breadcrumbs li a{
        display:inline-block;
        *display:inline; /* IE ONLY*/
        position:relative;
        padding:5px 15px 5px 5px;
        font-size:0.9em;
        zoom:1;
        margin:0;
        background:url(../images/icon-arrow-right.png) no-repeat right center;
        }

        ul.breadcrumbs li.last a{
        color:#333;
        cursor: default;
        text-decoration:none;
        background:none;
        }

        ul.breadcrumbs li.last a:hover{
        text-decoration:none;
        }

/*--- LISTS --------------------------------------------*/

ul.alt{
padding: 0;
margin:0 0 20px 0;
}

        ul.alt li{
        list-style-type:none;
        /*--border-top:1px dotted #ccc;
        border-bottom:1px dotted #ccc;--*/
        margin:0px 0 -1px 10px;
        background:url(../images/icon-arrow-right.png) no-repeat 5px 0.7em;
        padding-left:20px;
        }
