@charset "utf-8";

p.backto {
	margin			: 0 0 30px 10px;
	text-align		: left;
}

a {
	color			: #099;
	text-decoration	: none;
}

a:hover	{
	color			: #099;
	text-decoration	: underline;
}

ul {
	list-style		: none;
}

div#javascript_tab ul#tab {
	float			: left;
	width			: 387px;
	height			: 26px;
	line-height		: 26px;
	margin			: 0;
	padding			: 0;
	background-color	: #fff;
	border-bottom	: 1px solid #000;
}

div#javascript_tab ul#tab li {
	float			: left;
	width			: 5em;
	margin-left		: 10px;
	padding			: 0;
	text-align		: center;
	border			: 1px solid #000;
	border-bottom	: none;
}

div#javascript_tab ul#tab li.selected {
	background-color:#000;
	}

div#javascript_tab ul#tab li.selected a {
	color:#fff;
	}

div#javascript_tab dl {
/*
	padding:1em;
*/
	margin:0;
	padding:10px;
	color:#fff;
	border:1px solid #ccc;
	border-top:none;
	background-color:#000;
	clear:both;
	}

div#javascript_tab dl dt {
/*
	margin-bottom:1em;
	padding-bottom:1em;
	margin:5px 0px 5px 10px;
*/
	margin-bottom:10px;
	border-bottom:1px dotted #fff;
	}

div#javascript_tab dl dd {
	height:285px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px;
	margin:0;
	}

div#javascript_tab dl dd p {
/*
	margin-bottom:1em;
*/
	}

