@charset "UTF-8";
/*layout_basic_02.css*/


/*RESET CSS ==============*/
html, head, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, div {
	margin: 0; padding: 0;}
ul, ol, li {list-style: none}
header, nav, article {display: block;}



#wrap {margin: auto; background-color: #3cf;
	width: 960px; height:1200px;}

#headBox {width: 100%; height: 120px; background-color: #f4f; }
h1 {width: 150px; height: 100px; float: left;
	margin: 10px; background-color: #fff;}
.head_wrap {float: right; width: 500px; height: 120px;}
.unb {width: 220px; height: 40px; margin:10px;
	background-color: #fff; float: right;}
.gnb {width: 500px; height: 50px; margin: 0 10px 10px 10px;
	background-color: #fff; float: right;}

#viewBox {width: 100%; height: 450px; background-color: #f80 ; }
#contentBox {width: 100% ; height: 500px; background-color: #2ae; } 

ul {width: 200px; height: 500px; 
	background-color: #25e; float: left}
ul>li {width: 100%; height: 100px; margin-top: 20px;
	background-color: #f4f;}

.lnb_list {width: 760px; height: 200px; 
	background-color: #2c0; float: left}
.lnb_content {width: 760px; height: 300px; 
	background-color: #243; float: left}
.lnb_right {width: 380px; height: 300px; 
	background-color: #c83; float: left}
.lnb_left {width: 380px; height: 300px; 
	background-color: #c43; float: left}

#footBox {width: 100% ; height: 130px; background-color: #777; }

