/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background-color: #fffff0;

}

#wrapper {
width:770px;
margin:0 auto;
}

/* e[uEi */
td { font-size:13px; line-height:120%;
    /* background-color: #f0ffff;*/
 }

/* N */
a       { color:#0000ff; text-decoration:underline; }
a:hover { color:red; text-decoration:none; background-color:#ffffff; }

b       { color:blue; font:9pt"lr SVbN", "Osaka|"; text-decoration:underline; }

 /* Rec */
 h0 { color:black; font:6pt"lr SVbN", "Osaka|"; margin:0px 0px;}
 h1 { color:black; font:9pt"lr SVbN", "Osaka|"; margin:0px 0px;}
 h2 { color:blue; font:9pt"lr SVbN", "Osaka|"; margin:0px 0px;}
 h3 { color:red;  font-size:12pt; margin:0px 0px;}
 h4 { color:red; font:9pt"lr SVbN", "Osaka|"; margin:0px 0px;}
 h5 { color:white; font:9pt"lr SVbN", "Osaka|"; margin:0px 0px;}
 h6 { color:red; font:9pt"lr SVbN", "Osaka|"; margin:0px 0px;}

/* Xy[X */
.line1  { line-height: 110%; }
.line2  { line-height: 120%; }
.line3  { line-height: 130%; }
.line4  { line-height: 140%; }
.line5  { line-height: 150%; }
.line6  { line-height: 160%; }
.line7  { line-height: 170%; }
.line8  { line-height: 180%; }
.line9  { line-height: 190%; }
.line10 { line-height: 500%;}


/*color*/
.c6495ed {background-color:#c6495ed}
.cw {color: white}
.cf8f8ff {color: #f8f8ff}
.cdcdcdc{color:#dcdcdc}
.f0f8ff{color:#f0f8ff}

p {
	margin: 0px;
	font-weight: normal;
	padding-bottom: 3px;
}

 .td-00 {
 width: 150px;
 height: 29px;
 text-align:center;
 background-image: url(../gif/main-bar.jpg);
 background-color: #fcd592;
 background-repeat:no-repeat;
 }

.td-01 {
width: 770px;
height: 31px;
text-align:center;
background-image: url(../gif/770.jpg);
background-color: #fcd592;
background-repeat:no-repeat;
}

.td-02 {
width: 170px;
height: 25px;
text-align:left;
background-image: url(../gif/side-barcatalogue.gif);
}

.td-03 {
width: 500px;
height: 36px;
text-align:left;
color: white;
background-image: url(../gif/jyusinet/net1.jpg);
background-repeat:no-repeat;
}



/* td class="td-01" */


/* background-image: url(main-bar.gif); */

.album {
	position: relative;
	visibility: hidden;
	left: -5000px;
}
ul, li {
	margin:0;
	padding:0;
}

1
img.bg {
2
  /* Set rules to fill background */
3
  min-height: 100%;
4
  min-width: 1024px;
5
  /* Set up proportionate scaling */
6
  width: 100%;
7
  height: auto;
8
  /* Set up positioning */
9
  position: fixed;
10
  /* ά½Νabsolute; */
11
  top: 0;
12
  left: 0;
13
}
14
 
15
@media screen and (max-width: 1024px){
16
  img.bg {
17
  left: 50%;
18
  margin-left: -512px; }
19
}
20
 
21
div#container {
22
  position: relative;
23
}

