/* CSS Document */

#snav{
	width: 300px;
	position: absolute;
	top:0px;
}
#snav.is-fixed{
	position: fixed;
	top:0px;
}
#snav.is-fit{
	position: absolute;
}
#snav.is-diff{
	position: absolute;
}
#snav h2 {
	margin-top: 10px; /*for english*/
}
