

/* --- ナビゲーション --- */
#nav {
float: right;
width: 20%; /* サイドバーの幅 */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 30%; /* Stay at the top */
left: 75%;
padding: 0.5em 1em;
margin: 2em 0;
color: #5989cf;
background: #c6e4ff;
border-bottom: solid 6px #aac5de;
border-radius: 9px;
}

/* --- メインカラム --- */
#content {
float: right;
width: 100%; /* メインカラムの幅 */
}
