@charset "utf-8";

/*//////////////////////////////////////////////////////*/
/*////////////////////basic tag & reset/////////////////*/
/*//////////////////////////////////////////////////////*/


body {
	background: none;
}



/*//////////////////////////////////////////////////////*/
/*////////////////////////basic id//////////////////////*/
/*//////////////////////////////////////////////////////*/

#wrap {
	width: 100% ! important;
	margin: 0px auto;
	background:none;
}
#headerBg {
	background: none;
}
#header {
	display:none;
}
#navi {
	display:none;
}
#container {
	background: none;
	width: 100% ! important;
	position: static;
}
#content {
	float: none;
	display:block;
	background:none;
}
body#home #content .cpt#root dt, body#home #content .cpt#topics dt {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px;
	width: 580px ! important;
}
body#home #content .cpt#menu dl dt, body#home #menu dl dd {
	width:400px;
	margin: 0px 0px 12px;
	padding: 0px;
}
body#home #content .cpt#menu dd ul {
	width:396px;
}

#content ul#breadCrumb {
	display:none;
}

#content #contentBtm {
	display:none;
}
#footer {
	display:none;
}
#snavi {
	display:none;
}



/*//////////////////////////////////////////////////////*/
/*//////////////////////2nd selector////////////////////*/
/*//////////////////////////////////////////////////////*/

body#home #content .cpt#menu dd li {
	font-size: 9px;
}
body#home #content .cpt {
	width: 100%;
	padding: 0px 0px 15px;
	margin: 0px;
}
body.basic#see #content .cpt#flowerList{
	margin:0 24px 16px 40px;
	width:616px;
}