@charset "UTF-8";
/*------------------------------------------------------------------------------
Global Reset
------------------------------------------------------------------------------*/

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
caption {
	display: none;
}

fieldset,img,hr,abbr,acronym {
	border: 0;
}

hr {
	display: none;
}

address,caption,cite,cide,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

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

q:before,q:after {
	content:'';
}
div.header div a.headerMenuSita1{
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

input {
	vertical-align: middle;
	padding: 1px 2px;
}


legend {	
	color: #000;
}

/*------------------------------------------------------------------------------
Invisible Elements

------------------------------------------------------------------------------*/
.hidden {
	display: none;
}

/*------------------------------------------------------------------------------
crearfix
------------------------------------------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*
------------------------------------------------------------------------------*//* End hide from IE-mac */
/*
------------------------------------------------------------------------------*/
.textAlignLeft {
	text-align: left !important;
}
.textAlignCenter {
	text-align: center !important;
}
.textAlignRight {
	text-align: right !important;
}
