/* =========================================================
このＣＳＳファイルについて
========================================================= */

/*　
全てのファイルの最初に読み込むＣＳＳとする。
このファイルを読み込むことにより、ブラウザによる見え方の違いを極力合わせることを目指したファイルとした。
*/

/*■■■初期設定リセット■■■*/

*{
  margin:0;
  padding:0;
  zoom:1;
}

table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

th,td{
  vertical-align:top;
  border:solid 1px #000;
  font-weight:normal;
  text-align:left;
}

caption{
  text-align:left;
} 

ul,ol,dl{
  list-style:none;
}

li{
  display:list-item;
  zoom:normal;
} 

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

object,embed{
  vertical-align:top;
} 

fieldset{
  border:none;
}

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

em,address,dfn{
  font-style:normal;
}

ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
} 

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}

* html hr{/* for -IE6 */
  margin:0;
}

*:first-child+html hr{/* for IE7 */
  margin:0;
} 


html{
	overflow-y: scroll;
    overflow-x: hidden; 
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}

