/* --common------------------------------------------ */
/* --link--------------------*/
a:link{color:#0033FF;}
a:visited{color:#660066;}
a:active{color:#CC3300;}
a:hover{color:#CC3300;}

/* --text----------------- */
body,td,select,input{font-size:12px; color:#333333; }

h1 h2 h3 h4 h5 h6{margin: 0px; padding: 0px;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px; font-weight:normal;}
h4{font-size:12px; font-weight:normal;}
h5{font-size:12px; font-weight:normal; color: #804D00; line-height:120%;}
h6{font-size:10px; font-weight:normal; color: #804D00; line-height:120%;}
li{font-size:12px; line-height:120%;}
.l130{line-height:130%}
.l160{line-height:160%}

/* --link_boder----------- */
img{
	color: #FFFFFF;
	border: none;
	background: transparent;
}
/* --table----------- */
table{
	margin: 0px;
	padding: 0px;
}
tr{
	margin: 0px 0px;
	padding: 0px;
	background-image: url(img/contents/line_x_dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
th{
	margin: 0px;
	padding: 4px 12px;
	font-size:12px;
	color:#3F6B21;
	font-weight:normal;
	text-align:left;
	background-color: #FFF2E2;
}
td{
	margin: 0px;
	padding: 8px 8px 10px 8px;
	line-height:120%;
}
.right{
	text-align: right;
}


