@charset "utf-8";

/*
 * layout.css
 */


#body_area,
#foot_area .inner_section {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#top_area {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#top_area #topmenu {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -950px;
}
#body_area {
	margin-bottom: 55px;
	overflow: hidden;
}
#left_area {
	float: left;
	margin-left: 55px;
	margin-right: 55px;
	width: 155px;
	_height: 350px;
}
#left_area h2 {
	margin-bottom: 16px;
}
#left_area #submenu {
	min-height: 30px;
}
#left_area .business { border-top: 2px solid #b97a2e; }
#left_area .ci { border-top: 2px solid #b94447; }
#left_area .design { border-top: 2px solid #4474b1; }
#left_area .community { border-top: 2px solid #595496; }
#left_area .create { border-top: 2px solid #8d8a3a; }
#left_area .product { border-top: 2px solid #a5653a; }
#left_area .member { border-top: 2px solid #825c52; }
#left_area .sitemap { border-top: 2px solid #b97a2e; }
#left_area #submenu li {
	border-top: 1px solid #d7d7d7;
}
#left_area #submenu li.first_child {
	border-top: 0 none;
}
#left_area #submenu ul ul {
	padding: 5px 0 3px;
	border-top: 1px solid #d7d7d7;
	background-color: #f8f8f8;
}
#left_area #submenu li li {
	padding-bottom: 2px;
	border-top: 0 none;
}
#left_area #submenu li img {
	vertical-align: top;
}
#temp_left {
	margin-top: 20px;
	height: 300px;
	overflow: auto;
}
#temp_left ul {
	padding: 0 10px;
}
#temp_left ul li {
	margin-bottom: 3px;
	font-weight: bold;
}
#temp_left ul ul {
	padding: 5px 0 5px 5px;
	font-size: 11px;
}
#temp_left ul ul li {
	font-weight: normal;
}

#contents_area {
	position:absolute;
	float: left;
/*	position:relative;*/
	top: 370px; /*380px;*/
	left: 265px; /*380px;*/
	width: 740px;
    min-height: 350px;
	height: 500px;
	_height: 350px;
}
#content_head {
	float: left;
/*	position:relative;*/
	position:absolute;
	top: 310px; /*380px;*/
	left: 265px;
	width: 740px;
	height: 55px;
}
#content_head #location {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 11px;
}
#content_head #location .home {
}
#content_head #location .current {
	font-weight: bold;
}
#content_head #location span,
#content_head #location a {
	color: #4e4e4e;
}
#content_head h1 {
	padding: 1px 0 2px;
}
#contents_area #content {
	width: 100%;
	line-height: 18px;
}
#foot_area {
	position: relative;
	background: #efefef url(../../images/common/foot_bg01.gif.html) repeat-x left bottom;
}
#foot_area .inner_section {
	position: relative;
	height: 114px;
	background: url(../../images/common/foot_logo.gif) no-repeat 11px 32px;
}
#foot_area #foot_banner {
	position: absolute;
	top: 33px;
	right: 0;
	width: 284px;
}
#foot_area #foot_banner .banners {
	position: absolute;
	top: 0;
	left: 19px;
	width: 235px;
	overflow: hidden;
}
#foot_area #foot_banner .banners ul {
	width: 1000px;
}
#foot_area #foot_banner .banners li {
	float: left;
	margin-right: 3px;
	width: 116px;
}
#foot_area #foot_banner .banners li img {
	border: 1px solid #cfcfcf;
}
#foot_area #foot_banner .prev_btn {
	position: absolute;
	top: 11px;
	left: 0;
}
#foot_area #foot_banner .next_btn {
	position: absolute;
	top: 11px;
	right: 12px;
}
#foot_area #foot_link {
	position: absolute;
	top: 23px;
	left: 157px;
}
#foot_area #foot_link li {
	float: left;
	padding-left: 16px;
	background: url(../../images/common/foot_link_bar01.gif) no-repeat 8px 1px;
}
#foot_area #foot_link li.first_child {
	padding-left: 0;
	background: none;
}
#foot_area address {
	padding: 44px 0 0 157px;
}
#foot_area #copyright {
	padding: 7px 0 0 157px;
}



/* button */
.button {
	position: relative;
	margin-top: 15px;
	height: 30px;
	text-align: center;
}
.button .left {
	position: absolute;
	top: 0;
	left: 0;
}
.button .right {
	position: absolute;
	top: 0;
	right: 0;
}

/* ready */
.ready {
	margin-top: 80px;
	text-align: center;
}




