/* 和歌山リサーチラボ　スタイルシート */

/* 共通 */

html                {
                     scrollbar-base-color: #cccccc;
                    }

body                {
                     margin-top: 0px;
                     margin-left:auto;
                     margin-right:auto;
                     margin-bottom: 0px;
                     padding: 0px;
                     vertical-align: top;
                     text-align: center;
                     background-color: #ffffff;
                     background-image : URL(../image/bg.gif);
                     background-attachment: fixed;
                    }

img                 {
                     margin: 0px;
                     padding: 0px;
	             border: none
                    }

h1                  {
                     margin-top: 20px;
                     margin-left: 30px;
                     margin-right: 30px;
                     margin-bottom: 20px;
                     padding-top: 3px;
                     padding-left: 10px;
                     padding-right: 10px;
                     padding-bottom: 3px;
                     text-align: left;
                     background-color: #e8e8e8;
                     color: #333333;
                     font-size: 0.9em;
                     font-weight: bold;
                     font-style: normal;
                     line-height: 130%;
	             border-collapse: collapse;
	             border-left: solid 5px #ff0000;
	             border-right: solid 1px #cccccc;
	             border-bottom: solid 1px #cccccc;
                    }

h2                  {
                     margin-top: 10px;
                     margin-left: 30px;
                     margin-right: 30px;
                     margin-bottom: 5px;
                     text-align: left;
                     color:#009900;
                     font-size: 0.9em;
                     font-weight: bold;
                     font-style: normal;
                     line-height: 130%;
                    }

h3                  {
                     margin-top: 10px;
                     margin-left: 30px;
                     margin-right: 30px;
                     margin-bottom: 5px;
                     text-align: left;
                     color:#333333;
                     font-size: 0.9em;
                     font-weight: bold;
                     font-style: normal;
                     line-height: 130%;
                    }

hr                 {
	             width: 90%;
                     margin-top: 0px;
                     margin-bottom: 0px;
                     padding-top: 0px;
                     padding-bottom: 0px;
	             border: dashed 1px #cccccc;
                    }

a:link              {
                     color: #0000ff;
                     background-color: transparent;
                     text-decoration: underline;
                    }

a:visited           {
                     color: #990099;
                     background-color: transparent;
                     text-decoration: underline;
                    }

a:hover             {
                     color: #ffffff;
                     background-color: #3333ff;
                     text-decoration: underline;
                     position: relative;
                     top: 1px;
                     left: 1px;
                    }

a:active            {
                     color: #ff0000;
                     background-color: #ffffff;
                     text-decoration: underline;
                    }

p                   {
                     vertical-align: top;
                    }

p.header            {
	             width: 715px;
	             height: 40px;
                     margin-top: 10px;
                     margin-bottom: 10px;
                     text-align: center;
                    }

p.menubar           {
	             width: 715px;
	             height: 32px;
                     margin-top: 0px;
                     margin-bottom: 0px;
                     padding-top: 0px;
                     padding-bottom: 0px;
                     text-align: center;
                    }

p.navi              {
	             width: 675px;
                     margin-top: 10px;
                     margin-bottom: 20px;
                     padding-top: 1px;
                     padding-left: 1px;
                     padding-right: 1px;
                     padding-bottom: 1px;
                     color: #666666;
                     font-size: 0.8em;
                     text-align: left;
                     background-image : URL(../image/bg_navi.gif);
                    }

p.title             {
                     margin-top: 5px;
                     margin-bottom: 5px;
                     text-align: center;
                    }

p.contents          {
                     margin-top: 10px;
                     margin-left: 30px;
                     margin-right: 30px;
                     margin-bottom: 10px;
                     text-align: left;
                     color: #000000;
                     font-weight: normal;
                     font-size: 0.9em;
                     line-height : 130%;
                    }

p.coment            {
                     margin-top: 10px;
                     margin-left: 30px;
                     margin-right: 30px;
                     margin-bottom: 10px;
                     text-align: left;
                     color: #555555;
                     font-weight: normal;
                     font-size: 0.9em;
                     line-height : 130%;
                    }

ul                  {
                     margin-top: 10px;
                     margin-left: 50px;
                     margin-right: 20px;
                     margin-bottom: 10px;
                     text-align: left;
                     font-size: 0.9em;
                     line-height: 130%;
                    }

ol                  {
                     margin-top: 0;
                     margin-left: 60px;
                     margin-right: 20px;
                     margin-bottom: 10px;
                     text-align: left;
                     font-size: 0.9em;
                     line-height: 130%;
                    }

address             {
                     margin-top: 20px;
                     margin-bottom: 20px;
                     vertical-align: middle;
                     text-align: center;
                     color: #666666;
                     font-size: 0.75em;
                     font-style: normal;
                     line-height: 130%;
                    }

table.main          {
	             width: 735px;
	             height: 100%;
                     padding: 10px;
                     vertical-align: top;
                     text-align: center;
                     background-color: #ffffff;
	             border-collapse: collapse;
	             border-right: solid 1px #999999;
	             border-left: solid 1px #999999;
                    }

td.tdmain           {
                     vertical-align: top;
                     text-align: center;
                    }

td.topmain          {
	             width: 455px;
                     padding-bottom: 10px;
                     text-align: center;
                     vertical-align: top;
	             border-collapse: collapse;
	             border-top: solid 1px #999999;
	             border-bottom: solid 1px #999999;
                    }

td.topsub           {
	             width: 280px;
                     padding-top: 20px;
                     padding-bottom: 10px;
                     vertical-align: top;
                     background-color: #e8e8e8;
                     font-size: 0.9em;
	             border-collapse: collapse;
	             border-top: solid 1px #999999;
	             border-left: solid 1px #999999;
	             border-bottom: solid 1px #999999;
                    }

/* 表 */

.tablenormal        {
                     margin-top: 10px;
                     margin-bottom: 10px;
	             border-collapse: collapse;
	             border-top: solid 1px #999999;
	             border-right: solid 1px #999999;
                    }

.thnormal           {
                     padding-left:10px;
                     padding-right:10px;
                     padding-top:3px;
                     padding-bottom:3px;
                     text-align: center;
                     vertical-align: top;
                     background-image : URL(../image/bg_thnomal.gif);
                     color: #333333;
                     font-weight: normal;
                     font-size: 0.9em;
                     line-height : 130%;
	             border-collapse: collapse;
	             border-bottom: solid 1px #999999;
	             border-left: solid 1px #999999;
                    }

.tdnormal           {
                     padding: 3px;
                     vertical-align: top;
                     color: #333333;
                     font-size: 0.9em;
                     line-height : 130%;
	             border-collapse: collapse;
	             border-bottom: solid 1px #999999;
	             border-left: solid 1px #999999;
                    }

.tableblank         {
                     margin-top: 10px;
                     margin-bottom: 10px;
                    }

.thblank            {
                     padding: 3px;
                     vertical-align: top;
                     color: #333333;
                     font-weight: normal;
                     font-size: 0.9em;
                     line-height : 130%;
                    }

.tdblank            {
                     padding: 3px;
                     vertical-align: top;
                     color: #333333;
                     font-size: 0.9em;
                     line-height : 130%;
                    }
