@charset "utf-8";
/*
Theme Name: Gyrodesign Blog Theme
Theme URI: http://www.gyrodesign.jp/
Description: Gyrodesign Blogのテーマ
Version: 1.0
Author: Akira Inoue
Author URI: http://www.gyrodesign.jp/
*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(http://www.gyrodesign.jp/common/img/bg.jpg);
	color:#666;
	font-size:72%;
}

div#container {
position:absolute;
width: 764px;
height: 91px;
left:50%;
margin-left:-382px;
}

/* ヘッダー　*/
div#header {
background-image: url(bloghead.png);
background-repeat: no-repeat;
width: 764px;
height: 90px;
}

* html div#header {
background-image: url(bloghead.jpg);
}

div#header h1 {
margin:0 0 0 10px;
padding:31px 0 0 0;
}

div#header h1 {
text-decoration: none;
color: #2b76cc;
}

div#header h1 img {
border: none;
}

div#header p {
font-size: 0.75em;
margin: 8px 20px 0;
}

/* コンテンツ　*/
div#contents {
background-image: url(blogmid.png);
background-repeat: repeat-y;
width: 764px;
}

* html div#contents {
background-image: url(blogmid.jpg);
}

div#contents:after {
font-size: 1px;
content: ".";
display: block;
height: 0px;
clear:both;
}

div#contents {
zoom: 1;
}

p#pagetitle {
font-size: 1em;
font-weight: bold;
color: #444444;
border: dotted 1px #777777;
text-align: center;
padding: 10px 0;
margin: 10px 0 24px;
}

div#contents #contleft{
margin: 30px;
width: 440px;
float: left;
}

* html div#contents #contleft{
margin: 20px;
width: 430px;
float: left;
}

div.post h2 a {
text-decoration: none;
color: #333333;
font-size: 1em;
}

div.post p {
font-size: 1em;
line-height: 1.5;
}

p.postinfo {
background-color: #eeeeee;
padding: 2px 6px 2px 6px;
clear: both;
color: #333333;
text-align: right;
margin: 12px 0 36px;
font-size: 0.9em !important;
}

p.postinfo a {
color: #333333;
text-decoration: none;
}

div.post img {
border: none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
margin-left: 10px;
margin-bottom: 2px;
}

.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 2px;
}

.wp-caption {
border: solid 1px #aaaaaa;
text-align: center;
padding-top: 5px;
margin-top: 5px;
margin-bottom: 10px;
}

.wp-caption-text {
margin-top: 3px;
margin-bottom: 3px;
}

#comments {
clear: both;
}

div#com {
border: solid 1px #999999;
padding: 0 18px;
margin-top: 45px;
}

div#com h3 {
font-size: 1.2em;
border-bottom: solid 1px #888888;
padding-bottom: 3px;
margin-top: 20px;
}

textarea {
width: 380px;
}

div.compost {
border-bottom: dotted 1px #999999;
}

p.cominfo {
text-align: right;
}

div#com a {
color: #444444;
}

p#comfeed img {
vertical-align: middle;
}

p#comfeed a {
color: #006699;
text-decoration: none;
}

p#comfeed {
background-color: #dddddd;
padding: 8px;
margin-top: 30px;
}

p#trurl {
background-color: #dddddd;
padding: 8px;
margin-bottom: 30px;
}

/* トラックバック */
div#tr {
border: solid 1px #999999;
padding: 0 18px;
margin-top: 20px;
}

div#tr h3 {
font-size: 1.2em;
border-bottom: solid 1px #888888;
padding-bottom: 3px;
margin-top: 20px;
}

div#contents #contright {
margin: 20px;
width: 224px;
float: left;
}

* html div#contents #contright {
padding-left: 10px;
}

div#contents #contright h2 {
border: solid 1px #888888;
padding: 2px 6px;
margin: 25px 0 10px 0;
font-size: 1em;
}

div#contents #contright ul {
margin: 8px 8px 20px;
padding: 0;
}

div#contents #contright li {
list-style-type: none;
margin-bottom: 4px;

background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 10px;
vartical-align: top;
}

div#contents #contright li a {
color: #444444;
text-decoration: none;
}


/* フッター　*/
div#footer {
background-image: url(blogfoot.png);
width: 764px;
height: 32px;
}

* html div#footer {
background-image: url(blogfoot.jpg);
}

/* copyright　*/
#copyright {
width: 750px;
text-align: right;
}


/* カレンダー　*/
#wp-calendar {
width: 100%;
margin-bottom: 20px;
}

#wp-calendar a {
color #006699;
}

#wp-calendar td, #wp-calendar th {
text-align: center;
}

#wp-calendar caption {
font-weight: bold;
border: solid 1px #888888;
padding: 2px;
margin: 10px 0 0 0;
font-size: 1em;
}

#wp-calendar #prev {
text-align: left;
padding-top: 3px;
padding-left: 3px;
}

#wp-calendar #next {
text-align: right;
padding-top: 3px;
padding-right: 3px;
}

/* 検索フォーム */
input#s {
width: 140px;
margin-bottom: 5px;
}

/* RSS　*/
p.feed {
font-family: Verdana, Helvetica, sans-serif;
border: solid 1px #888888;
padding: 6px;
margin: 25px 0;
}

p.feed a {
color: #444444;
text-decoration: none;
}

p.feed img {
vertical-align: middle;
margin-right: 8px;
}