@charset "utf-8";
/*	main:	#797946		*/
/*	Xmain:	#6A6A3E		*/
/*	second:	#F0E0CE		*/
/*	text:	#9C3031		*/
/*	border:	#DFAF88		*/

/***********************************************/
/* Header                                      */
/***********************************************/

#navi .nl {
	border-bottom: 5px solid #797979;	
}

#navi .nl li.active {
	background-position: left -42px;
}
#navi .nl li.active a {
	background-position: right -42px;
}

#mainColumn {
	float: left;
	width: auto;
}


#mainColumn p {
	padding-left: 10px;
}


/***********************************************/
/* footer                                     */
/***********************************************/
#footer {
	border-top: 3px solid #797979;
}

/***********************************************/
/* side                                        */
/***********************************************/

.sideBox {
	border: 1px solid #797979;
	border-top: 3px solid #797979;
	margin-bottom:12px;
}

.sideBox .title {
	color: #9C3031;
	background: url(/image/em/guide/bg.png) no-repeat left top;
}

.sideBox li.selected {
	background: url(/image/em/parts.png) no-repeat 10px -135px;
	font-weight: bolder;
}


.blank {
	width: 160px;
	height: 300px;
	background-color: #F0E0CE;
	margin-bottom: 10px;
}

/***********************************************/
/* Title                                        */
/***********************************************/
h1 {
	font-size: 120%;
	font-weight: bolder;
	border-bottom: 1px solid #797979;
	color: #444;
	margin: 0;
	margin-top: 10px;	
	
}

h2 {
	font-size: 95%;
	font-weight: bolder;
	border-bottom: 1px dotted #797979;
	padding: 5px 0 3px 0;
	margin: 0;
	margin-top: 10px;	
	color: #444;
}


/***********************************************/
/* General                                     */
/***********************************************/

.colorMain {	color: #797946; }
.colorText {	color: #9C3031; }

.borderColor {border-bottom: 1px solid #797979; }

