@charset "UTF-8"; /* 文字コード宣言 */
@import url("/_lib/style/blueSky/base.css");

/*
body {
	font-family: "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* + html body {
	font-family: "メイリオ", "Meiryo", Sans-Serif;
}
*/
pre {
	overflow: auto;
	padding: 10px;
	margin: 0.5em 35px;
	border: solid 1px #999999;
	border-radius: 10px;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	color: #333330;
	background-color: rgb( 240, 240, 245 );
	background-color: rgba( 215, 215, 220, 0.65 );
	/*background-image: url("trans_bg.png");*/
	font-size: 90%;
	font-family: 'MS Gothic', monospace;
}

pre .prompt {
	color: #666666;
}
pre .cmd {
	font-weight: 700;
}

pre code var {
	font-style: normal;
	color: #FF0000;
}
pre code .str {
	color: #0000FF;
}


pre code .comment {
	color: #006633;
}
pre code .builtin {
	color: #990000;
	font-weight: 700;
}

