@charset "utf-8";

body {
	margin: 0px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	padding: 0px;
}

img {
	border: 0px;
}

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#wmsCage {
	max-width:1200px;
	min-width:900px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cage {
	position:relative;
	margin: 0;
	padding: 0;
}
a:link/* End hide from IE-mac */

/*links*/
  {
	color: #00538D;

}
a:visited  {
	color: #003399;
}
a:hover  {
	color: #2E85B7;
	text-decoration: none;
}
