@charset "UTF-8";

/* ----------------------------------------------------------------

 CSS information

 file name  :  default.css

---------------------------------------------------------------- */


/*--- reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

/* clearfix */

.clear
{
	clear:both;
}

/* modern browsers */

.clearfix:after,
#fixHeightSec:after,
#imageChangerSec ul:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

