*{
	margin:0px;
	padding:0px;
}

a,img{
	border:none;
}

a{
	text-decoration:none;
	color:#0099FF;
}

a:hover{
	text-decoration:underline;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}

h4{
	line-height:1;
}

#footer-type-a {
	width:950px;
	margin:0 auto;
	padding-top:10px;
	margin-top:20px;
	background:url(http://haken.val.ne.jp/h_user/img/footer-type-a-top.gif) left top repeat-x;
}

#footer-type-a h4{
	width:170px;
	height:20px;
	background:url(http://haken.val.ne.jp/h_user/img/footer-type-a-h4.gif) no-repeat;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:0px;
}

#footer-type-a ul,#footer-type-a ul li{
	margin:0px; padding:0px;
}

#footer-type-a ul li{
	list-style:none;
	font-size:10px;
	line-height:1.5;
	padding-left:10px;
}

#footer-type-a ul li a:hover{
	text-decoration:underline;
}

#footer-type-a div.footer-type-in{
	width:170px;
	margin-right:25px;
	float:left;
}

* html #footer-type-a div.footer-type-in{
	width:170px;
	margin-right:10px;
	float:left;
}

#footer-type-a div.last{
	margin-right:-25px;
}

#footer-type-b{
	width:950px;
	margin:0 auto;
	padding-top:10px;
	margin-bottom:20px;
	margin-top:10px;
	border-top:1px dashed #FF6699;
	text-align:center;
}


/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}