@charset "UTF-8";
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-size : 11px;
  color : #505050;
  line-height : 130%;
  background: #ffffff url("../images/bg.gif");
  background-repeat: repeat;
  background-attachment: fixed;
}

P{
  color : #505050;
}

P.purple{
  color : #5a4d9c;
}

TABLE{
  font-size : 11px;
  line-height : 130%;
  color : #505050;
}

TD{
  color : #505050;
}

H1.top_title{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : normal;
  font-size : 12px;
  line-height : 1.1;
  display: inline;
  color : #505050;
  text-decoration:none;
}

H2{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1.1;
}

H2.purple{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1.1;
  color : purple;
}
H2.navy{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1.1;
  color : navy;
}
H2.orange{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1.1;
  color : #ff4b00;
}
H2.yellow{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1.1;
  color : yellow;
}

a img{
  border-style:none;
}

.f10	{font-size:11px;}

.f10r	{font-size:11px;line-height:13px;}

.f12	{font-size:13px;}

.f12r	{font-size:13px;line-height:17px;}

.f12title{color:#0C419A;font-size:13px;}

.f16	{font-size:16px;}

a.frame {color:#8AA1B9;text-decoration:none}
a.frame:visited {color:#8AA1B9;text-decoration:none}
a.frame:hover {color:#8AA1B9;text-decoration:underline}

a.lineup {color:blue}
a.lineup:visited {color:blue}

.nodeco_a{
  color : #505050;
  text-decoration:none;
}

.dotline{
  background-image:url('../images/dot_line.gif');
  background-repeat: repeat-x;
  background-position: left center;
}
.dotline_b{
  background-image:url('../images/dot_line_b.gif');
  background-repeat: repeat-x;
  background-position: left center;
}
.pagedesc{
  font-size : 13px;
  color : #505050;
}
.linklist{
  font-size : 11px;
  color : #505050;
}
.linklist a{
  font-size : 11px;
  color : #505050;
  text-decoration:none;
}
.linklist a:hover{
  text-decoration:underline;
}
.footer{
  font-size : 10px;
  color : #505050;
}
.footer a{
  font-size : 10px;
  color : #505050;
  text-decoration:none;
}

/*--------------------------
 Waitダイアログ用
----------------------------*/
#phWait{
  background-color: #F0F0E8;
  position: fixed !important; /* not IE or >= IE7 */
  position: absolute; /* < IE7 */
  top: 51px;
  left: 201px;
  width: 180px;
  height: 70px;
  z-index: 20;
  border: 0px solid #F0F0E8;
/*  display: none;
  visibility: hidden;*/
}
#ifWait1{
  background-color: #F0F0E8;
  position: fixed !important; /* not IE or >= IE7 */
  position: absolute; /* < IE7 */
  top: 50px;
  left: 200px;
  width: 180px;
  height: 70px;
  z-index: 19;
  border: 1px solid #000000;
/*  display: none;
  visibility: hidden;*/
}
#ifWait2{
  background-color: #808080;
  position: fixed !important; /* not IE or >= IE7 */
  position: absolute; /* < IE7 */
  top: 51px;
  left: 201px;
  width: 180px;
  height: 70px;
  z-index: 18;
  border: 1px solid #808080;
/*  display: none;
  visibility: hidden;*/
}
#ifWait3{
  position: fixed !important; /* not IE or >= IE7 */
  position: absolute; /* < IE7 */
  top: 49px;
  left: 199px;
  width: 182px;
  height: 72px;
  z-index: 17;
  border: 1px solid #ffffff;
/*  display: none;
  visibility: hidden;*/
}
