﻿/* CSS Document */
/*global set*/
form,img,ul,ol,li,table,tr,th,td{margin:0; padding:0; border:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
ul,li{ list-style:none}
select{ font-size:12px}
input{ font-size:12px;}
/*alignment*/
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both}
.fb{ font-weight:bold}
.tl{ text-align:left}
.tr{ text-align:right}
.tc{ text-align:center}
/*link*/
a{color:#4f4f4f; text-decoration:none;}
a:hover{color:#333; text-decoration:underline;}
/*others*/
.ofh{overflow:hidden;}
.mar_left1{margin:80px;}

