/*Copyright Vipstudio7*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:none; }
q:before, q:after { content:''; }

a {
	text-decoration: none;
}

html {
	font-family: Arial, Helvetica, sans-serif;
}

#maincontent h1{
	font-size: 2.0em;
	padding: 5px 0 5px 0;
	margin-bottom: 0.3em;
	background-color: #000;
	color: #fff;

}

#maincontent h1 a {
	color: #fff;
}

#maincontent h2 {
	font-size: 1.3em;
	padding: 3px 0 3px 0;
	margin-bottom: 0.1em;
	background-color: #000;
	color: #fff;
}

#footer {
	text-align: center;
	font-size: 80%;
	padding: 5px;
}

#footer p {
	margin-bottom: 10px;
}

#maincontent .storeList li{
	margin-bottom: 0.7em;

}

#maincontent #mobmangafooter{
	text-align: center;
	width: 100%;
}

.contactmail {
	font-size: 1.3em;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

.center {
	text-align: center;
}