

/* ===== Global Common Style ===== */

body{
	background-color: #FFFFFF;
	background-image: none;
}

/* ===== headerArea ===== */

#headerArea{
	width: 760px;
	clear: both;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_headerarea.jpg);
	background-repeat: no-repeat;
	background-position: 270px 8px;
	background-color: #FFFFFF;
}




/* ===== gnav Area ===== */

#gnav{
	clear: both;
	width: 100%;
	height: 7px;
	margin-bottom: 1px;
	background-image: url(../img/bg_gnav_none.jpg);
	background-repeat: repeat-x;
}

/* ===== Global Layout ===== */




#frame {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: center;
}



/*****************************/
/* contentsArea */
/*****************************/


#contentsArea{
	background-image: none;
	text-align: left;
}



/*****************************/
/* leftcontentsArea */
/*****************************/

#leftArea{
	float: none;
	clear: both;
	width: 760px;
}

/* ===== maincontentsArea   ===== */

#maincontentsArea{
	width: 760px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}


/* ===== titleArea   ===== */

#titleArea{
	clear: both;
	margin-bottom: 16px;
	text-align: center;
}



/* ===== centertxtArea   ===== */

#centertxtArea{
	clear: both;
	margin-bottom: 16px;
}



/* ===== writerArea   ===== */

#writerArea{
	clear: both;
	margin-bottom: 16px;
}

#writtenby{
	float: right;
	text-align: center;
}




/*****************************/
/* footer */
/*****************************/

/* ===== footercopy    ===== */

#footercopy{
	clear: both;
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #34488F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E566D;
	color: #333;
	text-align: center;
}

#footercopy p{
	padding-bottom: 4px;
}


/*****************************/
/* legacy styles */
/*****************************/
.text14{font-size:0.9em;line-height:1.4em;color:#333333;}
.text12{font-size:0.8em;line-height:1.4em;color:#333333;}



/*****************************/
/* clearfix */
/*****************************/

#writerArea:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#writerArea{/* ===== IE hack ===== */
	display: inline-block;
}

#writerArea{/* ===== Opera ===== */
	display: block;
}