body .syntaxhighlighter { overflow-y: hidden !important }
body {
	padding:0;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	position: absolute;
	min-width: 100%;
	background-color: #F7EFE8;
	border-top: 0px solid #F7EFE8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
	line-height: 7px;
  }
#apDiv0 {
	position:absolute;
	top:-1px;
	width:990px;
	height:30px;
	z-index:5;
	background-color: #5C4C37;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
#apDiv1 {
	position:absolute;
	left:203px;
	top:43px;
	width:404px;
	height:80px;
	z-index:6;
	box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.4);
}
  a {
    color: #000000;
  }
  p {
    margin: 12px 0;
  }
 


   #main {
	width:650px;
	float: left;
	background-color: #FFFFFF;
	box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.4);
	z-index: 1;
	position: relative;
	border: 1px solid #D9D9D9;
	border-bottom: none;
	margin-top:80px;
	margin-bottom:50px;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 25px;
	padding-left: 50px;
  }
  #main h2 {
    font-size: 24px;
    font-family:'din-med';
  }
  #main p {
	font-weight: lighter;
	font-weight: lighter;
	line-height: 180%;
  }  #sidebar {
	width: 160px;
	border: 1px solid #EEECEC;
	border-right: 0px;
	background-image: url(../images/background_LightGray.gif);
	background-repeat: repeat;
	margin-top: 200px;
	margin-bottom: 15px;
	margin-left: 45;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.4);
	float: left;
  }
  #sidebar ul li {
	padding-left:0px;
	display: block;
	position: relative;
	z-index: 2;
	margin-left:10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
  }
  #sidebar ul li a {
    margin-left: 10px;
  }

  #footer {
	width: 0%;
	clear: both;
	background-color: F7EFE8;
	position: relative;
	z-index: 2;
	box-shadow: 0px -0px 0px rgba(0, 0, 0, 0.3);
	border-top: 1px solid #D9D9D9;
	min-width: 940px;
	height:5%;
	min-height: 50px;
	left: 0px;
	top: 10px;
  }
  #footer p {
	width: 960px;
	display: block;
	text-align: center;
	margin-top: 15px;
	text-shadow: 1px 1px #000;
	color:#FFFFFF;
	font-size: 80%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
  #wrapper {
	width: 964px;
	margin-left: 20px;
	height: 95%;
  }
  .inline {
    display: inline;
  }
  pre {
    overflow: auto;
  }
  pre code, tt, pre {
    background-color: #FFFFFF;
  }
  tt, pre {
    font-family: monospace;
    padding: 5px;
    border: 1px solid #F0F0F0;
  }
  .col3 {
    width: 210px;
    float: left;
    margin: 12px 15px 25px 0px;
    background-color: #FFFFFF;
    padding: 12px;
  }
  .clear {
    clear:both;
  }
  #main ul {
	list-style: none;
	width: 450px;
	line-height: 150%;
	margin-left: 110px;
  }
  #main ul li {
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
  }
  .btn {
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #fff;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn-green {
  background-color: #5DAC3E !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96d17f", endColorstr="#5dac3e");
background-image: -khtml-gradient(linear, left top, left bottom, from(#96D17F), to(#5DAC3E));
background-image: -moz-linear-gradient(top, #96D17F, #5DAC3E);
background-image: -ms-linear-gradient(top, #96D17F, #5DAC3E);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96D17F), color-stop(100%, #5DAC3E));
background-image: -webkit-linear-gradient(top, #96D17F, #5DAC3E);
background-image: -o-linear-gradient(top, #96D17F, #5DAC3E);
background-image: linear-gradient(#96D17F, #5DAC3E);
border-color: #5DAC3E #5DAC3E #539A37;
color: #fff !important;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
font-family: din-med;
}
h2 {
  margin-top: 50px;
}
h2#introduction {
  margin-top: 0px;
}

#footer p a {
  color: #f0f0f0;
  text-decoration: underline;
}
#hiddenh2 {
  opacity:0;
  height:0;
  width:0;
}
#sidebarlogo{
  display:block;
  margin: 8px 0 0 16px ;
  width: 50px;
  opacity: 0.5;
  transition: opacity 250ms;
-moz-transition: opacity 250ms; /* Firefox 4 */
-webkit-transition: opacity 250ms; /* Safari and Chrome */
-o-transition: opacity 250ms; /* Opera */
}
#sidebarlogo img {
  width: 175%;
margin-left: 8px;
}
a#sidebarlogo:hover{
  opacity: 1;
}
