@charset "utf-8";

/*==================================================
	◆ ブラウザの差異をなくす初期設定
==================================================*/

*{
	padding:0;
	margin:0;
}

html{
	height:auto;
}

body{
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	font-size:12px;
	letter-spacing:1px;
	line-height:1.4;
	background:url(../img/bg.jpg) repeat-x #eaf4fb;
}



br{
	letter-spacing:0px !important;
}

img{
	vertical-align:bottom;
	border:none;
}

.wrap{
	width:868px;
	height:auto;
	text-align:left;
	margin:0 auto;
}

