/*
 * about 
 */
body{
	background-image : url(../images/sub_bg_03.png);
	background-repeat: no-repeat;
}

#side_menu li.side_menu_design_top_smart {
    background-image: url("../images/side_menu_bg_top_smart.png");
    background-repeat: no-repeat;
    height: 51px;
    width: 189px;
}


#side_menu li.side_menu_design_title {
	
	background-image: url(../images/side_menu_title_smart.png);
	height:47px;
	width:189px;
	background-repeat:no-repeat;
	text-indent: -9900px;
}


#content .sub_content{
	
	padding-top:20px;
	
}


.sub_title span {
	
	background-image: url(../images/dot_style_1.png);
	background-repeat:no-repeat;
	background-position: center left ;
	display:block;
	margin:5px 0 0 0px;
	padding-left: 7px;
	
}

.list {

	width: 670px;
}
.list thead .list_bg {

	background-image: url(../images/list_bar_bg.png);
	background-repeat: repeat-x;
}
.list tbody td {
vertical-align:middle;	
height:34px;
}
.list tbody .line_bottom {

	background-image: url(../images/line_bottom_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.list tbody img {

	background-image: url(../images/line_bottom_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


