/* text style */

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

.px30{
  font-size: 150%;
  line-height: 1.2;
  color: #000000;
}

.px18{
  font-size: 120%;
  line-height: 1.2;
  color: #000000;
}

.px16{
  font-size: 100%;
  line-height: 1.2;
  color: #000;
}
.px14{
  font-size: 90%;
  line-height: 1.2;
  color: #000;
}
.px13{
  font-size: 85%;
  line-height: 1.2;
  color: #000;
}
.px12{
  font-size: 75% !important;
  line-height: 1.2;
  color: #000;
}
.px10{
  font-size: 70%;
  line-height: 1.2;
  color: #000;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:a:visited{
	color:#000;
}

.to_top{
	width:54px;
	height:55px;
	position:absolute;
	position:fixed !important;
	bottom:60px;
	right:60px;
	z-index:9999;
	opacity:0;
	display:none;
}


/*パンクズエリア*/
.pan_navi{
	width:100%;
	height:30px;
	background:url(../img/hed_n/pan_bk.png) left top;
	position:absolute;
	top:0;
}

.pan_navi_box{
	width:967px;
	height:20px;
	margin:0 auto;
	padding-top:10px;
}

.pan_navi_box ul{
	font-size: 75%;
	line-height: 1.0em;
	color: #999;
}

.pan_navi_box li{
	float:left;
	border-left:#999 1px solid;
	padding-left:5px;
	margin-left:5px;
}

.pan_navi_box li a{
	color: #999 !important;;
}

.pan_navi_box .pan_first{
	background:url(../img/hed_n/icon01.gif) left center no-repeat;
	border-left:none;
	padding-left:15px;
	margin-left:0px;
}

/*ページナビ*/

.p_return{
	width:976px;
	padding-top:20px;
	margin:0 auto;
}

.p_return a{
	background:url(../img/hed_n/i_back.gif) left center no-repeat;
	height:17px;
	min-height:17px;
	padding-left:23px;
	font-size: 16px;
	line-height: 17px;
	color: #333;
}

.p_return02{
	width:976px;
	margin:0 auto;
	padding-bottom:10px;
}

.p_return02 p{
	float:left;
	margin-right:20px;
}

.p_return02 a{
	background:url(../img/hed_n/i_back.gif) left center no-repeat;
	height:17px;
	min-height:17px;
	padding-left:23px;
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

.page_navi{
	width:100%;
	background:#FFF;
	margin:0 auto;
	padding:15px 0;
	position:absolute;
	z-index:999999999;
}

.page_navi ul{
	width:976px;
	margin:0 auto;
}

.page_navi li{
	background:url(../img/hed_n/p_navi_bk.gif) left center no-repeat;
	width:180px;
	height:24px;
	min-height:24px;
	text-align:center;
	float:left;
	margin-left:19px;
}

.page_navi li a{
	width:180px;
	height:24px;
	font-size: 14px;
	line-height: 24px;
	vertical-align:middle;
	display:table-cell;
	color:#0055a2;
}

.page_navi li a:hover{
	text-decoration:none !important;
}

.page_navi .page_first{
	margin-left:0px;
}

.page_navi li.list_non{
	background:url(../img/hed_n/p_navi_bk_g.gif) left center no-repeat;
}