@charset "utf-8";
/* CSS Document */

/* ハリーホック
----------------------- */
.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac
----------------------- */
*html .clearfix{
	height: 1%;
	display: inline;
	overflow: hidden;
}

.clearfix{
	display: block;
}


/* IE用画像荒れ対策
----------------------- */
img { -ms-interpolation-mode: bicubic; }




/* ページ全体の基本レイアウト
---------------------------------------------------- */
body {
	font-size:12px;
	background:#dddddd;
	color:#333333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0;
	padding: 0;
	outline: none;
}



#wrap {
	margin:100px auto 0;
	padding:0;
	background-position: center;
	height: 300px;
}

#content {
	margin:100px auto 0;
	padding:0;
	background-position: center;
	height: 300px;
	width: 960px;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	right: 0;

}

#footer {
	position: absolute;
	bottom: 17px;
	right: 37px;
}
