
/* ------------------------------------------

common

------------------------------------------*/

* {
	margin:0;
	padding:0;
}



html, body {
	width: 100%;
	height: 100%;
	min-width: 560px;
	background: url(../images/backbase.jpg);
	color: #000000;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
}



* html,
* html body {
	overflow-x: hidden;
}



div#foot {
	width: 560px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}



a { text-decoration: none; border: none; }
a:link,
a:active,
a:visited { color: #FF0000; text-decoration: underline; border: none; }
a:hover { color: #FF0000; text-decoration: none; border: none; }

a img{ color: #000066; text-decoration: none; border: none; }








/* ------------------------------------------

CLEAR FIX

------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}







