/*

Theme Name: 小倉屋のブログ
Description: Simple, modern, lightweight
Version: 1.5
Author: Goro Harumi
Author URI: http://goroharumi.com
Tags: orange, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/

* {
}

html {
}

body {
}

p, h2, h3, h4, h5, h6 {
}

hr {
}

img {
}

dl {
}

dt {
}

dd {
}

fieldset {
}

form h2 {
}

legend {
}

label {
}

textarea {
}

div#wrapper {
}

div#masthead {
}

/* Blog Title */
h1 {
}

h1 a {
}

/* Tagline */
#masthead p {
}

/* Pages Navigation */
div#masthead ul {
}

div#masthead ul li {
}

div#masthead ul li a {
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
}

/* Banner image dropshadow */
div#masthead_image {
}

a {
}

/* Page dropshadow */
div#content {
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

.pagetitle-cats {
font-weight:bold;
font-size:120%;
text-align:center;
margin:0px 0px 15px;
}






div#main {
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
}

div.entry h2 {
}

div.entry h3 {
}

div.entry table {
}

div.entry table th,
div.entry table td {
}

/* Main header on single pages */
h2.header {
}

div#main h2.header a {
}

h2.header span {
}

/* Secondary headline above comments and comment form */
div#main h3 {
}

div#main p {
}

div#main a {
}

.article {
}

.article blockquote {
}

div.article code {
}

div.article pre {
}

.article ul, .article ol {
}

.article ul li {
}

.article ol {
}

.article ol li {
}

.article ol li ol {
}

#main p.byline {
}

ul.article_footer {
}

ul.article_footer li {
}

ul.article_footer li.first {
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
}

div#secondary ul#sidebar {
}

div#secondary ul#sidebar li {
}

/* Sidebar headers */
div#secondary h2 {
}

div#secondary a {
}

div#secondary a:hover {
}

div#secondary ul.children {
}

div#secondary ul#sidebar li li {
}

/* Optional bio area header (commented out by default) */
div#author h2 {
}

div#secondary p {
}

/* Search input */
form#searchform {
}

form#searchform input#s {
}

input#search_submit {
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
}

ul#footer li {
}

ul#footer li span {
}

ul#footer li a {
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
}

/* Background color for visitor comments */
ol.commentlist li {
}

/* Background color for Admin comments */
ol.commentlist li.alt {
}

textarea#comment {
}

#main p.comment_meta {
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
}

body#commentspopup a {
}

body#commentspopup h1 a {
}

body#commentspopup h3 {
}

body#commentspopup p {
}

body#commentspopup textarea {
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
}

p.entry_info {
  clear:both;
}

div.navigation {
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

.pagetitle-cats {
	display:none;
}

.renaiyou {
	width:100%;
	float:left;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}