/* CSS Document */
/*------------common---------------------------------------------------------*/

h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,strong,small,a,table,th,td,address,img,form{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style: none;
	font-size:100%;
	line-height:140%;
}
/*-------------------------IE6ホバチラつき防止----------------------------*/
html {
  filter: expression(document.execCommand("BackgroundImageCache",false, true));
}
/*------------------------------------------------------------------------*/
body{
	background:url(../images/common/wrapper_img.gif) center repeat-y;
	width:100%;
	height:100%;
	margin:auto;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック","MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Lucida" ;
	}
img{
	vertical-align:top;
}
iframe{
	width:1000px;
	height:31px;
	vertical-align: top;
	margin:auto;
		}
a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;

}
