@charset "utf-8";

/* @group reset */
*{
	margin: 0;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
BODY{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
font-size : 16px;
line-height : 1.5;
  color : #462300;
  background-image : url(../img/main/title_back.jpg);
}

a{
	text-decoration: none;
}

ul,ol{
	list-style: none;
}
IMG{
	vertical-align: middle;
}
/* end */

.clear{
  clear : both;
}

