body {
	background: url(../img/common_body_bg.gif) top left repeat-y;
}

#wrap {
	width: 805px;
	background: url(../img/common_bg.gif) top left repeat-y;
}


/*--------------------------------------
  header
---------------------------------------*/
#headertop {
	width: 801px;
	height: 91px;
	background: url(../img/common_header_bg.gif) top left no-repeat;
	position: relative;
}


#headertop h1 {
	position: absolute;
	top: 10px;
	left: 0;
}

/*--------------------------------------
  borderStyle
---------------------------------------*/

.borderTypeT01 {
	background-color: #415884;
}

/*--------------------------------------
  content
---------------------------------------*/

#contentTop {
	width: 801px;
}

#contentWrap02 {
	background: url(../img/common_contentbgbottom_002.gif) bottom left repeat-y;
	padding: 0;
}

#sideAreaWrap {
	width: 235px;
	background-color: #DADADA;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sideAreaTop {
	width: 235px;
	background-position: left top;
	background-repeat: no-repeat;
}

#sideAreaTop ul {
	width: 235px;
	list-style: none;
	margin: 0;
	padding: 0px;
}

#sideAreaTop ul li {
	width: 235px;
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------
  footer
---------------------------------------*/
#footerTop {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


#footerTop {
	width: 801px;
	height: 120px;
	background: url(../img/common_footer_bg.gif) top left no-repeat;
}

#footerTop #copyright {
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#footerTop #topfooterLink {
	font-size: 80%;
	color: #FFFFFF;
	float: right;
	margin-left: 0;
	text-transform: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}


#footerTop #footerText {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
}


/*--------------------------------------
  hyper link
---------------------------------------*/
a {
	text-decoration: none;
	font-size: 70%;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #6A77AC;
}

