@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #FFFFFF url(images/bg_1.gif);
scrollbar-face-color: #FFCC99; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
}

#wrapper {
  width: 840px;
  margin:0 auto 0 auto; text-align:left;
  color: #333333;
  background:  #FFFFFF url(images/back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}
a:visited {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}
a:hover, a:active {
  color: #FF0000;
  background: transparent;
}
/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
}

h1 img {
  float: center;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 840px;			/* ■IE用バグ対策 */
  padding-top: 0px;
}

/* コンテンツ
---------------------------------------------------- */
p {
        line-height:150%;
}

img {
  border : none;
}

.txt01 {
	font-size: 10pt;
	padding: 0px;
        text-align: center;
        line-height:130%;
	font-weight: bold;
	color: #0099FF;
        width: 100%;
        background:  #FFCCCC;
}
.txt02  {
	font-size: 10pt;
	padding: 0px;
        text-align: center;
        line-height:130%;
	font-weight: bold;
	color: #FFFFFF;
        width: 100%;
        background:  #0099FF;
}

.txt03 {
	font-size: 11pt;
	font-weight: bold;
        line-height:120%;
        width: 100%;
	padding: 0px;
        margin:0px;
        text-align: center;
	color: #FFFFFF ;
  background:  #0099FF;
 }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}


/* テーブル1
---------------------------------------------------- */

table#main {
  margin-left: 20px;
  width: 800px;
}
table#main th {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: bold;
  font-size: 9pt;
}
table#main td {
  padding: 5px;
  line-height: 140%;
  font-size: 9pt;
}
table#main th, table#main td {
}


table#form {
  margin: 0;
  width: 370px;
  border-collapse: collapse;
}
table#form th {
  padding: 0.2em;
  font-weight: bold;
  font-size: 9pt;
}
table#form td {
  padding: 0.2em;
  line-height: 1em;
  font-size: 8pt;
}
table#form th, table#form td {
  border-top: 1px dotted #66CCFF;
}
table#form caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */
#footer  {
  clear: right;
  margin:0 auto 0 auto;
  padding: 23px 0px 0px 0px;
  width: 840px;
  height:20px;
  text-align: center;
  font-size: 8pt;
  color: #3399CC;
}

#footer  a {
  color: #3399CC;
  font-weight: normal;
  text-decoration: none;
  background: transparent;
}
#footer  a:visited {
  color: #3399CC;
  font-weight: normal;
  text-decoration: none;
  background: transparent;
}
#footer  a:hover, a:active {
  color: #ff0000;
  background: transparent;
}

