@import "/stylesheets/common.css";
div.post {
  margin : 0px 10px 10px 15px;
}

div.post h2 {
  font-size : large;
  color : #000000;
  line-height : 40px;
  height : 40px;
  border-bottom : solid 2px #ffae00;
  background-image : url(/images/blog/pic_title_mark.gif);
  background-repeat : no-repeat;
  padding : 5px 0 5px 40px;
}

div.post p {
  margin : 5px 20px;
}

div.post img {
  margin : 5px 0px 5px 20px;
}

div.pagenav p {
  margin : 5px 20px;
  font-size : medium;
}

/* ++++++ sidebar ++++++ Start */
#sidebar h2 {
  font-size : medium;
  margin : 20px 20px 5px 20px;
  background-color : #ffb432;
  padding : 3px 20px;
}
#sidebar ul {
  color : #464646;
  list-style-type : disc;
  margin : 3px 0 20px 20px;
  padding : 0;
}
#sidebar ul li {
  color : #464646;
  margin : 0px 0 3px 20px;
}
/* ++++++ sidebar ++++++ End */

/* ++++++ カレンダー ++++++ Start */
#calendar table {
  width : 80%;
  font-size : small;
  text-align : center;
  color : #3e3e3e;
  border-collapse : collapse;
  margin : 10px 00px 10px 20px;
}
#calendar th, #calendar td {
  padding : 5px 0;
  border : solid 1px #9e9e9e;
}
#calendar caption {
  padding : 3px 0;
  font-size : small;
  font-weight : bold;
}
#calendar a {
  color : #00a900;
}
#calendar tfoot td {
  border : none;
}
#calendar tfoot td#prev {
  text-align : left;
}
#calendar tfoot td#next {
  text-align : right;
}
/* ++++++ カレンダー ++++++ End */

/* ++++++ その他(Technorati) ++++++ Start */
img#technorati-fav-pic {
	margin : 5px 0px 5px 30px;
}
/* ++++++ その他(Technorati) ++++++ End */

/* ++++++ その他(Adsense) ++++++ Start */
div#adsense {
	margin-left : 10px;
}
/* ++++++ その他(Adsense) ++++++ End */

/* ++++++ コメント部分のデザイン ++++++ Start */
div#comments {
  margin : 10px 0 10px 20px;
}
#comments h3	{
	font-size: small;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
}
.com	{
	font-size: small;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.com p	{
	margin: 5px 0;
}
.commeta	{
	color: #888888;
	text-align: right;
}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
}
#commentform	{
	font-size: small;
}
/* ++++++ コメント部分のデザイン ++++++ End */

div#google-search {
	margin-left : 20px;
}
