body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object  {
  margin: 0;
  padding: 0;
  border: 0; 
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

p { margin:0px 0px 10px;}

input, textarea { font-size: 1.4em;}

img {
  vertical-align: baseline;
  border-style:none;	
}

a img { border: none;}
a {
	text-decoration: none;
	overflow:hidden;
	color:#A0522D;
}
a:hover { text-decoration: underline;}
a:focus{outline:none;}

ul li { list-style-type:none;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


html {
	font-size:62.5%;
	overflow-y:scroll;
    min-width: 600px;
	background:#FFFFFF url(../img/bg.jpg);
	}

body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic";
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.8em;
    text-align: center;
	}
