html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


body {
	background:url(images/bg_block.gif);
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#pane-container {
	position:absolute;
	left:0;
	top:0;
}

#nav {
	background:none;
	font-family:IM Fell DW Pica, Georgia, Times, serif;
	font-size: 26px;
	left:0;
	letter-spacing:0px;
	line-height:36px;
	position:fixed;
	top:100px;
	width:240px;
	z-index:1;
	text-shadow: 1px 1px 2px black;
	font-weight: normal;
}

#menu{
	background:#00adef;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	padding:24px 0 24px 34px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 30px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 30px;
}

#logo {
	background:url(images/logo-sds.png) no-repeat;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	color:#fff;
	margin-left:30px;
	margin-top:20px;
	position:fixed;
	text-decoration:none;
	height:25px;
	width:425px;
	z-index:2;
}

#come {
	color:#FF9900;
	margin-left:30px;
	margin-top:47px;
	position:fixed;
	text-decoration:none;
	height:25px;
	width:600px;
	z-index:2;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 11px;
	line-height: 13px;
}

#qtp {
	color:#FF9900;
	margin-left:560px;
	margin-top:118px;
	position:fixed;
	text-decoration:none;
	height:25px;
	width:350px;
	z-index:2;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 11px;
	line-height: 13px;
}


#bug a {
	background:url(images/mark-sd.png) no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#fff;
	margin-left:850px;
	margin-top:15px;
	position:fixed;
	text-decoration:none;
	height:80px;
	width:130px;
	z-index:2;
}

#bug a span {
	display:none;
}

#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 0px 6px #fff;
}

#nav li {
	list-style:none;	
}



#come a, #come a:active, #come a:visited {
	color:#FF9900;
	text-decoration:underline;
}

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

#qtp a, #qtp a:active, #qtp a:visited {
	color:#FF9900;
	text-decoration:underline;
}

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



#textBoxTop {
	background:none;
	left:460px;
	position:relative;
	top:305px;
	width:560px;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-shadow: 1px 1px 0px #fff;
}

#textBox {
	background:none;
	left:350px;
	padding-left:16px;
	position:relative;
	top:77px;
	width:560px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #33CCFF;
}

#textBox a, #textBox a:active, #textBox a:visited {
	color:#CC0099;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CC0099;
}

#textBox a:hover {
	color:#FF66FF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF66FF;
}

h3 {
	color:#33CCFF;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 27px;
	letter-spacing:0px;
	margin-bottom:4px;
}

h4 {
	color:#CC0099;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 24px;
	line-height:28px;
}

h4 span {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}

.tweet ul.tweet_list {
	margin:0;
	padding:0;
}

.tweet li {
	list-style-type:none;
	margin: 36px 0;
}

.tweet .tweet_text {
	color:#CC0099;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
	font-weight:600;
}

.tweet .tweet_meta {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:600;
}

p {
	color:#666666;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:22px;
	margin:0;
}

p.no-script {
	margin: 1em 0;
}

.row {
/*	width:5000px /* number of .pane x .pane:width */;
}

.pane {
	width:1000px;
	height:800px;
}

.auxiliary-pane {
	display:none;
}

.auxiliary-pane.but-still-show {
	display:block;
}

#pane-1a {
	background:url(images/bg/bg_01.jpg) no-repeat;
}

#pane-1b {
	background:url(images/bg/bg_02.gif) no-repeat;
}

#pane-1c {
	background:url(images/bg/bg_03.gif) no-repeat;
}

#pane-1d {
	background:url(images/bg/bg_04.gif) no-repeat;
}

#pane-1e {
	background:url(images/bg/bg_05.gif) no-repeat;
}

#pane-2a {
	background:url(images/bg/bg_06.gif) no-repeat;
}

#pane-2b {
	background:url(images/bg/bg_07.jpg) no-repeat;
}

#pane-2c {
	background:url(images/bg/bg_08.jpg) no-repeat;
}

#pane-2d {
	background:url(images/bg/bg_09.jpg) no-repeat;
}

#pane-2e {
	background:url(images/bg/bg_10.gif) no-repeat;
}

#pane-3a {
	background:url(images/bg/bg_11.gif) no-repeat;
}

#pane-3b {
	background:url(images/bg/bg_12.jpg) no-repeat;
}

#pane-3c {
	background:url(images/bg/bg_13.gif) no-repeat;
}

#pane-3d {
	background:url(images/bg/bg_14.gif) no-repeat;
}

#pane-3e {
	background:url(images/bg/bg_15.gif) no-repeat;
}

.clear {
	clear:both;
}


a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 5px 5px 8px 0;
	vertical-align: top;
	text-decoration: none;
}

ul { padding: 0; }
ul.example1 { margin: 0 0 0 1.5em; }
ul.example2 { margin: 10px 50px; }
