@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #666666;
  background: #ffffff url(images/bg.gif);
  background-attachment: fixed;

}

#wrapper {
  width: 800px;
  margin:0 auto 0 auto; text-align:left;
  color: #333333;
  background: #ffffff 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;
}

h1 img {
  vertical-align: bottom;
}

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

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

img {
  border : none;
}

.txth {
	font-size: 10pt;
        width : 780px ;
        text-align: center;
	color: #CC3333;
}

.txt01 {
	font-size: 10pt;
	font-weight: bold;
        width : 780px ;
        text-align: center;
	color: #666666;
}

.txt01p {
	font-size: 10pt;
        margin-left:20px;
	padding: 20px;
        width: 720px;
        background:  #FFCCFF;
	color: #FFCCFF;
}

.txtt {
	font-size: 11pt;
	font-weight: bold;
        line-height:120%;
        width: 100%;
	padding: 0px;
        margin:0px;
        text-align: center;
	color: #ffffff;
  background:  #66CCFF;
 
}

.txtb {
	font-size: 10pt;
        width: 95%;
        line-height:120%;
	padding: 5px 5px;
        margin:0px;
	color: #333333;
        background:  #FFCCFF;
 }

.txt02 {
	font-size: 8pt;
	color: #666666;
        width: 97%;
	padding: 3px;
        margin:0px; 
}


#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;
}

#cbanner {
    position : relative ;
    width : 800px ;
    padding : 0px ;
}


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

.tdl {
  line-height: 110%;
  padding-left:20px;
  font-size: 9pt;
}

.tdr {
  line-height: 110%;
  padding-left:20px;
  font-size: 9pt;
}

.tdp1 {
 background-color: #FFCCCC;
  font-size: 9pt;
}

table#form {
  margin: 0;
  width: 360px;
  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: 9pt;
}
table#form th, table#form td {
  border-top: 2px dotted #cccccc;
}
table#form caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin:0 auto 0 auto;
  padding-top: 0px;
  position: relative;
  width: 800px;
  height: 40px;
  background:  #99CCFF;
}
#footer ul {
  margin: 0;
  list-style: none;
}
#footer li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}

#footer li#privacy {
  left: 700px;
  width: 73px;
  background: url(images/privacy.gif) no-repeat;
}
#footer p {
  padding-left: 20px;
  padding-top: 10px;
  font-size: x-small;
  color: #ffffff;
  background: transparent;
}