ul#pnavi {
    list-style : none;
    margin : 0 2.5% 0 2.5%;
    text-align : center;
    font-size : 110%;
    font-weight : 800;
}

ul#pnavi li {
    float : left;
    width : 49%;
    margin-right : 2%;
	line-height : 1.25em;
}

ul#pnavi li:last-child {
    margin : 0;
}

ul#pnavi li span {
	display : block;
}

ul#pnavi li p {
    padding : 15px 0 15px 0;
    background : #ffffff;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

ul#pnavi li a {
    display : block;
    padding : 15px 0 15px 0;
    color : #2d506e;
    background : #c9daec;
    text-decoration : none;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

/*----------CONTENTS----------*/

#contents {
	clear : both;
	margin : 0 2.5% 5% 2.5%;
	padding : 7% 5% 5% 5%;
	background : #ffffff;
	border-bottom-left-radius : 10px;
    border-bottom-right-radius : 10px;
}

p.sindex {
    margin-bottom : 7%;
    color : #0a3296;
    font-size : 124%;
    font-weight : 800;
    text-align : center;
    line-height : 1.3em;
}

p.sindex span {
    display : block;
}

p.sindex font {
    letter-spacing : -10px
}

ul.lineup {
    list-style : none;
    overflow : hidden;
}

ul.lineup li {
    width : 100%;
    margin-bottom : 7%;
}

ul.lineup li h3 {
    margin-bottom : 4%;
    padding : 14px 0 16px 0;
    font-size : 116%;
    font-weight : 700;
    color : #2d506e;
    background : #e6f0fa;
    text-align : center;
}

ul.lineup li img {
    width : 100%;
    height : 100%;
}

ul.lineup li p {
    margin : 0 2% 0 2%;
    line-height : 1.5em;
}