/*====== styles ======*/
body {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
}

body,table,td,div {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	font-family: "Arial";
}

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

/*====== color ======*/
.bgc_white{background-color: #FFFFFF;}
.bgc_yellow{background-color:#F5F5EF;}





/*====== Background ======*/
.bgi_left{
	background-image: url(../image/dt_01.gif);
	background-repeat: repeat-x;
}
.bgi_left01{
	background-image: url(../image/dt_02.gif);
	background-repeat: repeat-x;
}

.bgi_bottom{
	background-image: url(../image/dt_03.gif);
	background-repeat: repeat-x;
}

.bgi_lefttop{
	background-image: url(../image/top_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


.nav2CellOff{
	background-image: url(../image/menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 16pt;
}

.nav2CellOn{
	background-image: url(../image/menuon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 16pt;
}



/*====== links ======*/
.A {
	text-decoration: none;
	color: #333333;
	font-family: "Arial";
	font-size: 12px;

}

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}


.menu {
	text-decoration: none;
	line-height: 18px;
	color: #AC914C;
	font-weight: bold;
	padding-right: 12px;
	padding-bottom: 4px;

}

.menu:link {
	color: #AC914C;
	text-decoration: none;
}

.menu:visited {
	color: #AC914C;
	text-decoration: none;
}

.menu:hover {
	color: #AC914C;
	text-decoration: none;
}

.menu:active {
	color: #AC914C;
	text-decoration: none;
}
/*====== links ======*/


/*====== tit ======*/
.tit_yellow{
	font-weight: bold;
	font-size: 20px;
	color: AC914C;
	font-family: "Arial";

}
.tit_gray{
	font-weight: bold;
	color: 666666;

}
