/**********全体設定**********/

* {
  margin:0;
  padding:0;
}

body {
  font-size:14px;
  line-height: 180%;
  text-align:left;
  font-family:"ＭＳ Ｐゴシック";
  color:#505050;
  background-image: url("../image/background3.jpg");
  background-repeat: no-repeat; 
  background-position: 0% 0%;
  background-attachment:fixed; 
}

img {
  border:0;
}

li {
  list-style-type:none;
} 

/**********メインテキスト**********/

#main {
  width:900px;
  text-align:left;
}

#main div.space_mi {
  margin:0px 0px 0px 600px;
  list-style-type:none;
}

#main font.red {
  color:#ff0000;
}

#main div.top {
  margin:20px 20px 10px 0px;
  background-image: url("../image/top.jpg");
  float:right;
  width:100px;
  height:20px;
  border:0px;
  alt:"ページTOPへ";
}

#main div.text {
  background-color:#ffffff;
  margin:20px 0px 0px 30px;
  padding:10px 0px 10px 0px;
  width:850px;
}

#main div.padding {
  padding:0px 70px 0px 70px;
}

#main div.space {
  margin:0px 0px 0px 30px;
}


/**********ヘッダー**********/

#header div.logo {
  margin:30px 0px 20px 30px;
}

#header div.text {
  float: right;
  text-align: right;
  margin:0px 0px 0px 0px;
}

#header div.space_hi {
  margin:130px 0px 0px 50px;
}

/**********フッター**********/

#footer {
  font-family:Arial;
  clear:both;
  width:900px;
  margin:0px 0px 0px 30px;
  color:#FFFFFF;
}
