@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #DCDCDC;
  background: #FFFFFF url(images/back-body2.jpg) ;
}

#wrapper {
  width: 960px;
  margin:0 auto 0 auto; text-align:left;
  color: #333333;

}

/* リンク
---------------------------------------------------- */
a:link {
  color: #990000;   text-decoration: none;
  font-weight: bold;
  background: transparent;
}
a:visited {
  color: #990000;   text-decoration: none;
  font-weight: bold;
  background: transparent;
}
a:hover, a:active {
  color: #990000;  text-decoration: none;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  color: #999999;
}
h1 {
  margin:0 auto 0 auto;
  float: center;
  width: 872px;
  height: 700px;
  font-size: 9pt;
}
h1 img {
  vertical-align: bottom;
}


/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 960px;			/* ■IE用バグ対策 */
  padding-top: 0px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  padding: 0;
  width: 960px;
  color: #DCDCDC;
  font-size: 10pt;
  line-height: 1.3em;
}
img {
  border : none;
}

.bold {
	font-size: 11pt;
	font-weight: bold;
	color: #DCDCDC;
}

#content td {
  font-size: 9pt;
}

.txt01  {
       font-size:10pt; color:#DCDCDC; 
       font-weight: bold;
       line-height: 1.2em;
       padding-top:0px;
       margin-left: 50px;
       margin-right: 50px;
}

.txt02  {
       font-size:10pt; color:#333333; 
       line-height: 1.2em;
       padding:10px;
       margin-left: 70px;
       margin-right: 70px;
  border: 1px dotted #669966;

}

.txt03  {
       font-size:10pt; color:#DCDCDC;
       line-height: 1.2em;
       padding:10px;
       border: 1px dotted #990000;
       margin-left: 100px;
       margin-right: 100px;
       width: 570px;
}

.txt04  {
       font-size:10pt; color:#DCDCDC;
	background-color: #A52A2A;
       line-height: 1.2em;
       padding:10px;
       margin-left: 70px;
       margin-right: 70px;
}

.logbox {
    padding-left: 20px;
　　padding: 10px;
    width:470px;
    height: 400px;
    font-size: 9pt;
    color: #DCDCDC;
    overflow: auto;
 }

.box0 {
  margin:0 auto 0 auto;
  font-size: 10pt;
  line-height: 1.2em;
        width: 800px;
	padding: 5px;
}


.box1 {
	background-color: #FFFFFF;
	border: 2px dotted #FF6699;
  margin:0 auto 0 auto;
  font-size: 10pt;
  line-height: 1.3em;
	padding: 5px;
}





/* テーブル
---------------------------------------------------- */
table#form {
  margin:0 auto 0 auto;
  border-collapse: collapse;
  width:400px;
}
table#form th {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: bold;
  font-size: 9pt;
  color: #444444;
}
table#form td {
  padding: 0.6em 0 0.6em 0.1em;
  line-height: 1.5em;
  font-size: 9pt;
}
table#form th, table#form td {
  border-top: 1px dotted #FF3399;
}
table#form caption {
  padding-bottom: 0.6em;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* テーブル
---------------------------------------------------- */
table#p {
  border: 1px dotted #990000;
  border-collapse: collapse;
}
table#p th {
  padding: 5px;
  font-weight: bold;
  font-size: 10pt;
  color: #FFFFFF;  background: #333;
  border-bottom: 1px dotted #fff;
}
table#p td {
  padding: 5px;
  line-height: 1.5em;
  font-size: 9pt;
  color: #333;
}
table#p td {
  border-right: 1px dotted #333;
  border-bottom: 1px dotted #333;
}
table#p caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}


table#b {
  margin: 15px;
  width: 690px;
  border: 2px dotted #99CCFF;
  border-collapse: collapse;
}
table#b th {
  padding: 5px;
  font-weight: bold;
  font-size: 9pt;
  border-right: 2px dotted #99CCFF;

}
table#b td {
  padding: 5px;
  line-height: 1.5em;
  font-size: 9pt;
  color: #3399CC;
}
table#b td {
  border-bottom: 2px dotted #99CCFF;

}
table#b caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}



/* フッタ
---------------------------------------------------- */
#footer ul {
  margin: 0;
  padding-right: 0px;
  list-style: none;
}
#footer li {
  margin: 0 0 0 0;
  padding: 0;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  float: right;
  width: 55px;
  background: url(../images/info.gif) no-repeat;
}

#footer li#privacy {
  float: right;
  width: 73px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  clear: right;
  margin: 0;
  padding: 1em 0px 1em 0;
  width: 100%;
  text-align: right;
  font-size: 8pt;
  color: #DCDCDC;
  background:  #FF6699;
}

#footer p a {
  color: #FF0000;
  font-weight: bold;
  background: transparent;
}
#footer p a:visited {
  color: #DCDCDC;
  font-weight: bold;
  background: transparent;
}
#footer p a:hover, a:active {
  color: #DCDCDC;
  background: transparent;
}
