@charset "UTF-8";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
html {
	font-size:0.75em;
}
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;
}
address, caption, cite, code, dfn, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.00em;
	line-height: 1.3em;
	text-align: left;
	background-color: #FFF;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a:link	{
	text-decoration: none;
}

a:visited	{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

a:active	{
	text-decoration: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0%;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { /*zoom: 1;*/ } /* IE6 */
*:first-child+html .clearfix {  /*zoom: 1;*/ } /* IE7 */


/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* pageNavigation
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
#pageNavigation {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#mainTitle,
#navigationTitle,
#footerTitle {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#google_serch label{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
