@charset 'UTF-8';

* {
}
html, body{
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-size: 12px;
  font-family: Georgia, serif;
  /*
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
  font-weight: lighter;
  */
  background: #fff;
  color: #141414;
}
a img {
  border: 0;
  vertical-align: text-bottom;
}
a, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  background: #fff;
  color: #39c;
}
iframe {
  border: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
em, cite {
  font-style: normal;
  font-weight: bold;
}
p {
  margin: 0;
}
form {
  display: inline;
}
v\\:* {
  behavior: url(#default#VML);
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-table;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; zoom: 1;}
/* */
.meta {
  color: #ccc;
}

ul.selection a.selected {
  color: #fff;
  background: #ccc;
  color: #141414;
  padding: 3px;
}
ul.selection a.selected:hover {
  color: #fff;
  background: #39c;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -80px 0;
  width: 900px;
}


#footer_push {
  height: 80px;
}
#footer {
  clear: both;
  height: 40px;
  width: 900px;
  padding: 20px 40px;
  overflow: hidden;
}


#header {
  height: 180px;
  padding: 20px 40px;
  background: url(/page_attachments/0000/0229/header-bg.png) 0 0 no-repeat;
}
#header h1, #hedaer h2 {
  display: none;
}


#navibar {
}
#navibar ul li {
  display: inline;
}
#navibar ul li a {
  float: left;
  display: block;
  padding: 10px;
  margin-right: 1px;
  color: #333;
  background: #ddd;
}
#navibar ul a.selected {
  color: #fff;
  background: #141414;
}
#navibar ul li a:hover {
  color: #fff;
  background: #39c;
  text-decoration: none;
}


#content {
  clear: both;
  margin: 10px 0;
}
#page {
  width: 600px;
  float: left;
  padding-left: 40px;
}
#sidebar {
  width: 200px;
  float: right;
  line-height: 160%;
}


ul.index {
  margin-left: -40px;
  border-bottom: 1px solid #ddd;
}
ul.index li {
  padding: 10px 40px;
  border-top: 1px solid #ddd;
}

.post {
  padding: 10px 40px;
  margin-left: -40px;
  _width: 560px;
  margin-bottom: 20px;
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 160%;
}
.post p {
  margin: 10px 0;
}
.post h1, .post h2, .post h3, .post h4 {
  margin: 10px 0;
  font-family: "Lucida Grande", sans-serif;
}
.post h1 {
  font-size: 120%;
}
.post h2 {
  font-size: 100%;
}
.post h3, .post h4 {
  font-size: 100%;
  color: #666;
}
.post .title {
  font-size: 140% !important;
}
.post .subtitle {
  margin: -5px 0 10px 0;
}
.post ol {
  margin-left: 20px;
  list-style: decimal;
}
.post ul {
  margin-left: 20px;
  list-style: square;
}
.post img.noborder {
  border: none;
  padding: 0;
  background: none;
  margin: 1px;
}
.post img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  margin: 1px;
}
.post a:hover img {
  border: 1px solid #39c;
}
.post pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 6- */
  white-space: -o-pre-wrap; /* Opera 7+ */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 4px;
}
.post .demo {
  text-align: center;
  margin: 10px 0;
  padding: 4px;
}
.post ul.images {
  margin: 0 0 10px 20px;
  text-align: center;
  clear: both;
  list-style: none;
  float: right;
}
.post ul.thumbnails {
  margin: 10px;
  text-align: center;
  clear: both;
  list-style: none;
}
.post ul.thumbnails li {
  display: inline;
}
.post ul.download {
  margin: 0;
  text-align: center;
  list-style: none;
}
.post ul.download li a {
  float: left;
  background: #dfa;
  padding: 4px 8px;
  margin: 4px;
}
.post ul.download li a:hover {
  background: #fff;
}
.post .alert {
  border: 2px solid #ddd;
  background: #fff;
  padding: 4px;
  margin: 10px 0;
}


.additional {
  clear: both;
  padding: 10px 0;
}


ul.comments {
  border-bottom: 1px solid #ddd;
}
ul.comments li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.comment_form {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
}
.comment_form dt {
  clear: both;
  width: 120px;
  float: left;
  font-weight: bold;
}
.comment_form dd {
  margin: 0 0 10px 130px;
}
.comment_form input,
.comment_form textarea {
  font-size: 100%;
  border: 1px solid #ddd;
}


code .class,
code .literal,
code .titlename {
  color: #3465a4;
}
code .comment {
  color: #4e9a06;
}
code .keyword {
  color: #204187;
  font-weight: bold;
}
code .escape,
code .symbol,
code .escape,
code .tag {
  color: #a40000;
}
code .value,
code .preprocessor,
code .method,
code .javascript {
  color: #2e3436;
}
code .string,
code .regexp {
  color: #8f5902;
}
code .params,
code .attribute,
code .number {
  color: #5c3566;
}
