@charset "UTF-8";

/*--------------------------------------
	font設定 :基本サイズ12px
---------------------------------------*/

body{
	font-size:12px;
}

/*--[ for IE6 ]--*/
* html body {
	font-size: 75%;
}

/*--[ for IE7 ]--*/
*:first-child+html body{
	font-size: 75%;
}

/*-------------------------------------------------
	base.css
-------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,p,form,h1,h2,h3,h4,h5,h6,input,table,tr,th,td{
	margin: 0;
	padding: 0;
}

address,h1,h2,h3,h4,h5,h6,th,em,strong{
	font-style: normal;
	font-weight: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border: 0;
	vertical-align: top;
}

th{
	text-align: left;
}

li{
	list-style: none;
}
