@charset "utf-8";
/* ==================== ベーススタイル ====================== */
body {
	margin:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic", sans-serif;
	font-size:80%;
	line-height:1.6;
	color:#333333;
}
#outline {
	width:808px;
	margin:0 auto;
	text-align:left;
	background:url(../images/lp/back.gif) repeat-y #ffffff;
}
#outline {
	padding:0 4px;
}
.lp_box {
	margin:15px 50px;
}
/* ========================= 注意事項 ======================= */
.attention {
	background:#EEEEEE;
	padding:5px;
}
*html .attention {
	font-size:90%;
}
