@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.						Oka(Live!Ads)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"Examples"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/
html[xmlns] #wrap{
}

/*--
	Examples
	
---------------------------------------------- --*/
#Examples-Wrap{
	width:984px;
	margin:0px auto;
	text-align:left;
}
#Examples-Wrap #topicPath{
	margin-bottom:0px;
	width:984px;
	background:url(../../examples/img/topicpath_bg.gif) no-repeat left bottom;
	padding-bottom:12px;
}
#Examples-Wrap #topicPath dd{
	margin-left:2px;
}
#Examples-Wrap .examples{
	width:984px;
	background:url(../../examples/img/wrap_bg.gif) repeat-y left top;
}

/*--
	contents
	
---------------------------------------------- --*/

#Examples-Wrap .examples .contents{
	width:557px;
	float:right;
	background:url(../../examples/img/contents_bg.gif) no-repeat left top;
	padding-top:5px;
	text-align:left;
}
#Examples-Wrap .examples .contents .iframe{
	width:550px;
	background:url(../../examples/img/iframe_bg.gif) no-repeat left bottom;
	padding-bottom:5px;
}
#Examples-Wrap .examples .contents .iframe iframe{
	overflow-x:hidden;
	overflow-y:auto;
}



/*--
	List
	
---------------------------------------------- --*/
#Examples-Wrap .examples .examples-list{
	width:407px;
	float:left;
}

#Examples-Wrap .examples .examples-list .label{
	width:375px;
	background:url(../../examples/img/label_bg.gif) no-repeat left top;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}
#Examples-Wrap .examples .examples-list .label li{
	width:94px;
	float:left;
	display:block;
	text-align:center;
	line-height:21px;
}
#Examples-Wrap .examples .examples-list .label li.lastChild{
	width:93px;
}
#Examples-Wrap .examples .examples-list .label a{
	color:#ed250b;
	display:block;
	text-decoration:none;
	white-space:nowrap;
}
#Examples-Wrap .examples .examples-list .label a:hover{
	color:#ed250b;
	text-decoration:underline;
}


#Examples-Wrap .examples .examples-list .scroll-wrap{
	background:url(../../examples/img/scroll_wrap_bg.gif) repeat-y left top;
	margin-left:7px;
	padding:0px 0px 1px;
	position:relative;
}
#Examples-Wrap .examples .examples-list .scroll{
	width:400px;
	
}
#Examples-Wrap .examples .examples-list .scroll div{
	margin:0px;
}
#Examples-Wrap .examples .examples-list .scroll dl{
	width:360px;
	margin-left:15px;
	margin-bottom:170px;
}
#Examples-Wrap .examples .examples-list .scroll dl dt{
	font-weight:bold;
	font-size:1.2em;
	color:#000;
	padding-top:40px;
}
#Examples-Wrap .examples .examples-list .scroll dl dd{
	width:360px;
	margin-bottom:-25px;
}
#Examples-Wrap .examples .examples-list .scroll dl dd.lastChild{
	margin-bottom:0px;
}
#Examples-Wrap .clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

#Examples-Wrap .examples .examples-list .scroll dl dd ul{
	width:360px;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li{
	width:118px;
	padding:0px 0px 20px;
	list-style:none;
	float:left;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li a{
	display:block;
	width:110px;
	color:#000;
	padding:4px 0px;
	text-align:center;
	text-decoration:none;
	outline:none;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li a img{
	border:1px solid #ccc;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li a strong{
	display:block;
	padding-top:8px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-size:10px;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li a:hover{
	background:url(../../examples/img/a_onmouse.gif) repeat-x left top;
	color:#000;
}
#Examples-Wrap .examples .examples-list .scroll dl dd li a.current{
	background:url(../../examples/img/a_current.gif) repeat-x left top;
	color:#000;
}


/*--
	Scroll
	
---------------------------------------------- --*/
#Examples-Wrap .examples-list .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.scrollwrapper{
}
#Examples-Wrap .examples-list .scroll .vscrollerbase {
	width: 20px;
	background:url(../../examples/img/scroll_bg.gif) repeat-y left top white;
}
#Examples-Wrap .examples-list .scroll .vscrollerbasebeg{
	width:20px;
	height:20px !important ;
	background:url(../../examples/img/arrow_top.gif) no-repeat left top;
}
#Examples-Wrap .examples-list .scroll .vscrollerbaseend{
	width:20px;
	height:19px !important ;
	background:url(../../examples/img/arrow_bottom.gif) no-repeat left top;
}
#Examples-Wrap .examples-list .scroll .vscrollerbar {
	width: 20px;
	background-color: #F6E024;
	padding:20px 0px 19px;
}
#Examples-Wrap .examples-list .scroll .hscrollerbase {
	height: 10px;
	background-color: white;
}
#Examples-Wrap .examples-list .scroll .hscrollerbar {
	height: 10px;
	background-color: black;
}

#Examples-Wrap .examples-list .scroll .scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
#mycustomscroll {
	width: 290px;
	height: 330px;
	overflow: auto;
	position: relative;
}

/*--
	Bottom Menu
	
---------------------------------------------- --*/
#Examples-Wrap .menu{
	width:984px;
	background:url(../../examples/img/menu_bg.gif) no-repeat left top;
	padding-top:5px;
	padding-bottom:60px;
}
#Examples-Wrap .menu .back-next{
	width:539px;
	float:right;
}
#Examples-Wrap .menu .back-next li{
	float:left;
	list-style:none;
	display:block;
}
#Examples-Wrap .menu .back-next li.back{
	width:104px;
	visibility:hidden;
}
#Examples-Wrap .menu .back-next li.pagenum{
	text-align:center;
	color:#999;
	width:306px;
	font-size:1.2em;
	line-height:42px;
}
#Examples-Wrap .menu .back-next li.next{
	width:129px;
	visibility:hidden;
}

#Examples-Wrap .menu .logo{
	height:1px;
	clear:both;
	font-size:1px;
	margin-left:5px;
}
#Examples-Wrap .menu .logo img{
	margin-top:-31px;
	position:relative;
}


/*--
	Copyright
	
---------------------------------------------- --*/
#Examples-Wrap .copyright{
	width:984px;
	text-align:center;
	padding-bottom:43px;
}





