OSDN Git Service

becc73b4767423a3a181f7931ea09c2e3f850d84
[vem/WITs.git] / CSS / vemclient.css
1 body{
2   background-color:#F5FFFA;
3   margin-left:auto;
4   margin-right:auto;
5   text-align:center;
6   width:90%;
7 }
8
9 #HITACHI {
10   border:0px;
11   height:141px;
12   width:300px;
13   background:url(icon/TEM1icon.png) left top no-repeat;
14 }
15
16 #FEI {
17   border:0px;
18   height:141px;
19   width:300px;
20   background:url(icon/TEM2icon.png) left top no-repeat;
21 }
22
23 #JEOL {
24   border:0px;
25   height:141px;
26   width:300px;
27   background:url(icon/TEM3icon.png) left top no-repeat;
28 }
29
30 #container{
31   width:1000px;
32   margin-left:auto;
33   margin-right:auto;
34
35 }
36
37 #leftside{
38   width:580px;
39   float:left;
40   margin: 10px;
41 }
42
43 #rightside{
44   width:380px;
45   float:left;
46   margin: 10px;
47 }
48
49 div#left{
50   float:left;
51   position:absolute;
52   left:100px;
53 }
54 div#right{
55   position:relative;
56   left:80px;
57 }
58 .clearRight{
59   clear:left;
60 }
61 .box{
62   position:absolute;
63   text-align:left;
64   left:60px;
65 }