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

html,body {
    height: 100%;
	margin: 0px;
}

body {
    font-size: 110%;
    line-height: 160%;
    font-family:"Tsukushi A Round Gothic Bold";
	font-kerning: none;
    color: #FFFFFF;
    text-align: center;
    background-color: #003267;
}


.pagecolumn{
	display:block;
	list-style:none;
	position: relative;
	width: 100%;
	height: 96%;
}


.hitsuzi{
	display:block;
	list-style:none;
	position: absolute;
    bottom: 0;
	left:50%;
	transform:translateX(-50%);
}

.hitsuzi a{
	text-decoration:none;
	color:#FFF;
	padding: 5px 0px 5px 0px;
}

/*未訪問のリンク*/
.hitsuzi a:link{
	
}
/*訪問済みのリンク*/
.hitsuzi  a:visited{
	
}
/*マウスホバー時*/
.hitsuzi  a:hover{
	
}
/*マウスクリック*/
.hitsuzi  a:active{
	
}