@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #FFFFFF url(images/bg.jpg);
  background-attachment: fixed;

}

#wrapper {
  width: 810px;
  margin:0 auto 0 auto; text-align:left;
  color: #3366CC;
  background: #99CCFF url(images/bg2.jpg);
  
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #003399;
  font-weight: normal;
  background: transparent;
}
a:visited {
  color: #003399;
  font-weight: bold;
  background: transparent;
}
a:hover, a:active {
  color: #ff0000;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  color: #99CCFF;
}
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;
  margin:0 auto 0 auto;
}

/* コンテンツ
---------------------------------------------------- */
p {
        line-height:150%;
}

img {
  border : none;
}


.b {
        width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
        margin:0px;
        text-align: center;
	color: #CCCC66;
        background:  #FFFFFF;
 }


.box01 {
	font-size: 11pt;
	font-weight: bold;
        line-height:120%;
        width: 100%;
	padding: 1px;
        margin:0px;
        text-align: center;
	color: #FFFFFF;
        background:  #3399FF;
 }

.box01c {
	font-size: 11pt;
	font-weight: bold;
	padding-left: 200px;
        margin:0px;
	color: #FFFFFF;
        background:  #3399FF;
 }

.txt01 {
	font-size: 11pt;
	font-weight: bold;
        line-height:120%;
        width: 100%;
	padding: 1px;
        margin:0px;
        text-align: center;
	color: #FFFFFF;
        background:  #3399FF;
 }

.txt01b {
	font-size: 11pt;
	font-weight: bold;
        line-height:120%;
        width: 55%;
	padding: 1px;
        margin:0px;
        text-align: center;
	color: #CCCC66;
        background:  #3399FF;
 }


#content h2 {
	font-size: 9pt;
        font-weight: normal;
	padding: 10px;
        line-height:1.5em;
	border: 1px solid #ffffff;
	background-color: #ffffff;
        width: 310px;
}

#content h3 {
	font-size: 9pt;
        color: #FF3366;
        font-weight: bold;
	padding: 2px;
        line-height:1em;
        border-bottom: 1px solid #FF3366;
        border-left: 1px solid #FFCCCC; 
	background-color: #FFCCCC;width: 310px;
}

.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: #ffffff;
}
table#main td {
  padding: 10px;
  line-height: 1.2em;
  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: #0066FF;
}
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 #0066FF;
}
table#form caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}


table#t1 {
  margin: 3px;
  width: 365px;
  border-collapse: collapse;
}
table#t1 th {
  padding: 0.2em;
  font-weight: normal;
  font-size: 9pt;
  color: #444444;
  background: #000000;
}
table#t1 td {
  padding: 0.5em;
  line-height: 1.2em;
  font-size: 9pt;
  border: 1px solid #FF8080;
}
table#t1 th, table#t1 td {
  border: 1px solid #FF8080;
}
table#t1 caption {
  padding-bottom: 0.5em;
  text-align: left;
  color: #ff7400;
  background: transparent;
}


table#t2 {
  margin: 3px;
  border-collapse: collapse;
  margin:0 auto 0 auto; text-align:left;
}
table#t2 th {
  padding: 0.2em;
  font-weight: normal;
  font-size: 9pt;
  color: #444444;
  background: #000000;
}
table#t2 td {
  padding: 0.5em;
  line-height: 1.2em;
  font-size: 9pt;
  border: 1px solid #ffffff;
}
table#t2 th, table#t1 td {
  border: 1px solid #FF8080;
}
table#t2 caption {
  padding-bottom: 0.5em;
  text-align: left;
  color: #ff7400;
  background: transparent;
}


/* フッタ
---------------------------------------------------- */

#footer p {
  clear: right;
  margin:0 auto 0 auto;
  padding: 0;
  width: 800px;
  height: 80px;
  text-align: right;
  font-size: 9pt;
  color: #ffffff;
  background: url(images/footer.jpg) no-repeat bottom;
}

#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;
}
