/*
Style Base CSS
Copyright (c) ECS All Rights Reserved.
*/

/* Frame */
html, body 		{ margin:0; padding:0;}
body			{ text-align:center; padding:20px;}
#container		{ width:100%; text-align:left; margin:0 auto; padding:0;}

.left			{ float:left;}
.right			{ float:right;}

#content .left	{ }
#content .right	{ }

.pkg:after		{ content:" "; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0;}
* html .pkg		{ display: inline-block; }
/* no ie mac \*/
* html .pkg		{ height: 1%; }
.pkg			{ display: block; }
/* */

