OSDN Git Service

Changes to be committed:
[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 #leftside{
37   width:580px;
38   float:left;
39   margin: 10px;
40 }
41
42 #rightside{
43   width:380px;
44   float:left;
45   margin: 10px;
46 }
47
48 div#left{
49   float:left;
50   position:absolute;
51   left:150px;
52   text-align:left;
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 }