#i-content h4
{
	font-size: 19px;
	font-weight: bold;
	color: #09F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 22px;
}

#i-content h6
{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 5px;
	line-height: 0px;
}

#i-content p
{
	font-size: 12px;
	line-height: 1.5em;
	text-indent: 12px;
}

.glidecontentwrapper{
	position: absolute; /* Do not change this value */
	width: 690px;
	height: 420px; /* Set height to be able to contain height of largest content shown*/
	border: thin dashed #CCC;
	overflow: hidden;
	margin: 28px;
}
/*
	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
*/


.glidecontent{
	/*style for each glide content DIV within wrapper.*/
	position: absolute;
	color: #000;
	visibility: hidden;
	width: 650px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	display: inline;
}

.glidecontent img{
	padding: 3px 8px;
}

#page4 p{
	line-height:1.4em;
}

.credit p{
	text-indent:none;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
	/*style for DIV used to contain toggler links. */
	width: 100%;
	margin-top: 10px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	color: #FFF;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{
	text-decoration: none;
	border: 1px solid #333;
	background-color: #333;
	margin: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFF;
}

.glidecontenttoggler a.selected{
	/*style for selected page's toggler link. ".selected" class auto generated! */
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border: 1px solid #333;
	background-color: #FFF;
	color: #06C;
}

.glidecontenttoggler a:hover{
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	border: 1px solid #900;
	background-color: #CCC;
}

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

.glidecontenttoggler a.prev,
.glidecontenttoggler a.next{
/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover,
.glidecontenttoggler a.next:hover{
	padding: 0px 5px 0px 5px;
        text-decoration: none;
        border: 1px solid #CC0000;
        background-color: #111;
}
