@charset "UTF-8";

body{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-text-size-adjust:none;
}
header, footer, div, article, section,
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
		font-weight: normal;
		font-size: 100%;
		text-align: left;
		list-style-type: none;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

a{
	border:0;
	outline:none;
	text-decoration: none;
	color:#06c;
}
table{
	border-collapse:collapse;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
li{
	margin:0;
	padding:0;
	background: url(/images/common/transparent.png) no-repeat 0 0;
}