@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:url(../img/bg.gif) no-repeat center top;
	font-size: 12px;
	line-height: 180%;
	color:#000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	letter-spacing: 1px;
}
img{
	border:0;
}
li{
	list-style:none;
}
#wrapper{
	width:900px;
	margin:0 auto;
}

p.footer{
	/*position:absolute;
	top:500px;
	left:240px;*/
	margin-top:30px;
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
