/* CSS Document */
/* layout */


body{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../imgs/img/grx_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
/* stage */

#stg{
	width:990px;
	height:auto;
	vertical-align:top;
	}
/* collum left */
#col_lft{
	width:225px;
	height:auto;
	float:left;
	vertical-align:top;
	vertical-align:text-top;
	padding:0px;
	margin-top:0px;
	}
/* line */
.ln_dtt{
	height:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
.ln_sld{
	height:10px;
	border-bottom:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin-bottom:10px;
	}
/* cnt_area */
#cnt_01{
	width:735px;
	float:left;
	background:url(../imgs/img/img_bg_01.jpg);
	height:545px;
	vertical-align:bottom;
	vertical-align:text-bottom;
	}
#cnt_02{
	margin-top:50px;
	width:735px;
	float:left;
	height:auto;
	vertical-align:bottom;
	vertical-align:text-bottom;
	}
#cnt_txt{
	width:320px;
	height:auto;
	bottom:0px;
	vertical-align:text-bottom;
	vertical-align:bottom;
	margin-top:395px;
	margin-left:30px;
}
