@charset "utf-8";



/* Browser Resert

---------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
}



fieldset,img { 
	border: 0;
}

caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}


h1,h2,h3,h4,h5,h6, {
	font-size: 100%;
	font-weight: normal;

}

address{
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#ccc;
	font-weight:normal;
	font-style:normal;
	text-align:right;
}



/* Font

---------------------------------------------------- */

body {
	color:#333;
    font-size: 12px; 
    *font-size: small; /* IE 7�� */
    *font: x-small; /* IE 6�ȉ� */
	line-height:1.4em;
	background:#fffefa;
	/*background:#f0f4f2;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
}



/* LINK

----------------------------------------------------- */
a:link    {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color:#333;}
a:hover   {text-decoration:underline; color:#333;}
a:active  {text-decoration:none; color:#333;}


/* Table 

----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}



ul li{list-style:none;}

ol{padding:13px 0px 0px 0px;}

ol li{list-style-position:inside;}































































































































































































































