﻿@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
.show{
	display:block;
}
.hide{
	display:none;
}
body{
	background:url(../Image/bg.jpg) repeat fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body a{
	color:#225B9B;
	text-decoration:none;
}
body a:hover{
	color:#1BA39C;
}
p{
	/*\*/
	letter-spacing:0.1em;
	/**/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 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 */

#pageframe{
	font-size:60%;
	text-align:center;
	margin-bottom:20px;
}
