/********************
1. Basic Box Layout
********************/


/********************
1. Basic Box Layout
********************/
body{
	background: url('../images/common/bg_body_c.png') repeat-x;
	color: #ffffff;
}



#wrap{
	width: 1120px;
	margin: 0 auto;
	background: url('../images/common/bg_centainer.jpg') repeat-y;
}

#container{
	width: 1120px;
	background: url('../images/common/bg_wrap.jpg') no-repeat 0px 90px;
}


#main{
	position: relative;
}




/*footer*/

#footer {
	clear: both;
	width: 100%;
}

/*subtitle*/
h2.title{
	left: 90px;
	position: absolute;
	top: 0px;
}

/*contents*/
#left{
	float:left;
	display: inline;
	margin: 0 0 0 150px;
	width: 420px;
}

#left h3{
	width: 80px;
	height: 44px;
	margin: 0 0 16px 0;
}

#s_n{
	width: 80px;
	margin: 0;
}

#s_n h3{
	width: 80px;
	height: 45px;
	text-indent: -9999px;
}

#s_n img{
	margin: 0;
}

#b_space{
	padding: 0px 0 0 10px;
	margin: 0 0 0 10px;
	width: 320px;
}

#right{
	width: 450px;
	float: right;
	display: inline;
	margin: 0px 100px 0 0;
}

#right h3{
	margin: 0 0 20px 0;
}


#right .txt{
	width: 22	0px;
}

#right .float_r{
	margin-right: 10px;
}

#k_image{
	width: 760px;
	margin: 20px 20px 0 250px;
}

.inf{
	width: 290px;
	margin: 10px 110px 0 0;
}

#gallery{
	clear: both;
	background: url(images/grl_03.jpg) no-repeat 150px 0px;
	height: 478px;
}

