@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #666666;
  background: #FFF url(images/bg.jpg);
}

#wrapper {
  width: 800px;
  margin:0 auto 0 auto; text-align:left;
  color: #666666;
  background: #FFF url(images/bg2.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF3366;
  font-weight: bold;
  background: transparent;
}
a:visited {
  color: #FF3366;
  font-weight: bold;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  color: #FFFFFF;
  background: url(images/bg2.jpg) repeat-y;
}
h1 {
  margin: 0;
  float: left;
  width: 800px;
  font-size: small;
}
h1 img {
  vertical-align: bottom;
}

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

/* コンテンツ
---------------------------------------------------- */

img {
  border : none;
}


.txt01 {
	font-size: 10pt;
	font-weight: bold;
        width: 100%;
	padding: 3px;
        text-align: center;
	color: #996600;
	background-color: #FFCC66;
}



.txt02 {
        font-size: 10pt;
	font-weight: bold;
        width: 70%;
  margin:0 auto 0 auto; text-align:left;
	color: #666666;
	background-color: #ffffff;
}


.txt03 {
	font-size: 10pt;
        width: 90%;
        margin:0 auto 0 auto; text-align:left;
	color: #666666;
}

.txt04 {
	font-size: 10pt;
	font-weight: bold;
        width: 70%;
        margin:0 auto 0 auto; text-align:left;
	color: #996600;
}

.txt05 {
	font-size: 10pt;
	border: 2px dotted #FFFFFF;
        width: 92%;
	padding: 3px 5px;
        margin:5px 5px;
        text-align: center;
	color: #336633;
	background-color: #EEDD82;
}


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


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

table#main {
  margin: 0px;
  width: 800px;
}
table#main th {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: bold;
  font-size: 9pt;
  color: #444444;
}
table#main td {
  padding: 20px;
  line-height: 1.3em;
  font-size: 9pt;
}
table#main th, table#main td {
}


table#form {
  margin: 3px 0 8px 0;
  width: 360px;
  border-collapse: collapse;
}
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: 2px dotted #87cefa;
}
table#form caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

table#in {
  margin: 3px 0 8px 0;
  width: 350px;
  border-collapse: collapse;
}

table#in td {
  padding: 0.5em;
  line-height: 1.2em;
  font-size: 9pt;
}

table#in td {
  border: 2px dotted #87ceeb;
}


/* フッタ
---------------------------------------------------- */

#footer p {
  clear: right;
  margin:0 auto 0 auto;
  padding: 1em 0px 1em 0;
  width: 800px;
  height: 20px;
  text-align: right;
  font-size: 8pt;
  color: #666;
  background: transparent;
}

#footer p a {
  color: #666;
  font-weight: bold;
  background: transparent;
}
#footer p a:visited {
  color: #666;
  font-weight: bold;
  background: transparent;
}
#footer p a:hover, a:active {
  color: #666666;
  background: transparent;
}
