/*
Theme Name: jinbnet20
Theme URI: http://j-inb.net/
Description: jinbnet Template
Version: 2.0
Author: Jun INABA
Author URI: http://j-inb.net/
*/

*{
  margin: 0;
  padding: 0;
}
img{
  border: 0;
}
ul, ol{
  margin-left: 16px;
}

body{
  background-color: #003DA3;
  background-image: url('http://j-inb.net/site/wp-content/uploads/emclab-jinaba-background.png');
  background-repeat: repeat-y;
  background-position: top center;
  font-family: 'trebuchet ms', 'helvetica', 'arial', sans-serif;
  font-size: 100%;
}

a:link{
  color: #000066;
  text-decoration:none;
}
a:visited{
  color: #000066;
  text-decoration:none;
}
a:active{
  color: #530153;
  text-decoration:underline;
}
a:hover{
  text-decoration:underline;
}

img.aligncenter{
  display: block;
  margin: 0 auto;
}

#ad{
  width: 100%;
  font-size: 80%;
  text-align: center;
  padding: 3px 0;
}
#ad a{
  color: #aaaaaa;
}

#header{
  width: 100%;
}
#headerimg{
  width: 900px;
  margin: 0 auto;
}

#wrapper{
  width: 895px;
  margin: 0 auto;
}

#content{
  width: 665px;
  float: right;
  background-color: white;
}
#content h1{
  background-color: #000066;
  color: #ffffff;
  margin: 5px;
  padding: 3px 10px;
  font-size: 120%;
}
#content h2{
  font-size: 120%;
  padding: 3px 0;
  border-bottom: #000066 1px dashed;
}
#content .entry{
  font-size: 80%;
  margin: 3px;
}
#content .entry p{
  text-indent: 1em;
}
#content .entry a{
  text-decoration: underline;
}
#content .entry img.alignleft{
  float: left;
}
#content .entry img.alignright{
  float: right;
}
#content .postmetadata{
  text-align: right;
  font-size: 75%;
}
#content li{
  margin: 2px 0;
}

#post-subpage{
  margin-left: 30px;
}

#navigation{
  font-size: 90%;
  border: #999999 1px solid;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 5px 15px;
}

#sidebar{
  width: 210px;
  font-size: 90%;
  float: left;
}
#sidebar ul{
  list-style-type: none;
}
#sidebar ul.blogroll{
  list-style-type: square;
}
#sidebar li{
  margin: 1px 0;
}

.current_page_item, .current_page_parent, .current_page_ancestor{
  list-style-type: disc;
}

#sidebar h2{
  font-size: 100%;
  padding: 3px 0;
  border-bottom: #000066 1px dashed;
}

#footer{
  clear: both;
  width: 880px;
  margin: 10px auto;
  padding: 3px;
  border-top: #000066 1px solid;
  text-align: center;
  font-size: 70%;
}

blockquote{
  margin-left: 16px;
  border-left: #333366 3px solid;
  padding-left: 5px;
}