.ContentsCentering{
	text-align: center;
}
#ReadingKeyPosition{
    margin: 10px auto;
    width: 100px;
}
#linkHeader{
    color: #000000;
    text-decoration: none;
}
#header{
    border-bottom: 3px solid #B3B3B3;
    background: #FFFFFF;
    text-shadow: 0 0px 1px #444444;
    color: #000000;
    height: 46px;
}
#titleArea{
    display: flex;
    margin: 0 auto;
    width: 360px;
}
#logoImage{
    margin: auto 5px auto 0;
    height: 28px;
}
#linkImage{
    margin: auto 0;
    height: 45px;
}
#titleText{
    font-size: 14px;
    margin: auto 0;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
}