@charset "utf-8";

/*----------------------------------------------------
		Reset

----------------------------------------------------*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,dl,dt,dd,div,table,th,td,noscript,blockquote,form,hr,fieldset,address {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-style: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
em,address {
	font-style: normal;
}
ul,dl,ol {
	list-style: none;
}

sup {
	vertical-align: 0.4em;
	line-height: 1;
}
sub {
	vertical-align: -0.1em;
	line-height: 1;
}


/*----------------------------------------------------
		Base
----------------------------------------------------*/
body {
	font-size: 14px;
	background: #fffcdf;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,dl,table,address {
	font-size: 14px;
	line-height:22px;
	text-align: left;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
}


/*----------------------------------------------------
		Link
----------------------------------------------------*/

a:link {
	color: #ffac00;
}
a:visited {
	color: #ffac00;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #ffac00;
}


/*----------------------------------------------------
		Clear
----------------------------------------------------*/
.cl { clear: both; }

/*---------- clearfix ----------*/
.clearfix{
	min-height: 1%;
	position: relative;/*for preview*/
}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear: both;
	visibility: hidden; 
}
* html .clearfix{
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}


