@charset "UTF-8";
/* ########################################################### */
/* 全体標準設定 */
/* ########################################################### */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	/* border-style: none; */
}

html,body {
	color:#000000;
	background-color:#ddddde;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	
	img {
	border-style:none;
}
form {
	margin:0px;
	padding:0px;
}
input,textarea {
	font-size:100%;
}
a:link {
	color:#0000CC;
	text-decoration:none;
}
a:visited {
	color:#663366;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
	text-decoration:none;
}

img {
	border: 0;
	behavior:url(iepngfix.htc)
}


p,li,dt,dl {
	margin: 0 0 0 0;
}

ul li {
	list-style-type: none;
}

address {
	font-style: normal;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

