@charset "UTF-8";
/* CSS Document */

/*---------------
 body,header
---------------*/
body{
	font-size: 12px;
	line-height: 1.33;
}




#header_right {
	float: right;
	display: inline;
	padding-top: 12px;
}
.home, .sitemap {
	float: right;
	display: inline;
}
.home {
	padding-right: 5px;
	margin-right: 5px;
	border-right: #111 solid 1px;
}

#BreadcrumbList{
	width:950px;
	margin:0 0 15px;
	line-height:30px;
	height:30px;
}
.pagetop{
	text-align:right;
	margin:0 auto;
	padding:10px 0 30px;
}

/*---------------
 clearfix
---------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---------------
footer
---------------*/
#footer{
	clear: both;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#footer_container {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 20px;
}
#footer_container ul#footerTop{
    height:28px;
}
#footer_container a  {
	color:blue;
}
#footer_links{
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 20px;
	padding-bottom: 10px;
}
#Copyright {
	clear:both;
	text-align: center;
	padding-top: 5px;
}
.xsmall {
font-size: 11px;
letter-spacing: 0;
}
.xsmall_wide {
    font-size: 11px;
}

/*---------------
 common
---------------*/
#allLayout{
	clear:both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
	line-height: 18px;
	clear: both;
	margin-bottom: 0px;
	position: relative;
	/* for NN4.x */
	/*/*//*/
	border: 1px none #fff;
	/**/
}
h1 {
	font-size: 12px;
	display: inline;
}
#pagetop02 {
	text-align: right;
	width: 950px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*---------------------------------------------
 pageblock
---------------------------------------------*/
#pageblock {
    margin: 25px 0px 30px 0px;
}

#pageblock .text {
    text-align: center;
}
