@charset "UTF-8";
footer {
	color: #666;
	line-height: 150%;
	font-size: 85%;
}
footer ul {
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
	margin: 10px 0px;

}
address {
	font-size: 70%;
	text-decoration: none;
  }
  
/*ページのトップへ*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 70%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 12px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.hide {
	display: none;

}

/*別ウインドマーク*/

a.ex_link {
	background: url(../img/blank_icon.png) no-repeat right 15px;
}
a.ex_link_g {
	background: url(../img/blank_icon_g.png) no-repeat right 0px bottom 10px;
}

