@charset "utf-8";
/* CSS Document */
*{ 
   margin:0; 
   padding:0px;
   list-style:none;
   text-decoration:none;
   font-weight:normal;
   border:none; 
 }
body 			{
				background: #fff;
				font-size:80%;
				font-family:"ＭＳ Ｐゴシック" , "Osaka" , "ヒラギノ角ゴ Pro W3";
				line-height:140%;
				color:#333333;
				}
.list_tbl		{ width:100%; }
.list_tbl th,
.list_tbl td	{
				padding:5px 0px 3px 5px;
				border-bottom:#cccccc 1px dotted;
				}
.list_tbl th	{
				color:#e60012;
				}

/* link */
a {-moz-outline:none;}

a:link,
a:visited,
a:active			{
					color:#0066cc;
					text-decoration:none;
					}
a:hover			{
					color:#0066cc;
					text-decoration:underline;
					}
