@charset   "Shift_JIS";
body {
  font-family: 'ＭＳ Ｐゴシック';
}

table {
  line-height: 1.1em;
}

a.footer{
  text-decoration: none;
  color:#000000;
}
a.footer:hover{
  text-decoration: underline;
  color:#000000;
}
a.footer:visited{
  color:#000000;
}

a.menu {
  color:#0000ff;
  font-size:12px;
}
a.menu:hover{
  color:#0000ff;
  font-weight:bold;
  font-size:12px;
}
a.menu:visited{
  color:#0000ff;
  font-size:12px;
}

a.link_menu {
  color:#000084;
  font-size:14px;
  font-weight:bold;
}

a.link_menu:visited{
  color:#000084;
  font-size:14px;
  font-weight:bold;
}

a.link_menu:hover{
  color:#0000ff;
  font-size:14px;
  font-weight:bold;
}

div{
  margin:0;
  padding:0;
}

html{
  height:100%;
}

body{
  /*text-align:center;*/
  height:100%;
  margin:0;
  padding:0;
}

#outline {
  width:730px;
  /*margin:0 auto;*/
  background-color:#ffffff;
  border:1px solid #a0a0a0;
  min-height:100%;
  position:relative;
  padding-left:4px;
  padding-right:4px;
  /*overflow:hidden;*/ /*FF2でmin-heightが効かなくなる*/

	/* センタリング */
  margin:0 auto;
}

* html #outline{
  /*overflow:visible;*/
  height:100%;
}


#outline:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

body > #outline {
  height: auto;
}

.header {
  width:100%;
  text-align:center;
  margin-bottom:1em;
}
.header table{
  margin:0 auto;
}

.main_area {
  width:720px;
  float:right;
  *margin-right:4px;*
  border-color:#000000;
  padding-bottom:6em;
}

.menu_area{
  width:120px;
  float:left;
  /*margin-left:4px;*/
  padding-bottom:6em;
}

.wide_area { 
  clear:both; 
  width:730px;
  padding-left:5px;
  padding-bottom:6em;
}

.top_page_main {
  width:600px;
  /*padding-left:4px;*/
  float:left;
  padding-bottom:6em;
}

.top_page_right {
  width:124px; 
  float:right; 
  /*padding-right:2px;*/
  padding-bottom:6em;
}

.c-both { clear:both; }

.footer_area {
  clear:both;
  text-align:center;
  position:absolute;
  left:0px;   /*IE7必要*/
  bottom:0px;
  width:100%;
  margin-bottom:1em;
}

.footer_area table{
  margin:0 auto;
}
  
table.link_menu{
  color:#000084;
  font-size:14px;
  font-weight:bold;
  border-color:#0000C6;
  border-width:1px;
  border-style:solid;
  border-collapse:collapse;
  background-color:#E7E7E7;
  margin-bottom:2px;
  text-align:center;
}

.hidden{
  display:none;
}

table.simple_tab{
  border-collapse:collapse;
  border:solid 1px #a0a0a0;
}

td.simple_tab{
  border:solid 1px #a0a0a0;
}

ul.compact_list{
  margin: 0 0 0 20px;
  padding:0;
}

/*IE8で水平線が太く表示されるのを防ぐ*/
hr{
  border-width:0px\9;
}

.badge {
  padding: 3px 6px;
  margin-right: 2px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
  background-color: #58ACFA; /*青*/
  background-color: #888888; /*灰*/}

table.credit td {
  font-size: 12px;
  line-height: 1.8em;
}