@charset "utf-8";



/*----------------------------------------------------------------------------

	reset

----------------------------------------------------------------------------*/



body {

margin: 0;

padding: 0;

text-align: center;

}



body {

font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;

*font-size: small;

*font: x-small;

}



table {

font-size: 100%;

line-height: 1.7;

}



h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,pre,textarea {

margin: 0px;

padding: 0px;

text-align:left;

}



h1, h2, h3, h4, h5, h6 {

font-size: 100%;

font-weight: normal;

}



li {
	list-style: none;
	line-height:180%;	
	}

	

address {font-style: normal;}



table,img {border: 0;}

table td,table th {vertical-align: top; text-align: left;}



img {vertical-align: bottom;}

hr {display: none;}

fieldset {margin: 0; padding: 0; border: 0;}



a img{border:0;}/*edit*/

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {text-decoration: none;}

a:active {text-decoration: none;}

a:focus {outline: none;}



  



/*----------------------------------------------------------------------------

	clearfix

----------------------------------------------------------------------------*/



.clear:after {

display: block;

clear: both;

height: 0;

visibility: hidden;

content: ".";

line-height: 0;

}

.clear {

display: inline-table;

min-height: 1%;

}

/* for macIE \*/

* html .clear {

height: 1%;

}

.clear {

display: block;

}

/* end of for macIE */







