h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

ol {
	margin-left: 20px;
	padding-left: 20px;
}

.header {
	background-image: url(/prx/000/http/semooh.jp/jquery/images/bg_jquery_semooh.gif);
	height: 96px;
}

.header h1 {
	text-align: right;
	padding-right: 20px;
}

.header h2 {
	text-align: right;
	padding-right: 20px;
	margin-top: 10px;
}

.header .semooh {
	position: relative;
	left: 205px;
	top: -22px;
	color: #c00;
	font-weight: bold;
	font-size: 20px;
}

.header .semooh a {
	color: #c00;
}

.header .semooh a:hover {
	color: #f00;
	text-decoration: none;
}


.no-navigation {
	width: 750px;
}

#top .block {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	float: right;
}

#top .block h3 {
	background-color: #ccc;
	color: #333;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}

#top .block li {
	list-style: none;
	margin-left: 15px;
}

#top .block li strong {
	color: #f33;
}

#top #top-api {
	width: 350px;
}

#top #top-about {
	width: 720px;
	border: none;
	font-size: 14px;
}

#top #top-about p {
	margin-bottom: 10px;
}

#top #top-about pre {
	width: 320px;
	float: left;
}

#top #top-about div {
	width: 350px;
	padding: 5px;
	margin: 10px;
	float: left;
}

#top #top-api-quickref {
	width: 720px;
}

#top #top-news {
	width: 330px;
	float: left;
	padding: 10px;
	border: none;
	margin: 0;
	margin-left: 10px;
}

#top #top-news .news-title {
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#top #top-news .inner {
	width: 100%;
	height: 200px;
	overflow: auto;
	padding: 5px;
}

#top #top-news .date-header {
	font-weight: bold;
	color: red;
}

#top #top-news .news-item {
	margin-left: 10px;
	margin-bottom: 5px;
}

#top #top-api-quickref .category-box {
	width: 340px;
	float: left;
	padding: 10px;
}

#top #top-api-quickref h4 {
	background-color: #333;
	padding-left: 5px;
	border-top: 1px solid #222;
	cursor: pointer;
}

#top #top-api-alpha {
	width: 720px;
}

#top #top-api-alpha li.api-letter {
	clear: both;
}

#top #top-api-alpha li.api-letter h4 {
	background-color: #333;
	padding-left: 5px;
	border-top: 1px solid #222;
	cursor: pointer;
}

#top #top-api-alpha .api-dump li {
	white-space: nowrap;
	float: left;
}

#top #top-api-name {
	width: 350px;
}

#top #top-api-name li {
	float: left;
}

#navi h4 {
	margin-left: 10px;
}

#navi .sub {
	margin-left: 20px;
}

#api-list {
	margin-left: 5px;
}

#api-list h2 {
	font-size: 20px;
}

#api-list h3 {
	background-color: #ccc;
	color: #333;
	margin-top: 10px;
}

#api-list dt {
	font-weight: bold;
	margin-top: 5px;
}

#api-list dd {
	padding-left: 20px;
	border-bottom: thin solid #ccc;
}


#api h2 {
	font-size: 20px;
	border-bottom: thin solid #ccc;
	margin-bottom: 10px;
}

#api h3 {
	font-size: 20px;
	background-color: #ccc;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
}

iframe {
	margin-top: 10px;
	padding: 5px;
	width: 95%;
	background-color: #fff;
}

#api dt {
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px solid #999;
}

#api dd {
  padding-left: 10px;
}

#api h4 {
  border-bottom: 1px solid #ccc;
}

#api .return {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 95%;
}

#api .return h5 {
	background-color: #ccc;
	color: #333;
	padding: 2px;
}

#api .return .type {
	font-style: italic;
}

#api .arguments {
	margin-top: 10px;
	padding: 5px;
	width: 95%;
	border: 1px solid #ccc;
}

#api .arguments h5 {
	background-color: #ccc;
	color: #333;
	padding: 2px;
	font-weight: bold;
}

#api .arguments dt {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#api .arguments dd {
	border thin solid red;
	margin-left: 15px;
}

#api .arguments .type {
	font-style: italic;
}

#api .samples {
	margin-top: 15px;
	padding: 5px;
	width: 95%;
	border: 1px solid #ccc;
}

#api .samples h5 {
	background-color: #ccc;
	color: #333;
	padding: 2px;
	font-weight: bold;
}

#api .samples h6 {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	font-size: x-small;
	margin-bottom: 5px;
}

#api ul {
	padding-left: 20px;
	margin-left: 20px;
}

pre {
	background-color: #000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
  border: 3px solid #000;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
	overflow: auto;
}

pre.html {
  background-color: #330;
}

pre.css {
  background-color: #300;
}

pre.javascript {
  background-color: #003;
}

#ref-index h3 {
	padding: 2px;
	background-color: #ccc;
	color: #333;
	margin-bottom: 20px;
}

#ref-index h4 {
	border-bottom: 1px solid #ccc;
}

#ref-index ul {
	list-style: none;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#ref-index li {
	margin-top: 5px;
}


#ref h3 {
	padding: 2px;
	background-color: #ccc;
	color: #333;
}

#ref h4 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 20px;
}

#ref h5 {
	margin-top: 20px;
	font-size: 12px;
	color: #f66;
}

#ref ul {
	margin-left: 20px;
	padding-left: 20px;
}

#ref li {
	margin-top: 10px;
}

#contents h1 {
  color: #f33;
  font-size: 20px;
  border-bottom: 1px solid #f33;
  margin-bottom: 10px;
}

#contents h2 {
  font-size: 16px;
  font-weight: bold;
  margin-botom: 0;
  padding-bottom: 0;
}

#contents h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}

#api-search-navi {
	padding: 5px;
	margin-top: 10px;
}

#api-search-text {
  width: 100px;
	margin-left: 5px;
	background-color: #ccc;
	ime-mode: disabled;
}

#api-search-list {
	height: 300px;
	width: 180px;
	overflow: auto;
	padding: 5px;
	margin-top: 5px;
	scrollbar-base-color: #333;
	border: 1px solid #666;
}

#api-search-list li {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

#api-search-list li a {
	white-space: nowrap;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
	height: 1em;
	color: #faf391;
	text-transform: none;
}

#api-search-list li a:hover {
	color: #000;
}

.easing-apart {
  width: 300px;
  margin-top: 10px;
}

.easing-name {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 5px;
}

.easing-effect {
  width: 100%;
  background-color: #faf391;
  color: #333;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  font-size: 1px;
  height: 5px;
}
