@charset "UTF-8";

/* スライドページ　表示部分：全体用 */
.slide_wrapper{
	position: relative; /* Do not change this value */
	width: 620px;
	height: 504px; /* Set height to be able to contain height of largest content shown*/
	/*border: 5px solid #687C98;*/
	overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


/* スライドページ　表示部分：各ページ用 */
.slide_content{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 422px;
height: 504px;
float: left;
margin: 0;
display: block;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/


/*　サイドメニュー用
-------------------------------------------------------------------------------*/
.sidemenu{
margin: 0;
padding: 0;
width: 198px; /*width of menu*/
border-bottom-width: 0;
display: block;
float: right;
}

.sidemenu a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

a.page01 {
	width: 198px;
	height: 35px;
}
a.page01:hover {
}
a.page02 {
	width: 198px;
	height: 36px;
}
a.page02:hover {
}
a.page03 {
	width: 198px;
	height: 36px;
}
a.page03:hover {
}
a.page04 {
	width: 198px;
	height: 36px;
}
a.page04:hover {
}
a.page05 {
	width: 198px;
	height: 36px;
}
a.page05:hover {
}
a.page06 {
	width: 198px;
	height: 36px;
}
a.page06:hover {
}
a.page07 {
	width: 198px;
	height: 36px;
}
a.page07:hover {
}
a.page08 {
	width: 198px;
	height: 36px;
}
a.page08:hover {
}
a.page09 {
	width: 198px;
	height: 36px;
}
a.page09:hover {
}

a.page010 {
	width: 198px;
	height: 36px;
}
a.page10:hover {
}
a.page11 {
	width: 198px;
	height: 36px;
}
a.page11:hover {
}
a.page12 {
	width: 198px;
	height: 36px;
}
a.page12:hover {
}
a.page13 {
	width: 198px;
	height: 36px;
}
a.page13:hover {
}
a.page14 {
	width: 198px;
	height: 37px;
}
a.page14:hover {
}
.sidemenu img {
	margin: 0px;
}
