@import url('reset.css');

/* General Demo Style */
body{
	color:#000;
	font-family:"meiryo","ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
	font-size:11px;
	line-height: 22px;
}
a{
	color:#000;
	text-decoration:none;
}
.text{	
	color:#000;
	font-family:"meiryo","ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
	font-size:11px;
	line-height: 22px;
}
.texthead{	
	color:#000;
	font-family:"meiryo","ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
	font-size:13px;
}
.clr{
	clear:both;
}
h1, h5{
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"meiryo","ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	word-spacing:10px;
	line-height: 40px;
	padding: 10px 5px 0px 0px;
}
h1 span, h5{
	font-size:18px;
	color:#c08763;
	font-family:Georgia, serif;
	font-style:italic;
	text-transform:none;
	word-spacing:0px;
	white-space: nowrap;
}
h2{
	font-family:Georgia, serif;
	font-style:italic;
	padding: 5px 10px 5px 5px;
	font-size:14px;
}
pre{
	padding:15px;
	white-space:pre-wrap;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#fff;
	opacity:0.9;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#000;
	text-align:right;
}
.header a:hover{
	color:#ddd;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.content{
	position:absolute;
	top: 75px;
	left:0px;
	width:33%;
	min-width:400px;
	z-index:100;
	display:none;
}
.inner{
	padding:10px;
	background:transparent url(../images/black.png) repeat top left;
}

.more ul{
	color:#000;
	font-size:11px;
	padding:20px 15px 5px 5px;
	font-family: georgia', Arial, sans-serif;
	margin:0 auto;
}
.more ul li{
	display:inline;
	line-height:30px;
	margin:0px 0px;
	white-space:nowrap;
}
.more ul li:first-child{
	clear:both;
	float:none;
	display:block;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	font-size:9px;
	color:#000;
	text-shadow:none;
	white-space:nowrap;
}
.more ul li a{
	color:#000;
	
	padding:3px 6px;
}
.more ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.snippet{
	font-size:11px;
	font-family:"ƒƒCƒŠƒI", Meiryo, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", arial;
	color:#000;
	padding:3px;
}
.snippet span{
	font-family:"ƒƒCƒŠƒI", Meiryo, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", arial;
	font-size:11px; 
	cursor:pointer;

}
.snippet span.down{
}
.snippet span.up{
}
.snippet pre{
	display:none;
}
.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
}
.hide{
	background:transparent url(../images/hide.png) no-repeat center center;
}
.show{
	background:transparent url(../images/show.png) no-repeat center center;
}
.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#000;
}