@charset "utf-8";

html{
	height:100%;
}
body{
	font-size:13px;
	height:100%;
}



/* LINK
----------------------------------------------------- */
a:link    {text-decoration:none; color:#966a52;}
a:visited {text-decoration:none; color:#966a52;}
a:hover   {text-decoration:underline; color:#966a52;}
a:active  {text-decoration:none; color:#966a52;}




/* Table 
----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}



/* tag
------------------------------------------------------- */
strong{
	font-weight:bold;
}



