@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "body.css";
@import "header.css";
@import "footer.css";

h1{
  padding: 7px 0px 25px 0px;
}
#concept_txt{
  width:270px;
  float:left;
  font-size:85%;
  line-height: 2.5em;
  margin:30px 0px 70px 0px;
  letter-spacing:0.12em;
}
#concept_img{
	float:right;
  margin:50px 45px 0px 0px;
}
h2{
	clear:both;
  margin-bottom:20px;
}
h3{
	margin-bottom:15px;
}
p{
	font-size:85%;
  line-height:2em;
  margin-top:10px;
}
#leftside01,#leftside02{
	width:345px;
  float:left;
  clear:left;
}
#rightside01,#rightside02{
	width:355px;
 padding-right:45px;
  float:right;
}
#leftside02,#rightside02{
  margin-bottom:100px;
  margin-top: 15px;
}
