﻿/* ================== css reset ================== */
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}
p, ul, ol, dl, dt, dd, h1, h2, h3, form, table, tr, td
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
li
{
	list-style: none;
}
input, select, textarea
{
	vertical-align: middle;
	font-size: 12px;
}
a:link
{
	color: #333;
	text-decoration: none;
}
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #5B144E;
	text-decoration: none;
}
div, ul, p, li
{
	zoom: 1;
}
div:after, ul:after, p:after, li:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img
{
	border: 0px;
}
.l
{
	float: left;
}
.r
{
	float: right;
}
