@charset "utf-8";
/*
Theme Name: Poseringo
Theme URI: http://poseringo.org/
Description: Poseringo用のカスタムテーマ
Version: 1.0
Author: Miki Uchida
Author URI: http://www.dot1.jp/
Tags: black, custom header, fixed width, two columns, widgets

*/
*{
	font-size:100.01%;
}

html{
	height:100%;
	overflow-y:scroll;
}

body{
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",san-serif;
	height:100%;
	letter-spacing:0.01em;
	line-height:1.5;
	margin: 0;
	padding:0;
  font-size:0.8em;
  background-color:#CCCCCC;
	color: #CCCCCC;
}

h1,h2,h3,h4,h5,h6{
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
}

span{
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
}

/* Paragraph */
p{
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
}

/* Link */
a{
	text-decoration:none;
}

/* List */
ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

ol{
  margin: 0px;
  padding: 0px;
}
dl{
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
}

dt{
	display:block;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
	width:auto;
}
dd{
	display:block;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding :0;
	width:auto;
}

/* Table */
table{
	border:none;
	border-collapse:collapse;
	border-spacing:inherit;
	font-size:100%;
}

th,td{
	vertical-align:top;
}
th{
	font-weight:normal;
	text-align:left;
}

/* Image */
img{
	background-color:transparent;
	vertical-align:normal;
}
a img{
	border:none;
}

/* BReak */
br{
	letter-spacing:normal;
}
a:link{
	color:#999999;
}
a:visited {
	color:#999999;
  text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
.accessibility{
	display:none;
}
/* header */
#header{
background: url(images/bg_header.jpg) no-repeat right top;
height:80px;
}
div#header h1{
padding:10px 0px 0px 50px;
float:left;
}
.description{
padding:35px 0px 0px 20px;
float:left;
font-size:1.25em;
}
/* contents */
#page{
  margin:0 auto;
  width:781px;
  background:url(images/bg_topbody.jpg) repeat-y center top;
}
#content{
width:460px;
float:left;
margin:12px 0px 0px 50px;
}
#top_img{
	margin:20px 0px 25px 0px;
}
.post {
	margin-bottom:30px;
  clear:both;
}
.post h2{
	font-size:1.45em;
  color:#669999;
  padding-bottom:10px;
}
.post h2 a,.post h2 a:visited,.post h2 a:hover{
  color:#669999;
  text-decoration:none;
}
.entry a{color:#669999;}
.postmetadata {
border-top:1px #999999 solid;
margin-top:15px;
}
.postmetadata li{
list-style:none;
font-size:11px;
}
/* Begin Images */
p img {}
img.centered {}

/* End Images */
.entry p{
	margin:10px 0px;
  font-size:95%;
  line-height:160%;
}
.entry img{
	margin:5px 0px;
}
/* End Form Elements */
blockquote {
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
/* Begin Sidebar */
#sidebar{
  width:240px;
  float:right;
  background:url(images/bg_topside_bottom.jpg) repeat-y right top;
}
#widgets1{
	background:url(images/bg_topsidebar.jpg) no-repeat right top;}
#categories-4 h3,#pages-3 ul li{
	font-size:1.0em;
	background: url(images/list_top.jpg) no-repeat 10px 6px;
	border-bottom:#666666 solid 1px;
	padding:8px 0px 5px 30px;
	color:#999999;
}
#categories-4 ul{border-bottom:#666666 solid 1px;}
#categories-4 ul li{
	margin:5px;
	padding-left:25px;
	font-size:95%;
}
#pages-3 h3{
	display:none;
}
#sidebar a{
	text-decoration:none;
}
#serchform{
	padding:10px 0px 0px 5px;
}

/* footer */
#footer{
clear:both;
background:url(images/bg_topfooter.jpg) repeat-y right top;
border-top:#666666 solid 1px;
height:60px;
}
#footer p {
color:#FFFFFF;
text-align:center;
margin:20px 0px;
font-size:0.9em;
text-transform:capitalize;
}
#footer p a{
	color:#FFFFFF;
  text-decoration:none;
}