@charset "utf-8";
/* CSS Document */

#design {
	margin:0 0 50px;
}
#design h2 {
	margin:2px 0 40px -13px;
}

#design #logo {
	width:280px;
	margin:0 auto 10px;
}
#design #header_left {
	width:135px;
	margin:20px 0 0 -10px;
	float:left;
}
#design #header_center {
	width:385px;
	padding:5px 0 0 10px;
	float:left;
}
#design #header_right {
	width:125px;
	float:right;
}
#design #header_center_txt {
	width:389px;
	margin:0 auto;
	padding:15px 0 0;
}
#design h3 {
	margin:40px 0 25px -7px;
}
#design .box {
	padding-bottom:1px;
	margin-bottom:25px;
	background-image: url(../../images/common/line2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#design .box .name_area {
	width:43px;
	float:left;
}
#design .box .con_area {
	width:617px;
	float:left;
}
#design .box .con_area h4 {
	margin:16px 0 0;
}
#design .box .con_area p {
	padding:10px 15px;
}
#design .box .con_area div {
	margin:10px 0 15px;
}




/***/