/*
Theme Name:Studio GAKI
Theme URI: http://www.studiogaki.com
Description: A theme by <a href="http://www.studiogaki.com">Studio GAKI</a>.
Version: 1
Author: Ayumi Andoh
Author URI: http://www.studiogaki.com
*/

@import url("test.css");
@import url("style_2.css");
@import url("header.css");
@import url("main.css");
@import url("footer.css");
@import url("sidebar.css");
@import url("thamb.css");


/*-------------------------------------------------
基本設定
-------------------------------------------------*/
body{
 font:1em/180% "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial;
 background-color: #fbfbfb;
 text-align: center;
 margin:0 auto;
}

/* コンテンツの高さの指定  */
html>body #content {
 height: auto;
 min-height: 320px;
}

/* 記事など主な部分の文字色  */
body,td,th {
 color: #555;
}

/* コンテンツの幅  */
#doc {
 width: 980px;
 background-color: #fff;
 border:1px solid #ddd;
  -moz-box-shadow:0px 0px 3px #999;
  -webkit-box-shadow:0px 0px 3px #999;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
   margin-bottom:20px;
   padding-bottom:10px;
}

/* ------------------------------------------------------------
リンクの設定　基本
-------------------------------------------------------------- */
a, a:link {
 padding: 1px;
 color: #48672b;
 text-decoration: none;
}

a:hover {
 color: #48672b;
 text-decoration:underline;
}

/* ------------------------------------------------------------
文字の設定　基本
-------------------------------------------------------------- */
/* サイトタイトル文字　試用箇所無し  */
h1 {
 font:bold 1.5em georgia;
 padding: 20px 0 0.5em 0;
}

/* カテゴリ選択時の上部パン屑的説明文  */
h2 {
 font:0.875em "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial;
 color: #48672b;
}

/* 記事タイトル  */
h3 {
 font:1.25em bold "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial;
 color: #48672b;
 text-shadow: 2px 2px 3px #BCCBAE ;
 margin-top:50px;
 font-weight:bold;
}

/* 記事タイトルリンク設定  */
h3 a:link, h3 a:hover, h3 a:visited{
 text-decoration: none;
}

/* サイドバータイトル文字  */
h4 {
 font:1.5em bold "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial;
 border-bottom: 2px solid #DFE4D9;
 text-shadow: 2px 2px 3px #BCCBAE;
 color: #48672b;
 font-weight:bold;
}

/* 記事文字 アーカイブ一覧 */
p, .itemhead_cat p a {
 font-size:0.95em;
 line-height: 200%;
 margin-top:15px;
}


/* ------------------------------------------------------------
文字修飾系
-------------------------------------------------------------- */
/* strongタグ設定  */
strong, b, .item strong {
 font-weight: bold;
 font-size:1.2em;
 color:#859E6C;
 border-left:5px solid #809e73;
 padding-left:10px;
 margin:10px 0;
}

/* emタグ設定  */
em, i {
 font-style: italic;
 font-size:0.85em;
 color:#666;
}

.list li em{
 font-style: italic;
 font-size:0.85em;
 color:#859E6C;
}

/* codeタグ設定 コード用 */
code {
 font: 1em, 'Courier New', Courier, Fixed;
}

/* 引用  */
blockquote {
 margin: 15px 10px;
 padding:0px 20px 15px 10px;
 border-top: 1px dotted #637956;
 border-bottom: 1px dotted #637956;
 font-size:0.9em;
 line-height:180%;
 background-color:#d9e4d7;
}

blockquote cite {
 display: block;
}

/* ------------------------------------------------------------
もろもろ
-------------------------------------------------------------- */
/* rssの文字あたり  省略表示　属性は title＝""で正確な名称を書く */
abbr
{
 font-size: 0.75em;
}

/* imgタグ設定  */
a img {
 border: none;
}

/* ------------------------------------------------------------
リスト部分の設定
-------------------------------------------------------------- */
.item ul, .item_cat ul, .item_top ul {
 list-style-type: disc;
 padding-left: 15px;
 font-size:0.938em;
}

div.list li {
 list-style-type: decimal;
 margin-top: 10px;
 font-size:0.938em;
 line-height:200%;
}

.item ol, .item_cat ol, .item_top ol{
 list-style-type: disc;
 font-size: 0.938em;
 line-height:200%;
 margin-top:10px;
}


/* ------------------------------------------------------------
細かい部分の設定
-------------------------------------------------------------- */
/* 送信フォーム内の文字の大きさ  */
input, textarea{
 font-size: 0.83em;
 border:1px solid #333;
 border-radius: 5px;
 padding:3px;
}

/* フォームボタン */
.wpcf7-submit {
 padding: 4px 40px;
 cursor:pointer;
 background: #ddd;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#ccc)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
 
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #ccc
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
 
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeee,endColorstr=#ffccc);
    zoom: 1;
}


/* 記事下comentなどの表示  */
.metadata{
 line-height: 190%;
 font-size: 0.75em;
 coler:#ccc;
}

.metadata_cat{
 font-size: 0.75em;
}

/* 記事下comentなどのリンクの設定  */
.metadata a:link, .metadata a:hover, .metadata a:visited,
.metadata_cat a:link, .metadata a:hover, .metadata a:visited{
 color: #999;
}

/* ------------------------------------------------------------
タグの設定
-------------------------------------------------------------- */
.tags, .catagory {
 display: block;
}

/* ------------------------------------------------------------
コメントの設定
-------------------------------------------------------------- */
/* コメント部分  */
.commentlist p {
 clear: both;
 font-size: 0.83em;
}

/* コメント部分　書いた人  */
cite{
 font-size: 0.83em;
}

/* コメントタイトル  */
.commentmetadata {
 font-size: 0.83em;
 float: right;
}

.commentlist {
 margin-top: 5px;
}

.commentlist li {
 padding: 2px;
 border-top: 2px dotted #ccc;
}

/* ------------------------------------------------------------
navi部分　使ってない
-------------------------------------------------------------- */
.yui-nav{
    margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
    background-color: #DEDEDE;
    color: #859E6C;
}

.yui-navset .yui-nav li a {
   background-color: #FFFFFF;
    background-image: url(/);
    background-repeat: repeat;
    border-bottom: 0px;
    color: #859E6C;
    padding: .3em .7em .3em .7em;
    text-decoration:none;
    font-size: 0.83em;
}

/* ------------------------------------------------------------
カレンダー
-------------------------------------------------------------- */
/* カレンダー  */
#wp-calendar {
    empty-cells: show;
    font-size: 0.8em;
    margin: 0;
    width: 100%;
    padding: 3px;
}

/* カレンダー リンク */
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    background-color:#fff;
    color:#000;
    font-size: 0.8em;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    background-color:#fff;
    color:#000;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    background-color:#dbe1d0;
    color:#000;
    font-size: 0.8em;
}

#wp-calendar td {
    color: #666;
    font-size: 0.8em;
    letter-spacing: normal;
    padding: 1px 1px;
    text-align: center;
    height:12px;
}

/* カレンダー 今日 */
#wp-calendar #today {
    background: ;
    color: #669966;
    font-weight:bold;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}


.clear {
    clear:both;
}



/* 最近の投稿 */
.recent{
    width: 530px;
}

.recent-posts p {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 130%;
}

.recent-posts p a {
    color:#999;
}

/* about */
#self_wrap {
 width:800px;
}

#self_text {
 float:left;
 width:310px;
 margin-right:20px;
}

#self_twit {
 float:left;
 width:300px;
}

#self_twit #twitter_update_list {
 font-size:0.75em;
}