﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: default.css
-----------------------------------*/

/*-----------------------------------
* html body
-----------------------------------*/
*{
	font-size:100%;
	margin:0px;
	padding:0px;}

html{
	width:100%;}

body{
	background:#f7f7f7 url(../images/body_bg.jpg) repeat-x;}
	
/*-----------------------------------
p a img form ol ul li hr
-----------------------------------*/
p{
	margin:0px;
	padding:0px;}

a{
	outline:none;
	text-decoration:none;
	color:#51808c;}

a:hover{
	text-decoration:underline;
	opacity:0.8;
	filter: alpha(opacity=80 style=0);
	-moz-opacity:0.8;}

img {
	border:0;}

form{
	margin:0px;
	padding:0px;}

ol,ul,li{
	list-style-image:none;
	list-style-type:none;}

hr.none_line{
	display:none;}

/*-----------------------------------
clearfix
-----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear{
	clear:both;
}