@charset"UTF-8";

/*:::::::::::::::::   reset.css  ::::::::::::::::::::

/*Created:　　　2000-00-00
Author: haifun (http://www.communext.co.jp/)
Last Up Date: 　2000-00-00	
Style Info:		ブラウザのデフォルトスタイルをリセット

:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

html{
	overflow-y:scroll;
	}
	
body,div,h1,h2,h3,h4,h5,h6,p,form,fieldset,input,textarea,select,option,table,th,td,caption,blockquote{
-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	}
	
caption,address,em,strong,th{
	font-style:normal;
	}	
	
caption,th{
	text-align:left;
	}
	
img{
	vertical-align:top;
	border:none;
	line-height:1.0;
	-ms-interpolation-mode: bicubic;
	}
	
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	}
	
li{
	list-style:none;
	}
	
table{
	border-collapse:collapse;
	border-spacing:0;
	}	
	
/*========================================
	clearfix
=========================================*/
	
div{
    zoom:1;/*for IE 5.5-7*/
	}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}
	
			

	
