﻿@charset "UTF-8";

/*////////////////////////////////////////////////
タグリセット設定
////////////////////////////////////////////////*/
div,span,h1,h2,h3,h4,p,dl,dt,dd,ol,form,fieldset,table,tbody,th,tr,td,img,address,label,object,embed{
	margin:0px;	
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	list-style-type:none;
	text-indent:0px;
	}

ul,li,ol{
	margin:0px;	
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	text-indent:0px;
	}


/*////////////////////////////////////////////////
フォントサイズ統一化設定
////////////////////////////////////////////////*/
body{
	font-size: 75%; /* IE */
}
html>/**/body{
	font-size: 12px; /* Except IE */
}

html[xmlns*=""] body:last-child body{
	font-size:80%;
}

