@charset "utf-8";



/*-----------------------------------------------
Reset
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}
.clearfix:after {	/*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px;	/*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

html {
	height: 					100%;
	margin-bottom: 				1px;
	line-height: 0px;	
}

fieldset,img { 
	border:0;
}

.clear {
	clear:						both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


ol,ul {
	list-style:none;
}

address , small{
	font-size:medium;
	font-weight:normal;
	font-style: normal;	
}

.fr{
	float:right
}
