/*

*/

* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #eeeeee url(http://www.rglv.jp/img/page_bg.jpg) repeat-x;
 font-size: 12px;
}

img {
 border:0;
}

a {
 color: #0000ff;
}

a:visited {
 color: #BCD2E6;
}

a:hover {
 color: #0000c0;
}

#wrapper {
 width: 780px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #999999;
/* background: #ffffff; */
 background: #333333 url(http://www.rglv.jp/img/img_bg01.gif) repeat;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 float: left;
 width: 100%;
 height: 28px;
 margin: 0px;
 padding: 0px;
 background: #ffffff url(http://www.rglv.jp/img/glove-bar.jpg);
}

#header #title {
  margin: 0;
  text-indent: -99999px;
  font-size:9px;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 5px 0px 0px 5px;
 padding: 0px;
 color: #666666;
 font-size: 12px;
 text-align: left;
}

/* Site image */
#siteimage {
 float: left;
 width: 100%;
 margin: 0px;
 padding: 0px;
 background: #000000;
}


/* Navigation */
#navigation {
 float: left;
 width: 100%;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 background: #333333 url(http://www.rglv.jp/img/menu_bar.jpg) repeat-x;
}

#navigation ul {
 list-style:none;
 float: right;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0px;
}

#navigation li a.tabs {
 float:left;
 padding-left: 4px;
 background:  url(http://img204.imageshack.us/img204/8531/l4iw5.gif) no-repeat;
 text-decoration:none;
}

#navigation li a.tabs:hover {
 background:  url(http://img204.imageshack.us/img204/1365/l41uw6.gif) no-repeat;
}

#navigation li a.tabs span {
 float:left;
 padding: 5px 15px 4px 6px;
 background:  url(http://img204.imageshack.us/img204/5410/r4zw5.gif) no-repeat right top;
 color: #6B78A9;
 font-size: 1.0em;
}

#navigation li a.tabs:hover span {
 background:  url(http://img204.imageshack.us/img204/3035/r41qi1.gif) no-repeat right top;
 color: #6B78A9;
}

/* Main contents */
#contents {
 float: left;
 width: 540px;
 margin: 0px 0px 0px;
 padding: 0px;
 background: #ffffff url(http://www.rglv.jp/img/contents_body.jpg) repeat-y;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
  font-size: medium;
  color: #333333;
  background-color: #ffffff;
  font-weight: bolder;
  text-transform: capitalize;
  border-style: solid;
  border-width: 0 0 1px 10px;
  padding: 0.2em;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
 margin: 10px 15px;
 padding: 0px;
}


#contents h3 {
 margin: 15px 0px 10px;
/*
 padding: 5px 5px;
*/
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Sidebar */
#firstSide { float: left;}

.sidebar {
 width: 240px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
/* background: #333333 url(http://www.rglv.jp/img/img_bg01.gif) repeat; */
/* background: #ff0000; */
 font-size: 1.0em;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 15px 0px 0px;
 padding: 5px 10px;
 border-bottom: 1px dashed #0600B3;
 border-left: 5px solid #0600B3;
 background: #333333 url(http://www.rglv.jp/img/img_bg01.gif) repeat;
 color: #0600B3;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 220px;
}

.sidebar p {
 padding: 3px 0px 3px 15px;
 color: #ffffff;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px 3px 15px;
 border-bottom: 1px dashed #ffffff;
 color: #ffffff;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #ffff99;
 color: #ffff99;
}

.sidebar a {
 color: #ffffff;
}

.sidebar a:hover {
 color: #ffffff;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 24px;
 margin: 0px;
 padding: 0px 0px 0px;
 background: #333333 url(http://www.rglv.jp/img/menu_bar.jpg) repeat-x;
 color: #ffffff;
 font-size: x-small;
 text-align: right;
}

/* Text style define */
.main {
    font-size: 12px;
    line-height: 20px;
}
.normal {
    font-size: 12px;
}
.cellpadding {
    padding: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
}

.mini {
    line-height: 16px;
    font-size: x-small;
    font-weight: normal;
}

.cellpadding2 {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.foodmenu {
    padding: 15px;
    font-size: 11px;
    line-height: 19px;
    font-weight: normal;
}

.block {
    font-size: small;
    padding: 10px;
    background-color: #eeeeee;
}




