@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_#localNavi */
#localNavi{
	border-color: #9d9c9c;
	border-style: dashed;
	border-width: 1px;
	margin: 0 0 40px;
	padding: 20px 10px 0;
	width: 688px;
}

/* IE7 */
*:first-child+html  #localNavi{
	padding: 20px 10px 20px;
}

/* under IE6 */
* html #localNavi{
	padding: 20px 10px 20px;
}

#localNavi ul{
	width: 688px;
}
	
#localNavi li{
	background-image: url(../images/ic_arrow1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 0 23px;
	width: 206px;
}

/* definition_dl */
.qaOrange,
.qaGreen
{
	background-image: url(../images/line_h1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.qaOrange.end,
.qaGreen.end
{
	background-image: none;
}

.qaOrange dt{
	background-color: transparent;
	background-image: url(../../question/images/ic_q_orange.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #593706;
	margin: 0 0 10px;
	padding: 10px 10px 10px 50px;
}

/* under IE6 */
* html .qaOrange dt{
	height: 1px;
}

.qaOrange dd{
	background-image: url(../../question/images/ic_a_orange.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 50px;
}

.qaGreen dt{
	background-color: transparent;
	background-image: url(../../question/images/ic_q_green.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #6b8713;
	padding: 10px 10px 10px 50px;
}

/* under IE6 */
* html .qaGreen dt{
	height: 1px;
}

.qaGreen dd{
	background-image: url(../../question/images/ic_a_green.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 50px;
}










