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;
	font-weight: normal;
	color: #222;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-family: Arial;
}
ul, ol {
	list-style: none;
	background: none;
}
ul li, ol li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
html{
    height: 100%;
}
body{
	height: 100%;
	font-size: 62.5%;
}
* html div#wrap{
    height:100%;
}
div#wrap{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	padding-top: 0;
}
body > #wrap {
        height: auto;
}
#main{
	padding: 0;
	margin: 0 auto;
	padding-bottom:80px;
	width: 100%;
	background: url(../../common/header-back.jpg) top center repeat-x;
}
div#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #284a9b;
	text-decoration: none;
}
a:visited {
	color: #284a9b;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}
/* header
---------------------------------------- */
div#header {
	width: 860px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../../common/header-back.jpg) top repeat-x;
}
div#header h1 {
	float: left;
	padding-top: 17px;
}
div#header p#site-navi {
	float: right;
	height: 33px;
	overflow: hidden;
	margin: 5px 0;
	color: #fff;
	font-size: 120%;
}
div#header p#site-navi img {
	margin-left: 5px;
	vertical-align: middle;
}
div#header ul#g-navi {
	float: right;
	margin-top: 17px;
}
div#header ul#g-navi li {
	float: left;
}
div#header a:link,
div#header a:visited {
	color: #fff;
	text-decoration: none;
}
div#header a:hover, a:active {
	color: #fb871e;;
	text-decoration: none;
}
* html div#header ul#g-navi {
	clear: right;
	float: right;
	margin-top: 17px;
	width: 630px;
}

/* cont-column
---------------------------------------- */
div#cont-column {
	padding-top: 20px;
	width: 820px;
	margin: 0 auto;
}

/* footer
---------------------------------------- */
div#footer {
	clear: both;
	background: #ABB9D1;
	position:absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}
div#footer p {
	text-align: center;
	color: #404F77;
}
div#footer ul.cont li.firstChild {
	float: left;
	color: #FFAC2F;
	font-size: 1.1em;
}
div#footer ul.cont li.lastChild {
	float: right;
}
div#footer div.cont a.feed-icon {
}
/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */  
.clear {
	clear: both;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
}
.left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
.red {
	color: #A22E24;
}
.fb {
	font-weight: bold;
}
.f1-2 {
	font-size: 1.2em;
}
div#admin-menu ul {
	font-size: 12px;
}
div.imce-inline-wrapper a {
	font-size: 13px;
}
