﻿
.textL
{
	text-align: left;
}
.textR
{
	text-align: right;
}
.textc
{
	text-align:center;
	}
.width600center
{
	width:600px;
	margin: 0 auto;
	text-align:justify;
	}
/* -------------------------------------------------*/
/* ----------->>> element Container <<<-------------*/

/* Blue nav--------------------------------*/
.blueNav
{
	clear: both;
	text-align: center;
}

.blueNav table
{
	width: 90%;
	margin: 0 auto;
}

.blueNav .blueNavRight
{
	width: 5px;
	height: 35px;
	background: url(../images/navBlue_Right.gif) no-repeat;
}

.blueNav .blueNavLeft
{
	width: 5px;
	height: 35px;
	background: url(../images/navBlue_Left.gif) no-repeat;
}

.blueNav .blueNavMiddle
{
	background: url(../images/navBlue_Middle.gif) top repeat-x;
}

.blueNav a
{
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 3px;
	display: block;
}

.blueNav a:hover
{
	background: url(../images/navBlue_Hover.gif) top repeat-x;
	color: #FFF;
}

.blueNav .blueNavHover
{
	background: url(../images/navBlue_Hover.gif) top repeat-x;
}

/* Blue nav End----------------------------*/


/* Ring Line-------------------------------*/
.ringLine
{
	clear: both;
	text-align: center;
}

.ringLine table
{
	line-height: 15px;
	width: 98%;
	margin: 0 auto;
	padding: 0;
	border: none;
}
.ringLine .content
{
	width: 98%;
	margin: 0 auto;
	padding: 0 5px;
}

.ringLine .ringLineRight
{
	height: 15px;
	width: 10px;
	background: url(../images/lineRight.gif) top no-repeat;
}

.ringLine .ringLingLeft
{
	height: 15px;
	width: 10px;
	background: url(../images/lineLeft.gif) top no-repeat;
}

.ringLine .ringLineMiddle
{
	background: url(../images/lineMiddle.gif) repeat-x top;
}

.ringLine .ringLineRing
{
	width: 18px;
	height: 15px;
	background: url(../images/lingRing.gif) top no-repeat;
}

/*-- width setting --*/
.ringLine930
{
	widows: 930px;
}

/* Ring Line End---------------------------*/


/* button Silver --------------------------*/
.btnSilver
{
	line-height: 18px;
}
.btnSilver a
{
	font-size: 12px;
	color: #444;
	text-decoration: none;
	padding: 0 3px;
}
.btnSilver a:hover
{
	color: #FF6600;
}
.btnSilver .btnSilverA
{
	background: url(../images/icons/btnSilver_Left.gif) no-repeat;
	height: 18px;
	width: 4px;
}
.btnSilver .btnSilverB
{
	background: url(../images/icons/btnSilver_Middle.gif) repeat-x;
}
.btnSilver .btnSilverC
{
	background: url(../images/icons/btnSilver_Right.gif) right no-repeat;
	width: 4px;
}
/* button Silver end ----------------------*/



/* ------------------------------------------------*/
/* ---------------->>> .btnGold <<<----------------*/
.btnGold
{
	clear: both;
	height: 18px;
	text-align: center;
}

.btnGold .L
{
	height: 18px;
	width: 5px;
	background: url(../images/btnGoldL.gif) top left no-repeat;
}

.btnGold .R
{
	width: 5px;
	background: url(../images/btnGoldR.gif) top right no-repeat;
}

.btnGold .M
{
	background: url(../images/btnGoldM.gif) top repeat-x;
}

.btnGold a
{
	color: #333;
	line-height: 18px;
	text-decoration: none;
}

.btnGold a:hover
{
	color: #FFF;
}

/* ---------------->>> .btnGold <<<----------------*/
/* ------------------------------------------------*/


/* ---------->>> element Container End <<<---------*/
/* ------------------------------------------------*/

