/**
 * highlighter.css
 *
 * @version   $Id: highlighter.css 10252 2012-04-18 09:18:14Z t.kakeo $
 * @author    shape DESIGN <info@shape-design.jp>
 * @copyright Copyright(c) shape DESIGN. All Rights Reserved.
 * @link      http://shape-design.jp/
 */

/*========================================================================
	Text Highlighterスタイル
========================================================================*/
.hl-default{
	color: Black;
}

.hl-code{
	color: Gray;
}

.hl-brackets{
	color: Olive;
}

.hl-comment{
	color: Orange;
}

.hl-quotes{
	color: Darkred;
}

.hl-string{
	color: Red;
}

.hl-identifier{
	color: Blue;
}

.hl-builtin{
	color: Teal;
}

.hl-reserved{
	color: Green;
}

.hl-inlinedoc{
	color: Blue;
}

.hl-var{
	color: Darkblue;
}

.hl-url{
	color: Blue;
}

.hl-special{
	color: Navy;
}

.hl-number{
	color: Maroon;
}

.hl-inlinetags{
	color: Blue;
}

div.hl-main{
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 630px;
	overflow: auto;
	padding: 5px;
}

div.hl-main pre{
	font-family: courier;
	line-height: 1.5;
}

/*	テーブルレイアウト
.hl-gutter{
	background-color: #999999;
	color: White
}
.hl-table{
	font-family: courier;
	font-size: 12px;
	border: solid 1px Lightgrey;
}
*/