/* css for main_base */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}
img {
	border:0;
}
:focus {
	outline:0;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
input, button, textarea, select, optgroup, option{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
ol, ul, li{
	list-style:none;
}
:link, :visited, ins{
	text-decoration:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content:none;
}
/* CSS for main_base end */

