/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:medium none;
}

/* 共通リンクカラー */
a:link,
a:hover{
	color: #00F;
}

a:visited{
	color: #0066FF;
}

a:active{
	color: #F30;	
}

body{
	behavior:url("/js/csshover2.htc");
	color:#333333;
}



/* --パンくず-- */
div#breadcrumbs{
	clear: both;
	text-align: center;	
	margin: 5px 0px;
}

	div#breadcrumbs P.bread{
	width: 900px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	font-size: 85%;
	line-height: 1.5;
	}

/* --パンくず-- */



/* --clrfix設定-- */

.clrfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clrfix {
  min-height: 1px;
}

* html .clrfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.adlantiss_frame{
text-align:center;
}
