@charset "utf-8";

/* --------------------------------------------------
	SiteName : Growness
	FileName : concept.css
	Description : concept styles
	
	== TOC =========================================
	1 : concept layout styles
	
-------------------------------------------------- */



/* 1. concept layout styles
================================================== */
#main .pageLink li {
	display:inline;
	margin-right:3px;
}
#main .boxTxt {
	width:500px;
	float:right;
	display:inline;
}
#main .boxImg {
	width:188px;
	float:left;
	display:inline;
}
#main .bdrBtm {
	border-bottom:#dadada 1px solid;
}
#main .box {
	width:651px;
	padding:12px 25px;
	background:url(../images/bg_box.gif) no-repeat left bottom;
}
#main .box2 {
	width:687px;
	padding:3px 7px 0px;
	margin-top:13px;
	background:url(../images/bg_box2.jpg) no-repeat left top;
}
#main .box2In {
	width:650px;
	margin:0 auto;
}
#main .boxTxt2 {
	width:540px;
	float:right;
	display:inline;
}
#main .boxImg2 {
	width:93px;
	float:left;
	display:inline;
}
#main .bdrBtm2 {
	border-bottom:#a79476 1px dotted;
}
#main .w630 {
	width:630px;
	margin:0 auto;
}