﻿* {
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- #globalnaviの指定 */
#globalnavi ul {
  width: 800px;
  list-style-type: none;
  position: absolute; 
  background-color: #4e91c7;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #ffffff;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #4e91c7;
  color: #ffffff;
}

#globalnavi li a:hover {
  background-color: #27577e;
  color: #ffffff;
}

#globalnavi .current a {
  background-color: #27577e;
  color: #ffffff;
}

.menu2 {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #4e91c7;
  color: #006393;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 1em 0;
  font-weight:bold;
}

.subtitle {
  margin-bottom: 0px;
  width:170px;
  overflow: hidden;
  padding: 0.5em 5px;
  font-weight:bold;
  background-color: #eeeeee;
  color: #000000;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.subtitle2 {
  text-align: right; 
  margin-bottom: 0px;
  width:170px;
  overflow: hidden;
  padding: 0.5em 5px;
  font-weight:normal;
  background-color: #989898;
  color: #666666;
  border-bottom: 1px solid #cccccc;
}

.grayout {
  margin-bottom: 0px;
  width:170px;
  overflow: hidden;
  padding: 0.5em 5px;
  font-weight:normal;
  background-color: #eeeeee;
  color: #aaaaaa;
  border-bottom: 1px solid #cccccc;
}


/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi ul {
  list-style-position: inside;
  margin: 0px 0 0;
  padding: 0;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi2 a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #989898;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi ul a {
  text-align: right; 
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #989898;
  color: #ffffff;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/*Release Note*/
.RNnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.RNnavi ul {
  list-style-position: inside;
  margin: 0px 0 0;
  padding: 0;
}

.RNnavi li { display: inline; }

.RNnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #99ccff;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.RNnavi ul a {
  text-align: right; 
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #989898;
  color: #ffffff;
}

.RNnavi a:hover {
  text-decoration: none;
  background-color: #3399ff;
  color: #ffffff;
  border-bottom: 1px solid #ff0000;
}


/* footerHJ MENU*/
#footerHJ li a {
  color: #000000;
  font-weight:normal;
  text-decoration: none;
}

#footerHJ li a:hover {
  color: #004286;
}

#footerHJ li {
  display:inline;
  list-style-type:none;
  border-left: solid 1px #aaaaaa;
  margin-left: 15px;
  padding-left: 15px;
}

#footerHJ li.first {
	border-left:none;
	margin-left:0;
	padding-left:0;
}

#footerHJ ul {
  text-align:center;
  margin:10px;
  padding:10px;
  }
