@charset "utf-8";
/*
Theme Name: geikousai
Theme URI: http://geikousai.com/geikousai/
Description: 芸工祭ブログのテンプレート
Version: 1.0

Author: Hiroki Onoda
Author URI: http://geikousai.com/blog/
*/

* {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

/* general styles */
body {
 height: 100%;
 font-size: 13px;
 text-align: center;
}

#wrapper {
 width: 1060px;
 margin: 0px auto;
 padding: 0px;
 text-align: center;
}

img {
 border:0;
}

a {
 color: #000000;
 text-decoration: none;
}

.geikousaiblog {
 width: 199px;
 height: 98px;
 background: url(images/geikousaiblog.png) no-repeat;
 margin-top: 20px;
}

p.navigation {
 text-align: center;
 clear: both;
}

/* 投稿本文 */
.aligncenter, div.aligncenter {
 display: block;
 margin: 5px auto 10px auto;
 text-align: center;
}

.alignleft {
 float: left;
}

.alignright {
 float: right;
}

.wp-caption {
 text-align: center;
 border: 1px solid #ccc;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 5px 10px 10px 10px;
}

.wp-caption img {
 border: none;
}
.wp-caption p.wp-caption-text {
 font-size: 0.69em;
 line-height: 1.6;
 padding: 2px 5px 0 5px;
}

img.aligncenter,
img.alignleft,
img.alignright {
 border: 1px solid #ccc;
 margin: 5px 10px 10px 10px;
}

/****** サイドバー ******/
#firstSide {
 float: left;
}

h1 {
 margin-bottom: 30px;
}

#firstSide li {
 margin: 0px auto 10px auto;
 padding-bottom: 10px;
 color: #0000000;
 font: bold 1.0em 'arial', sans-serif;
 text-align: center;
 border-bottom: 1px dotted #999999;
 width: 100px;
}

#secondSide {
 float: left;
 width: 500px;
}

#thirdSide {
 float: left;
}

.sidebar {
 width: 200px;
 margin: 0px 5px 10px 0px;
 padding: 0px 0px 0px 30px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

.sidebar h2 {
 margin: 20px 15px 0px 0px;
 padding: 5px 0px;
 color: #0000000;
 font: bold 1.2em 'arial', sans-serif;
 text-align: left;
}

.sidebar h3 {
 padding: 20px 0px 0px 1px;
 color: #0000000;
 font: 1.0em 'arial', sans-serif;
 text-align: left;
}

dl.metadata h3 a {
 background-color: #ffff00;
}

.sidebar h4 {
 margin: 20px 15px 0px 0px;
 padding: 5px 0px;
 color: #0000000;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 185px;
}

.sidebar p {
 padding: 3px 0px 3px 0px;
}

.sidebar li {
 display: block;
 list-style-type: none;
 padding-bottom: 5px;
}

.sidebar li a {
 display: inline;
 line-height: normal;
 padding: 3px 0px 3px 1px;
 color: #000000;
 font: 1.0em 'arial', sans-serif;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 background-color: #ffff00;
 color: #000000;
}

/***** コメント ******/
ol#commentlist {
 margin: 0 0 15px 0;
 font-size: 0.88em;
}

ol#commentlist li.commentcontent {
 display: block;
 list-style: none;
 margin-bottom: 1em;
 padding: 15px 15px 10px 15px;
 background: url(images/comment.png) no-repeat #ccddff;
 border: 1px solid;
 border-color: #efefef #ccc #ccc #efefef;
}

ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd,
ol#commentlist li, ol#commentlist p {
 font-size: 1.02em;
 padding-bottom: 10px;
}

ol#commentlist li li {
 font-size: 1em;
}

ol#commentlist img.avatar {
 padding-left: 8px;
 float: right;
}

ol#commentlist div.commenttext {
 width: 330px;
 float: left;
}

p.note {
 background: #FFF8D5;
 padding: 3px 8px; 
 color: #666;
 border: 2px solid #E5AB6A;
}

form#commentform label {
 width: 140px;
 float: left;
 margin: 0.25em 10px 0 0;
 font-weight: bold;
}

form#commentform p {
 clear: both;
}

form#commentform sub {
 display: block;
 padding-top: 2px;
}

input#author, input#email, input#url {
 width: 244px;
 padding: 1px 3px;
}

textarea {
 margin: 10px 0px 10px 0px;
 font-size: 1em;
 width: 498px;
}

p.submitbutton {
 text-align: center;
}

p.submitbutton input {
 padding: 2px 1em;
 font-weight: bold;
 color: #555;
 margin-bottom: 20px;
}

/***** Mac IE 文字化け回避対策 *****/ 
input, select, textarea { 
font-family: "ヒラギノ角ゴPro W3", osaka, verdana, "MS ゴシック", sans-serif; 
} 

/***** フッター *****/
#footer {
 clear: both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 10px 0px 5px;
 background: url(images/footer.png) repeat;
 font-size: 0.9em;
 text-align: center;
 text-decoration: none;
}

#content {
 width: 550px;
 float: left;
 margin: 0px 20px 20px 20px;
 display: inline;
}

#innerbox {
 padding: 0px 20px 20px 10px;
}

.post {
 clear: both;
}

h2.posttitle {
 width: 500px;
 font-size: 1.2em;
 padding-bottom: 5px;
 margin-bottom: 3px;
 border-bottom: 6px solid #ffff00;
}

.line {
 margin-top: 25px;
 margin-bottom: 3px;
 border-bottom: 1px dotted #999999;
}

#secondSide dd.calendar {
 display: block;
 text-align: right;
}

dl.metadata dt, dl.metadata dd {
 font: 1.0em 'arial', sans-serif;
 line-height: 1.5;
 color: #000000;
 display: inline;
}

.category {
 float: left;
}

#line_under {
 margin-bottom: 100px;
 clear: both;
}

.comments {
 float: right;
}

#thirdSide {
 padding-bottom: 200px;
}

#thirdSide li a {
 display: inline;
 line-height: normal;
 padding: 3px 0px 3px 1px;
 background-color: #ffffff;
 color: #000000;
 font: 1.0em 'arial', sans-serif;
 text-align: left;
 text-decoration: none;
}

#thirdSide li a:hover {
 background-color: #ffff00;
 color: #000000;
}

#thirdSide ul.calendar {
 margin: 20px 15px 0px 0px;
 padding: 5px 0px;
 color: #0000000;
 font: 1.0em 'arial', sans-serif;
}

#thirdSide ul.calendar a {
 background-color: #ffff00;
}