@charset "utf-8";
/* CSS Document */



/*
===== CONTENTS ===========================================

	1: ALL RESET 
	2: BASE SETTIMG
	3: LINK SETTIMG

==========================================================
*/


/* ===== 1: ALL RESET =========================== */

*	{
	margin:0px;
	padding:0px;
}

/* ===== 2: BASE SETTING =========================== */

body	{
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333;
	line-height:100%;
	font-size:100%;
	background:#FFF;
	padding-bottom:10px;
}


#mobile	{
	width:180px;
	border:2px solid #0F9CE8;
	margin:10px auto;
}


p	{
	margin:10px 15px;
	font-size:12px;
	text-align:left;
	line-height:100%;
}

