@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #FFFFFF url(bg_1.gif);
}

#wrapper {
  width: 750px;
  margin:0 auto 0 auto; text-align:left;
  color: #333333;
  background:  #FFFFFF url(back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF8000;
  font-weight: bold;
  background: transparent;
}
a:visited {
  color: #FF8000;
  font-weight: bold;
  background: transparent;
}
a:hover, a:active {
  color: #FF0000;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  color: #999999;
  background:  #FFFFFF url(images/back-body.jpg) repeat-y;
}
h1 {
  margin:0 auto 0 auto;
  float: center;
  width: 750px;
  font-size: 9pt;
}
h1 img {
  vertical-align: bottom;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 750px;			/* ■IE用バグ対策 */
  padding-top: 0px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  padding: 0px 0 48px;
  margin-left: 25px;
  width: 700px;
  color: #333333;
  font-size: 10pt;
  line-height: 1.5em;
}

#contentp {
  padding: 5px 0 30px;
  margin-left: 30px;
  border-bottom: 1px solid #FFC0C0;
  width: 740px;
  color: #333333;
  font-size: 9pt;
  line-height: 1.5em;
}

img {
  border : none;
}

.bold {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

.txt1 {
font-size:11pt; color:#F00000;font-weight: bold;}

#content h2 {
  font-size: 9pt;
  font-weight: bold;
}

#content h3 {
font-size:11pt; color:#F00000;}

#content li {
  font-size: 9pt;
  padding: 0.1em 1.8em 0em 0.1em;
}

#content td {
  font-size: 9pt;
}

.box1 {
	background-color: #FF9999;
	border: 2px solid #FFFFFF;
	padding: 5px;
}

.box2 {
	background-color: #FFCCCC;
	border: 2px solid #FFFFFF;
	padding: 5px;
}


/* テーブル1
---------------------------------------------------- */
table#form {
  margin: 0px;
  border-collapse: collapse;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;

}
table#form td {
  padding: 0.6em 0 0.6em 0.1em;
  line-height: 1.2em;
  font-size: 9pt;
}
table#form th, table#form td {
  border-top: 1px dotted #666666;
}
table#form caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */

#footer p {
  clear: right;
  margin:0 auto 0 auto;
  padding: 1em 0px 1em 0;
  width: 750px;
  height: 34px;
  text-align: right;
  font-size: 8pt;
  color: #333333;
  background:url(footer.jpg) no-repeat;
}

#footer p a {
  color: #FFFFFF;
  font-weight: bold;
  background: transparent;
}
#footer p a:visited {
  color: #FFFFFF;
  font-weight: bold;
  background: transparent;
}
#footer p a:hover, a:active {
  color: #666666;
  background: transparent;
}
