@charset "utf-8";
/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/

/*=== Basic Link Style ============================================================*/

a:link,a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
	
	
/*===Page Body ============================================*/
body {
	color: #333;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;

}
body.index {
	background: #fff url(../../img/global/body_bg.jpg) repeat-x top center;
}
body.form {
	background: #fff url(../../img/global/body_bg_under.jpg) repeat-x top center;
}






/*==== Base Layout & Navigation Items ==============================================*/

/*----------Two Columns Helper Include ContentBody & SideBar-----*/
#MainColumn {
	text-align: left;
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}


/*++++++ ContentBody +++++++++++++++++++++++++++++++++++++++++++++++*/
#ContentBody {
	font-size: 93%;
	text-align: left;
	position: relative;
	width: 880px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0 15px 0;
	display: block;
	}

/*++++++ Header Section +++++++++++++++++++++++++++++++++++++++++++++*/

body.index header#Main {
	position: relative;
	width: 980px;
	height:550px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

body.form header#Main {
	position: relative;
	width: 980px;
	height:350px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}




header#Main hgroup {
	width: 980px;
	height: 112px;
}

header#Main  h1 {
	width:268px;
	height:88px;
	position: absolute;
	top: 15px;
	left 0;
}

nav#ShortCut {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 501px;
	height: 88px;
	z-index: 50;
}

nav#ShortCut ul {
	position: relative;
	margin: 0;
	padding: 0;
}

nav#ShortCut ul li{
    background-image: none;
}

/*++++++ Footer Section ++++++++++++++++++++++++++++++++++++++++++++++*/

footer {
	border-top:1px solid #000;
	color: #000;
	font-size: 93%;
	background-color: #f5f4f4 ;
	width: 100%;
	height:150px;
	clear: both;
	text-align: left;
}

footer #address {
	width:980px;
	margin:0 auto;
	padding:30px 0 0 0;
}
	
footer #address ul {
	margin:0 0 25px 0;
	padding:0;
}


footer #address ul li {
	margin:0;
	padding:0;
}


#Copyright {
	font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
}



/*----Helper----*/
#MainColumn:before,#TopicPath ul:before,#Scroll-up ul:before,
#PageBack ul:before,
#address ul li:before,
#MainColumn:after,#TopicPath ul:after,#Scroll-up ul:after,
#PageBack ul:after,
#address ul li:after
 {
    content:"";
    display:table;
}
#MainColumn:after,#TopicPath ul:after,
#Scroll-up ul:after,
#PageBack ul:after,
#address ul li:after
 {
    clear:both;
}
#MainColumn,#TopicPath ul,
#Scroll-up ul,
#PageBack ul,
#address ul li
{
    zoom:1;
}
/*=== Common Class Settings =========================================================*/

.Reader {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

/*Hide TXT*/
.none {
	display: none;
	}



