/*  

Theme Name: Cranes
Theme URI: http://blog.occhi.jp
Description: Wordpress theme for blog.occhi.jp
Author: nobidora
Author URI: http://blog.occhi.jp

*/


body {
  background-color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font: 10pt "Trebuchet MS", Verdana, メイリオ, "MS UI Gothic", Arial;
  color: #333;
}

#container {
  width: 902px;
  background-color: #fff;
  border-left:  1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left:  auto;
  margin-right: auto;
  text-align: left;
}

a {
  font-weight: bold;
  color: #333;
}

img {
  border: 0;
}


/* Design for header. */
#header {
  background-image: url( images/header.jpg );
  height: 350px;
  margin: 0;
  margin-bottom: 20px;
}

#header h1 {
  font: 18pt "Trebuchet MS", Verdana, Arial;
  font-weight: normal;
  color: #ccc;
  margin: 0;
  padding: 192px 12px 0 12px;
  text-align: left;
/*  text-align: right; */
}

#header h1 a {
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}


/* Design for main area */
#main {
  margin-top: -70px;
  margin-top: -30px;
}


/* Design for contents area */

#content {
  width: 620px;
  float: left;
}

#content h2 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 14px;
}

#content h2:first-letter {
  color: #c00;
}

#content h3 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 14px;
}

#content h5 {
  font-size: 8pt;
  margin-top: -12px;
  padding-left: 2px;
}


#content a {
  font-weight: bold;
  color: #222;
}

#content a:hover {
  background-color: #fcc;
  text-decoration: none;
}


#content .post {
  line-height: 1.6em;
  margin-left: 30px;
  margin-bottom: 30px;
}

#content .post ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}

#content .post .searchword {
  background-color: #ffe8e8;
}

#content .trailer {
  text-align: right;
  margin-bottom: 20px;
  border-bottom: 1px solid #c00;
}

#content .trailer a {
  text-decoration: none;
}


#content #comments {
  margin-left: 30px;
}

#content .comcheck {
  color: #555;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: -10px;
  padding: 0;
}

#content .com {
  background-color: #f2f2f2;
  line-height: 1.6em;
  margin-bottom: 30px;
  padding: 0px 7px;
}

#content .commeta {
  text-align: right;
}


#pagenav {
  text-align: center;
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 10px;
}


#sidebar {
  width: 240px;
  float: right;
  margin-left: 30px;
}

#sidebar h2 {
  font-size: 16pt;
  margin: 0;
}

#sidebar h2:first-letter {
  color: #c00;
}

#sidebar a {
  font-weight: normal;
  text-decoration: none;
}

#sidebar a:hover {
  background-color: #fcc;
}


#sidebar ul {
  list-style-type: disc;
  margin: 3px 0 20px 20px;
  padding: 0;
}

#sidebar ul a { /* to bypass IE6 glitch. */
  list-style-type: disc;
  margin: 0;
}

#sidebar li {
  line-height: 1.5em;
}


#sidebar form {
  margin: 0;
}

#sidebar select {
  margin: 3px 0 20px 5px;
  padding: 0;
}

#sidebar #searchform {
  margin: 3px 0 20px 5px;
  padding: 0;
}


/* Design for footer */
#footer {
  clear: both;
  font-size: 8pt;
  text-align: center;
  line-height: 2em;
  background-color: #eee;
  margin-top: 100px;
}
