
* {
  padding: 0;
  margin: 0;
}


a:link {
  color: #008000;
  text-decoration: underline;
}

a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}


body {
  font-size: 80%;
  text-align: left;
  background: #000000
  font-family: "Arial", sans-serif;
  padding: 0;
  margin-right: 1cm;
  }
 
}

text {

  h1 {color: #006400}
  h2 {color: #006400}
  p {color: #006400}
  
  }



#header-inner {
  height: 120px;
  background: url(img/bg-header-inner.gif) no-repeat 0 0;
}

#container {
  width: 100%;
  float: left;
  margin-right: -160px;
}

#contents {
  width: 100%;
  float: right;
  margin-left: -200px;
}

#contents-inner {
  margin: 0 160px 0 200px;
  padding: 80px 50px 0;
}

#left-sidebar {
  width: 180px;
  height: 1200px;
  float: left;
  padding: 80px 10px 0;
  background: #003300 no-repeat 0 0;
}

#right-sidebar {
  width: 161px;
  float: right;
  padding: 80px 10px 0;
}

}


/* -- キーワード -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  padding: 0.5em 0 0.5em 250px;
}

/* -- タイトル -- */
.logo {
  font-size: 180%;
  padding: 0 0 0.5em 250px;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- ページの概要 -- */
.description { padding: 0 0 0 250px; }


/* -- 見出し -- */
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 1em;
  padding: 5px 0 4px 55px;
  background:  no-repeat 0 50%;
  border-bottom: 1px solid #99FF99;
}

h3,
h4,
h5,
h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


#left-sidebar a,
#right-sidebar a {
  text-decoration: none;
  color: #ffffff;
}

#left-sidebar a:hover,
  text-decoration: underline;
  color: #ffffff;
}

/* -- サイドバータイトル -- */
.p_sidetitle {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
  color: #99FF99;
}

/*
----- リスト/サイドバーメニュー -----
*/

#left-sidebar .globalnavi,
  list-style-type: none;
  margin-bottom: 2em;
}

#left-sidebar .globalnavi li,
#right-sidebar .globalnavi li {
  display: inline;
  margin: 0;
}

#left-sidebar .globalnavi li a, {
  width: 180px;
  display: block;
  padding: 0.5em 0;
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

#left-sidebar .globalnavi li a:hover {
  text-align: center;
  background-color: #009900;
  color: #99ff99;
  border-bottom: 1px solid #ff0000;
}


#left-sidebar ul,
#right-sidebar ul {
  list-style-position: inside;
  margin: 0 0 2em;
}

#left-sidebar ul li,
#right-sidebar ul li { margin-bottom: 0.5em; }

#left-sidebar ul li a { color: #ffffff; }

#right-sidebar ul li a { color: #0000ff; }

/*info-更新情報など----DLリスト*/

dl.sidebar-dl { margin: 0 0 2em; }

.sidebar-dl dt {
  font-weight: bold;
  color: #99FF99;
  padding: 5px 0 2px;
  border-bottom: 1px solid #000000;
}

.sidebar-dl dd {
  padding: 5px 0 2em;
  line-height: 1.6em;
}

.sidebar-dl dd p {
  margin-bottom: 0.5em;
  line-height: 1.6em;


#footer p {
  text-align: center;
  padding: 0.5em 0;
}

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
  text-decoration: none;
  font-size: 90%;
  text-align: center;
  padding: 0;
  color: #999999;
}
