


/****************
 *              *
 * ブラウザ共通 *
 *              *
 ****************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,th,td,iframe{
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}
img {
	border: 0;
}
ul{
	list-style: none;
}
strong {
	font-weight:bold;
}
a {
	color:#00f;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
address{
	font-style:normal;
}

.clear{ clear:both; }
.clear hr { display:none; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fl-lt{ float:left; }
.fl-rt{ float:right; }

.top{ vertical-align:top !important; }
.left{ text-align:left !important; }
.center{ text-align:center !important; }
.right{ text-align:right !important; }




