*{
  margin: 0;
  padding: 0;
  font-family :Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/*-- 初期化 --*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,em,strong,b,i,table,tr,th,td,ul,ol,li,dl,dt,dd,footer,header,menu {
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
a{
  outline:none;
  text-decoration: none;
}
img{
  border: none;
}
body{
  text-align: center;
  background-color: #FFF;
  background-image: url(./img/bg.gif);
  background-repeat: repeat-x;
}

/* ---------------------- 右動リンク ------------------- */

div#pagetop{
  width: 100%;	
}
div#pagetop a{
  position: fixed;
  bottom: 130px;
  right: 0;
}
/* ---------------------- 白背景 ---------------------- */
#wrapper {
}
#white_bg {
  position: relative;
  top:75px;
  width: 1000px;
  background-image: url(./img/white_bg.png);
  background-repeat: repeat-y;
  text-align: center;
  padding:  0px 0px 0px 0px;
  margin: 0 auto;
}
#cont {
  width: 1000px;
  background-image: url(./img/white_bg.png);
  background-repeat: repeat-y;
  text-align: center;
  padding:  20px 0px 35px 0px;
  margin: 0 auto;
  font-size: 12px;
}
#footer {
  width: 1000px;
  background-image: url(./img/white_bg.png);
  background-repeat: repeat-y;
  text-align: center;
  padding:  0px 0px 0px 0px;
  margin: 0 auto;
  font-size: 10px;
}


br.clear{
  clear: both;
}

/*-- ヘッダーエリア --*/

div#header {
  width:100%;
  height:135px;
  background: url(./img/header_bg.png) repeat-x;
  position: fixed;
  top: 0;
  z-index: 10000;
}

div#header h1 a{
  width: 750px;
  height: 100px;
  position: absolute;
  background: url(./img/logo.png) no-repeat;
  text-indent: -1000em;
  left: 0px;
  display: block;
  z-index: 9999;
}
div#header .header_wrap {
  width: 350px;
  right: 0px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  float: right;
  margin-bottom: 10px;  
}

/*-- フッターエリア --*/

div#footer {
  width: 100%;
  margin-top: 75px;  
  padding: 10px 0;
  background: #4DBA36;
}

div#footer_area {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

div#footer_area ul{
  float: left;
  display: inline;
  width: 500px;
}

div#footer_area ul li{
  color: #FFF;
  padding: 5px 0 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-align : left;
}

div#footer_area ul li a{
  color: #FFF;
}


div.copyright {
  float: right;
  display: inline;
  color: #FFF;
  font-size: 10px;
  margin-top: 80px;
}


/* ------------ form --------- */
p {
  padding:  10px 50px 10px 50px;
	font-size: 12px;
	line-height: 18px;
  text-align: left;
	margin: 10px;
}
h2 {
  padding:  10px 50px 10px 50px;
	font-size: 18px;
  text-align: left;
	margin: 10px;
}
h3 {
  padding:  10px 50px 10px 50px;
	font-size: 14px;
  text-align: left;
	margin: 10px;
}
.table_format {
	width: 900px;
	background-color: #FFFFFF;
	margin: 10px auto;
	text-align: left;
	padding-left:80px;
}
.table_format th {
	font-size: 14px;
	font-weight: Bold;
	margin: 5px;
	padding: 10px;
	background-color: #99FF99;
}
.table_format td {
	font-size: 14px;
	margin: 5px;
	padding: 10px;
	background-color: #F7F7F7;
}
.table_format span {
	font-size: 10px;
	color: #FF0000;
}
.tag {
	width: 140px;
	background-color: #E0E0E0;
	padding: 5px;
	font-size: 12px;
	color: #333;
}
.tag2 {
	background-color: #E0E0E0;
	padding: 5px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.item {
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.red {
	color: #FF0000;
	font-size: 10px;
	font-weight: Bold;
}
#err{

  color: #d00;

}
