@charset "utf-8";


/* ==========================================================================================================

	 1. Universal Selector + body
 
============================================================================================================*/



body {
	color			: #262626;
	background		: #ffffff;
}

hr {
	height	: 1px;
}


h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
}


p, ul, dl{
margin: 0;
padding: 0;

}

/* ==========================================================================================================

	  2. List Module

============================================================================================================*/

ul {
	list-style	: none;
}

dt {
	display	: block;
	width	: auto;
}

ol {
	list-style-type: decimal;
}

/* ==========================================================================================================

	  3. Tables Module

============================================================================================================*/

table {
	border			: none;
	border-collapse	: collapse;
	letter-spacing	: 0.1em;
	line-height		: 1.5;

}

td, th { 
	vertical-align	: top;
	font-size		:100%;
	font-weight		:normal;
	text-align		: left;
}


caption {
	text-align		: left;
}




/* ==========================================================================================================

	  4. Image Module

============================================================================================================*/

img { 
	vertical-align	: bottom;
}

a img {
	border	: none;
}



/* ==========================================================================================================

	  5. Text Module

============================================================================================================*/
br {
	letter-spacing: normal;
}








