@charset   "Shift_JIS";
/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    font-size : 12px;
    color : #666666;
  background-image : url(../img/back.gif);  scrollbar-base-color: #ffccff;
  scrollbar-track-color: #feedfb;
  scrollbar-face-color: #ffccff;
  scrollbar-shadow-color: #ff00cc;
}

#wrap{
    position:relative;
    width:770px;
    margin:0px auto;
}

H1{
  font-weight : bolder;
  font-size : 12px;
  color : #ff0000;
}

H2 {
	font-weight: bolder;
	font-size: 16px;
	color: #cc00cc;
}


H3{
  font-weight : bolder;
  font-size : 14px;
  color: white;
  background-color: #ff00ff;
  text-align: left;
}

.text {
	text-align: left;
}

/*■フッター−メニュー*/
.footer_menu_table{
		background-color: #ffffff;
		width: 765px;
		border: 0px;
}

.footer_menu_th{
  background-color : #e7efff;
		border: 0px;
}

.footer_menu_td{
  background-color : white;
  text-align : center;
		border: 0px;
}