@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CLEARFIX
	2: EACH MODULE

==========================================================
*/

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
/*
===== 2: EACH MODULE ==========================================
*/
.pagetop{
	text-align:right;
	padding:0em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
}
.pagetop a{
	font-size: 11px;
	color: #333333;
	padding-top: 1px;
	text-decoration: none;
	display: block;
	margin-left: auto;
	width: 100px;
	text-align: center;
	background-color: #FFFFCC;

}

