@charset "Shift_JIS";
@import "http://";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #3333ff;
  text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline; 
}

/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
  font-size: 0.85em;
  text-align: center;
  font-family: "Verdana","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #444444;
  padding: 0;
  margin: 0;
}

.small { 
font-size : 70%;
color : gray;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
  border: 1px solid #4682B4;
}

#header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #cccccc;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#contents {
  float: right;
  width: 540px;
  padding: 4em 30px 4em 29px;
}

#sidebar {
  float: left;
  width: 180px;
  padding: 4em 10px 2em;
}

#footer {
  clear: both;
  padding: 0.6em 0 1em;
  font-size: 0.85em;
  border-top: 1px solid #cccccc;
  text-align: center;
　background-color: #cce6e6;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
#header h1 {
  text-align: right;
  font-size: 0.85em;
  font-weight: normal;
  color: #87CEEB;
}

/* -- サイト名 -- */
.logo {
  margin-bottom: 0.3em;
}


/* -- 概要 -- */
.description {
  font-size: 0.85em;
  color: #4682B4;
  text-indent: 1em;
}


/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 800px;
  list-style-type: none;
  position: absolute;
  background-color: #0099ff;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
  font-family: "Comic Sans MS","sans-serif";
  font-weight: bolder;
  color: #ffffff;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #0099ff;
  color: #ffffff;
}

#globalnavi li a:hover {
  background-color: #99ccff;
  color: #000000;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
　color: #191970; 
　font-weight: bolder;
  padding: 0px 3px 0.3em 3px;/* 空白上右下左を指定 */
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin: 0 0 2em;
  font-size: 97%;
}

.localnavi li { 
　display: inline; 
}

.localnavi li a {
  margin-bottom: 1px;
  padding: 5px 0 5px 10px;
  display: block;
  width: 164px;
  text-decoration: none;
  border-left: 5px solid #4682B4;
  background-color: #e5f1ff;
  color: #003366;
}

.localnavi li a:hover {
  text-decoration: none;
  background-color: #4682b4;
  color: #ffffff;
  border-left: 5px solid #0000ff;
}

/* ---------------------------------------- #footer内の指定 */
#footer p{
　text-align: center;
　margin-top:10px
}


#footer ul {
float: center;
margin-bottom:10px;
margin-top:10px;
}

#footer {
　background-color: #cce6e6;
}

#footer li{
 display: inline;
 margin: 0;
 padding: 0 10px;
 list-style: none;
 border-right: 1px solid #333;
}

#footer li.right {border-right: none;}

