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

/* Left Menu Box */
table.left_menu_box{
	width: 180px; 
}
table.left_menu_box .top_left_menu{
	background: url(../image/box/bg_body1.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 295px;
}
table.left_menu_box .top_middle_menu{
	background: url(../image/box/bg_body2.gif) repeat-x;
	width: 145px; 
	vertical-align: top;
}
table.left_menu_box .top_right_menu{
	background: url(../image/box/bg_body3.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 295px;
}
table.left_menu{
	width:180px;
}

table.left_menu td{
	height: 26px;
	border-bottom:1px solid #f3f3f3;
	padding-left: 5px;
}

table.left_menu a.header_menu{
	font-weight: bolder;
	text-decoration: none;
	color: #939393;
	font-size: 14px;
}

table.left_menu a.header_menu:hover{
	font-weight: bolder;
	text-decoration: none;
	color: #222;
	font-size: 14px;
}

table.left_menu a.sub_menu{
	text-decoration: none;
	font-weight: bolder;
	color: #939393;
	font-size: 14px;
	padding-left: 18px;
}
table.left_menu a.sub_menu:hover{
	text-decoration: none;
	font-weight: bolder;
	color: #FA0001;
	font-size: 14px;
	padding-left: 18px;
}

/* Content Menu Box (Big Box)*/
table.content_box{
	width: 99%;
	height: 100%;
}
table.content_box .top_left{
	background: url(../image/box/bg_body1.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 295px;
}
table.content_box .top_middle{
	background: url(../image/box/bg_body2.gif) repeat-x;
	width: 100%; 
	vertical-align: top; 
	height: 100%;
}
table.content_box .top_right{
	background: url(../image/box/bg_body3.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 295px;
}
table.content_box .bottom_left{
	background: url(../image/box/bg_body4.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 48px;
}
table.content_box .bottom_middle{
	background: url(../image/box/bg_body5.gif) repeat-x;
	width: 99%; 
	vertical-align: top; 
	height: 100%;
	border-top:1px solid #e9e9e9; 
}
table.content_box .bottom_right{
	background: url(../image/box/bg_body6.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 48px;
}
.content_head{
	margin-top: 14px; 
	padding-left: 20px;
}
.content_footer{
	clear: both; 
	float: right;
	padding: 10px 10px;
}

/* Content Menu Box (Big Box) Page Home*/
table.content_box2{
	width: 99%;
	height: 100%;
}
table.content_box2 .top_left{
	background: url(../image/box/bg_body_home1.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 266px;
}
table.content_box2 .top_middle{
	background: url(../image/box/bg_body_home2.gif) repeat-x;
	width: 100%; 
	vertical-align: top; 
	height: 100%;
}
table.content_box2 .top_right{
	background: url(../image/box/bg_body_home3.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 266px;
}
table.content_box2 .bottom_left{
	background: url(../image/box/bg_body4.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 48px;
}
table.content_box2 .bottom_middle{
	background: url(../image/box/bg_body5.gif) repeat-x;
	width: 99%; 
	vertical-align: top; 
	height: 100%;
	border-top:1px solid #e9e9e9; 
}
table.content_box2 .bottom_right{
	background: url(../image/box/bg_body6.gif) no-repeat;
	vertical-align: top;
	width: 16px;
	height: 48px;
}
