
/*------------------------------------------------------*/
/* Auther unType::TALO::0712 */
/*------------------------------------------------------*/
/* Relation of CSS Files
	common.css 
		|----header.css
		|----contents.css
		|----footer.css
		|----/common/css/style.css	
		|----top.css
*/
/*------------------------------------------------------*/
/* Common */
/*------------------------------------------------------*/
/* CSS Import --------------------------------- */
	@import url(/c/common/css/header.css);
	@import url(/c/common/css/footer.css);
	@import url(/common/css/style.css);
	@import url(/c/common/css/contents.css);
	@import url(/c/common/css/top.css);

/* HTML --------------------------------- */
	html {
		height:100%;
		margin: 0 auto;
	}
	
/* Body --------------------------------- */
	body {
		height: 100%;
		background: #dfd7c2 url("/c/common/images/common_bg.jpg") repeat-x;
		margin: 0 auto;
		padding: 0;
		text-align:center;
		color:#3d2e25;
	}

/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/