@charset "utf-8";

/* =default
-------------------------------------------------------------------------------------------- */

* {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

ul,dl,ol {
	list-style-type:none;
}

.clear {
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-table; }

/*Mac OS版IEには適用しない \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	font-size:0.75em;
	color:#636363;
	line-height:1.5;
	background:#fed501;
}

#wrap{
	margin:20px auto;
	width:383px;
	text-align:center;
}

