@charset "utf-8";
/* Style Index ===============================

	FileName : layout.css

	01: wrapper
	02: header
	03: container
	04: content
	05: sidebar
	06: footer

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

/* ------------------------------------------
 02: header
-------------------------------------------*/

#header{
	width:100%;
	min-height:75px;
	position:relative;
	border-bottom:1px solid #CCC;
	padding-bottom: 2.5px;
}

/* ------------------------------------------
 03: container
-------------------------------------------*/

#container{
	padding:10px;
}

/* ------------------------------------------
 03: contents
-------------------------------------------*/

#contents{
	padding:10px;
}

/* ------------------------------------------
 03: sidebar
-------------------------------------------*/



/* ------------------------------------------
 04: footer
-------------------------------------------*/

#footer{
	clear:both;
	border-top:1px solid #CCC;
}

#footInner{
}