@charset "UTF-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka;
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}
p,dt,dd {
	line-height: 1.5;
}

/*　リンク　*/

a:link {
	color: #004c97;
	text-decoration: none;
}
a:visited {
	color: #004c97;
	text-decoration: none;
}
a:hover {
	color: #58B0E3;
	text-decoration: underline;
}
a:active {
	color: #58B0E3;
}

#wrapper {
	width: 210px;
	background: #FFFFFF;
	margin-top: 2px;
	margin-left: 5px;
}

#wrapper3 {
	width: 170px;
	background: #FFFFFF;
	margin-top: 2px;
	margin-left: 5px;
}

#wrapper4 {
	width: 175px;
	background: #FFFFFF;
	margin-top: 2px;
	margin-left: 10px;
}


#list {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	width: 200px;
	margin-right: 3px;
	margin-left: 3px;
	list-style-type: square;
}

#list3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	width: 1650px;
	margin-right: 3px;
	margin-left: 3px;
	list-style-type: square;
}

#list4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	width: 158px;
	margin-right: 3px;
	margin-left: 8px;
	list-style-type: square;
}


#headerh1 {
	background-image: url(http://www.data-cabinet.com/snews/images/seitainews.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 210px;
}

#headerh2 {
	margin: 0px;
	padding: 0px;
}


.clearfix: after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

