﻿/******************************
 *	ブラウザ毎の表示の差異を吸収する為のデフォルトスタイル
 ******************************/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,th,td 
{
	font-style:normal;
    margin:0; 
    padding:0;
    font-size:100%;
}
p
{
    margin:10px 0;
}

/* blockquoteを排除*/
	table { 
    border-collapse:collapse;
    border-spacing:0;
}
	table th{
	text-align:center;
}
	table th,td{
	padding:1px;
}
	img.floor {  
    border:0;
    overflow:hidden; 
    display:block;
    padding:0px;
} 

	img {  
    border:0;
} 
address,caption,cite,code,
dfn,th,var { 
    font-style:normal; 
    font-weight:normal;
}

/*em strongを排除*/

caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 
{
    font-weight:normal; 
}
li 
{
	list-style-type:none;
}

/******************************
 *	汎用
 ******************************/
div.clear
{
	width:0px;
	height:0px;
	clear:both;
	overflow:hidden;
}

