/*====================================
               ABOUT
=====================================*/

#about_container {
	width: 808px;
	margin: 0 0 0 11px;
	font-size: 93%;
}

#about_container h3 {
	margin-bottom: 20px;
}

.about_nav {

}

.about_nav li {
	float:  right;
	padding-top: 10px;
}

.about_topbox {
	width: 808px;
	background: url(img/body_abouttop.jpg) repeat-y;
	margin-bottom: 20px;
}

.about_topbox_head {
	width: 808px;
	height: 11px;
	font-size: 1%;
	line-height: 1%;
	background: url(img/head_abouttop.jpg) no-repeat;
}

.about_topbox_foot {
	width: 808px;
	height: 10px;
	font-size: 1%;
	line-height: 1%;
	background: url(img/foot_abouttop.jpg) no-repeat;
}

.f_right {
	float: right;
}

.about_box_inner {
	width: 750px;
	margin: 0 0 0 30px;
	padding: 5px 0 15px 0;
}

.about_box_inner h4 {
	margin-bottom: 15px;
}

.about_box_inner .txt1 {
	width: 300px;
}

.mb_20 {
	margin-bottom: 20px;
}

.about_underbox {
	width: 807px;
	background: url(img/body_underbox.jpg) repeat-y;
	margin-bottom: 15px;
}

.about_underbox img {
	vertical-align: top;
}

.about_underbox_foot {
	width: 807px;
	height: 10px;
	font-size: 1%;
	line-height: 1%;
	background: url(img/foot_underbox.jpg) no-repeat;
}

.about_underbox_inner {
	width: 750px;
	margin: 0 0 0 30px;
	padding: 15px 0;
}

dl.merit {
	margin-bottom: 15px;
}

dl.merit dt {
	width: 105px;
	float: left;
	padding-top: 2px;
	
}

dl.merit dd {
	width: 645px;
	float: left;
}

table.abouttbl {
	width: 50%;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	font-size: 12px;
	margin-bottom: 15px;
}

table.abouttbl th {
	width: 50%;
	padding: 5px;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background: #e1e0e0;
}

table.abouttbl td {
	width: 50%;
	padding: 5px;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

p.txt2 {
	width: 400px;
	float: right;
}

#content_foot_about {
	width: 850px;
	height: 50px;
	padding-top: 20px;
	background:  url(img/content_foot_about.jpg) no-repeat;
}

.about_foot {
	margin: 0 20px 0 40px;
}

.footbody {
	padding: 10px 0;
}

/*====================================
               CLEARFIX
=====================================*/

.group:after,
.about_nav:after,
dl.merit:after
{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.group,
.about_nav,
dl.merit
{
	display: inline-block;
}

/*\*/
* html .group,
* html .about_nav,
* html dl.merit
{
	height: 1%;
}

.group,
.about_nav,
dl.merit
{
	display: block;
}
