@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}

body{
	width: 100%;
	min-height: 100%;
	font-size: 78%;
	text-align: left;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #F0D4CE;
}

* html body{
	height: 100%;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'lr oSVbN', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	color: #333333;
}

p,th,td,li,dt,dd{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'lr oSVbN', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	line-height: 1.4;
	color: #333333;
}

ul	{list-style-type: none;}
img	{border: none; vertical-align: top;}

a:link,
a:visited{color: #333333; text-decoration: none;}
a:hover,
a:active{color: #ff8500; text-decoration: underline;}


.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */
