@charset "utf-8";
/*------------reset------------*/
html {
	overflow-y:scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	list-style: none;
}
/*------------common------------*/
body {
	font: 80% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}


/*------------トップイメージ------------*/
#wrapper_topimage {
	height:255px;
	margin:0 auto;
	background: url(images/back_topimage.jpg) repeat-x;
}
#topimage {
	width:800px;
	height:255px;
	margin:0 auto;
}




/* clear --------------------   */

.clear{
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}


