@charset "UTF-8";
body{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-size : 11px;
  color : #333333;
  line-height : 130%;
  background: #ffffff url("../images/bg.gif");
  background-repeat: repeat;
  background-attachment: fixed;
}

P{
  color : #333333;
}

P.purple{
  color : #5a4d9c;
}

TABLE{
  font-size : 11px;
  line-height : 130%;
  color : #333333;
}

TD{
  color : #333333;
}

H1.top_title{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : normal;
  font-size : 12px;
  line-height : 1;
  display: inline;
  color : #333333;
  text-decoration:none;
}

H2.purple{
  font-family: 'ＭＳ Ｐゴシック','中ゴシック体';
  font-weight : bold;
  font-size : 14px;
  line-height : 1;
  color : purple;
}

a img{
  border-style:none;
}

.contents_bdr{
  border: 1px solid #4a9ede;
}
.contents_bdr_g{
  border: 1px solid #138813;
}
.contents_bdr_r{
  border: 1px solid red;
}

.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;}

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 : #333333;
  text-decoration:none;
}

.compinfo{
  border-collapse: collapse;
}
.compinfo TD{
  border: 1px solid silver;
}
.compinfo TH{
  margin: 1px;
  padding: 1px;
  text-align: center;
  border: 1px solid silver;
  background-color: silver;
}
.compname{
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: silver;
}
.compname_l{
  background-image:url('../images/corner_lt.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
.compname_c{
  padding-top: 4px;
}
.compname_r{
  background-image:url('../images/corner_rt.gif');
  background-repeat: no-repeat;
  background-position: right top;
}

.dotline{
  background-image:url('../images/dotline_r.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 : #333333;
}
.linklist{
  font-size : 11px;
  color : #333333;
}
.linklist a{
  font-size : 11px;
  color : #333333;
  text-decoration:none;
}
.linklist a:hover{
  text-decoration:underline;
}
.footer{
  font-size : 10px;
  color : #333333;
}
.footer a{
  font-size : 10px;
  color : #333333;
  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;*/
}

/*--------------------------
 Sortコントロール用
----------------------------*/
.nosort {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 15px;
}
.sortedasc {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 15px;
  background: transparent url(../images/sortedasc.gif) no-repeat center right;
}
.sorteddesc {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 15px;
  background: transparent url(../images/sorteddesc.gif) no-repeat center right;
}

