@charset "utf-8";

/* -------------------------------------------------------
  Home style Sheet
  Last Update 2009-05-25 SOY

  01. html
  02. body
  	02-01. div#flashcontent

------------------------------------------------------- */

/* -------------------------------------------------------
  01. html
------------------------------------------------------- */
html {
    overflow: auto;
}


/* -------------------------------------------------------
  02. body
------------------------------------------------------- */
body {
}


/*  02-01. div#flashcontent
------------------------------------------------------- */
div#flashContent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}

div#flashContent div#header {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

div#flashContent div#header div#topicPath {
	margin-bottom: 10px;
} 

div#flashContent div#contentWrap {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

div#flashContent div#contentWrap img {
	margin-top: 50px;
	margin-bottom: 60px;
}

body#home div#footer {
	margin: 0 auto;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #339900;
}

	* html body#home div#footer {
		width: 960px;
		padding-left: 10px;
		padding-right: 10px;
	}


div.boxSwfPrint {
	display: none;
}
