@charset "utf-8";

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

*{
	padding:0;
	margin:0;
}

html{
	height:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	width:auto;
	height:auto;
	text-align:center;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
   color:#555555;
}

#top{
	background:#000;
}

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

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



#top .wrap{
	width:100%;
	height:auto;
    text-align:left;
	margin:0 auto;
	background:none !important;
}

.wrap{
	width:auto;
	height:auto;
	background:url(../img/common/bg_contents_rp.jpg) repeat-x;
}
.subwrap{
	width:1200px;
	height:auto;
	margin:0 auto;
	margin:0 auto;
	text-align:left;
}

.base{
	width:auto;
	height:auto;
}