@charset "utf-8";

/* 一括で全ての要素の余白をゼロに持EE*/
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #cccccc;
  text-decoration: none;
}

a:visited {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background-color: #a9a9a9;
  background-image : url(wallppr.gif);
  color: #cccccc;
  font-size: 0.85em;
  text-align: center;
  font-family: "times new roman",  "EE EゴシチE", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;

}

html,body {
  scrollbar-face-color:#a9a9a9;
}

/* ---------------------------------------- レイアウトに関する持EE*/

#wrapper {
  background-color: #202020;
  text-align: left;
  margin: 1em auto 0;
  width: 900px;
  border: 1px solid #202020;
}

#header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #696969;
}

#globalnavi {
  width: 100%;
  position: relative;
  border: 1px solid #696969;
}

#container {
  float: right;
  width: 100%;
  margin-left: -200px;
}

#contents {
  margin-left: 150px;
  padding: 4em 30px 3em 29px;
  border-left: 1px solid #696969;
}

#sidebar {
  float: left;
  width: 130px;
  padding: 4em 10px 2em;
  border-right: 1px solid #696969;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #696969;
}

/* ---------------------------------------- #header冁EE持EE*/

#header p {
  text-align: center; 
}

/* -- 見Eしレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal; margin-bottom:-20px;
}

/* -- logo画僁E-- */
img.ks-logo {
  width:200;
  height:80;
  float:left; padding:1px ;
  margin-left:5px;
  margin-bottom: 10px;
  border:0px;
}

/* -- サイト名 -- */
.logo {
  color: #cccccc;
  font-family:"times new roman", "EE EゴシチE", "MS PGothic", sans-serif;
  font-size: 4em;
  margin-right:55px;
  margin-bottom: 0.25em;
}

.logo a {
  color: #cccccc;
  text-decoration: none;
  background-color: #202020;

}

.logo a:hover {
  text-decoration: none;
  background-color: #202020;
  color: #ff0000;
}

/* -- 概要E-- */
.description { 
  margin-right:-20px;

}

/* ---------------------------------------- #globalnaviの持EE*/

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #696969;
}

#globalnavi li {text-align: center;
  width: 8em;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #696969;
  color: #000000;
}

#globalnavi li a.here {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #d3d3d3;
  color: #000000;
}

#globalnavi li a:hover {
  background-color: #d3d3d3;
  color: #ff0000;
}

/* ---------------------------------------- #contents冁EE持EE*/

/* -- 見EぁE-- */

h2,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

h3 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h4,h5,h6 {
  margin-top: 2.5em;
}

/* -- 斁EE-- */
#contents p {
  line-height: 0.8em;
  margin-bottom: 0.5em;
}

/* -- 画僁E-- */
#contents img.ks_top {
  width:690;
  height:360;
  margin-left: 0px;
  margin-bottom: 10px;
}

/* -- インラインフレーム -- */
#contents iframe.m_window {
  width: 100%;
  height: 550px;
  border: 0px #000000 ;
  margin-bottom: 10px;
}

#contents iframe.s_window {
  width: 69%;
  height: 200px;
  border: 0px #000000 ;
  margin-bottom: 10px;
  background-color: #e0e0e0;
}

/* -- パン屑リスチE-- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以丁Eリスト関俁E-- */
#contents dl {
  margin: 1em 0; 
}

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd {
  margin-left: 10px;
  margin-bottom: 2em; 
}

#contents ul {
  margin: 1em 0 1em 20px; 
}

#contents ol {
  margin: 1em 0 1em 30px; 
}

#contents li {
  margin-bottom: 0.5em; 
}

/* ---------------------------------------- #sidebar冁EE持EE*/

/* -- カチEリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスチE-- */
.localnavi {
  list-style-type: none;
  margin-bottom: 0.1em;
  
}

.localnavi li {
  display: inline; 
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 0.5em 5px;
  background-color: #696969;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #dcdcdc;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

.localnavi li a.here {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 5px;
  background-color: #c0c0c0;
  color: #000000;
}

/* -- サブリスチE-- */
.sub_localnavi {
  list-style-type: disc;
  margin-bottom: 0.1em;
}
.sub_localnavi li {
  display: inline; 
}

.sub_localnavi a {
  text-decoration: none;
  display: block;
  width: 100px;
  margin-left: 20px;
  background-color: #dcdcdc;
  color: #000000;
}

.sub_localnavi a:hover {
  text-decoration: none;
  background-color: #a9a9a9;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

.sub_localnavi li a.here2 {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 5px;
  background-color: #f3f3f3;
  color: #000000;
}

/* ---------------------------------------- #footer冁EE持EE*/
#footer p { text-align: center; }
address { text-align: center; }