@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/


/*
===== 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:1em;
}


/*
===== 3: CONTAINER ==========================================
*/
div#container {
	margin:auto;
	text-align:center;
	width:985px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #fff;
}

/*
===== 4: HEADER ==========================================
*/
div#header{
        float: left;
        width:985px;
        background: url(../images/header_line.png) repeat-x left bottom;
}


/*
===== 5: FOOTER ==========================================
*/
div#footer{
	width: 985px;
	clear:both;
	background: url(../images/footer_backimg.png) repeat-x left top;
}

