﻿@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,
table,td,th,form,fieldset,legend,label{
     margin: 0px;
     padding: 0px;
	 text-align:left;
}
*:first-child+html body { overflow: hidden;}
* html body { overflow: hidden; height:;}
input,select,textarea{
     margin: 0px;
					font-family:"ＭＳ Ｐゴシック";
					font-size:100%;
					color: #727172;
					font-weight:normal;
					padding: 0px 2px;
}
ul,ol,li,dl,dt,dd{ line-height: 1.4em; }
table{ border-collapse: collapse; border-spacing: 0;}
ul{ list-style:none;}
img{ border: 0px; display: block;}
*:first-child+html img{ display: inline !important;}
* html img{ display: inline !important;}
a:focus{ outline:none;} 
a:link{
	color:#0066cc;
}
a:hover{
	color:#003399;
}
a:visited{
	color:#4a2975;
}
sup{ vertical-align: top;}
sub{ font-size: x-small; vertical-align: text-bottom; padding-right: 3px;}

.clear{
clear:both;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; overflow:hidden; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */