/***********************************************/
/* Layout                                      */
/***********************************************/

#header {
	border-top: 3px solid #FFB366;
	border-bottom: 1px solid #FFB366;	
	background-color: #FFD67B;
}



/***********************************************/
/* Title                                       */
/***********************************************/

.title1 {
	border-top: 1px solid #FFB366;
	background: #ffffff url(/image/gg/bg/title1.gif) no-repeat top left;
}

.title2 {
	border-left: 5px solid #FFB366;
	border-bottom: 1px dotted #FFB366;
}


.title_top {
	border-bottom: 1px solid #eee;
	background: #ffffff url(/image/wh/bg/title1.gif) no-repeat top left;
}

.title_sub {
	border-bottom: 1px solid #5A9B3D;
	background: #ffffff url(/image/wh/bg/title2.gif) no-repeat top left;
	color: #5A9B3D
}

.title_basic {
	border-bottom: 1px solid #5A9B3D;
	background: #fff url(/image/bg/menu/nav_off.gif) repeat-x top;
	color: #5A9B3D;
}


.title_point {
	border-bottom: 1px dotted #ccc;
	color: #c66;
}


.title_go {
	border-bottom: 1px dotted #ccc;
	background: url(/image/common/bullet_go.gif) no-repeat 0px 0px ;
	
}




/***********************************************/
/* Section                                     */
/***********************************************/


.sectionSmall {
	border: 1px solid #FFB366;
	background-color: #FFFDEE;
}


.sectionSmall .title {
	background: #ffffff url(/image/gg/bg/bg1.gif) no-repeat top left;
}


.sectionSmall .category {
	color: #976200;
	background-color: #F8F3CB;
	border-top: 1px solid #FFB366;
	border-bottom: 1px dotted #FFB366;
}

.sectionSmall ul {
	list-style-image: url(/image/gg/bg/marker.gif);
}




/***********************************************/
/* LIST                                      */
/***********************************************/

.list1 li {
	list-style-image: url(/image/gg/bg/marker.gif);
	margin: 5px 0;
}

/***********************************************/
/* TABLE                                      */
/***********************************************/

.gtable .title td {
	background-color: #ECEFF7;
}

.gtable td.stitle {
	background-color: #F5F5FF;
}



/***********************************************/
/* naviBottom                                  */
/***********************************************/
.navBottom {
	border: 1px dotted #FFB366;
	background-color: #FFFDEE;
}


/***********************************************/
/* Footer                              */
/***********************************************/

#footer {
	border-top: 2px solid #FFB366;
}



