@charset "utf-8";



/*--------------------------------------------------------
●全体
--------------------------------------------------------*/
body {
font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
background-color: #ffffff;
color: #111111;
margin: 0 auto;
}

img {
border: none;
}

a:link {
color:#333333;
text-decoration:underline;
}

a:visited {
color:#999999;
text-decoration:underline;
}

a:active {
color:#ffcc33;
text-decoration:underline;
}

a:hover {
color:#ffcc33;
text-decoration:underline;
position:relative;
}

blockquote {
margin: 2px;
padding: 5px;
background: #f0f0f0;
border: #cccccc 1px solid;
border-left: #cccccc 2px solid;
}



/*--------------------------------------------------------
●デザイン的な色・画像の指定
--------------------------------------------------------*/
/*ヘッダーの画像・背景色・罫線*/

div#header {
display:block;
width:960px;
height:300px;
background: #ffffff url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/header.jpg) no-repeat center bottom;
}


/*ヘッダーの文字色*/

div#header-in2 .blog_title a,div#header-in2 .blog_introduction {
color: #111111;
}


/*フッターの画像・背景色・罫線*/

#footer {
background: #111111 url();
border-top: solid 0px #000000;
}


/*フッターの文字色*/

#footer a,#footer a:visited,address,address a,address a:visited,.add,.add a {
color: #ffffff;
}


/*グローバルメニューの画像・背景色・高さ*/

div#global_menu,div#global_menu-in ul {
background: #ffcc33 url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/bg_yellow.gif);
height: 50px;
}


/*グローバルメニューの幅・高さ・文字色*/

div#global_menu-in ul li a {
line-height: 50px;
width: 158px;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
font-size: 1em;
font-weight: bold;
color: #333333;
}


/*グローバルメニューのマウスオーバー時の画像・文字色*/

div#global_menu-in ul li a:hover {
background: #ffcc33 url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/bg_yellow.gif);
color: #999999;
}


/*トップインフォメーション*/

.topinfo{
padding: 5em 2em 2em 2em;
background:#ffffff url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/bg_info_20151023143737150.gif) no-repeat;
border: 1px solid #ffcc33;
}


/*プラグイン３タイトルの画像・背景色・罫線*/

.post2 h2 {
background: #ffffff url();
line-height: 30px;
padding: 2px 10px 0px 10px;
border: solid 1px #b0b0b0;
}


/*記事一覧タイトルの画像・背景色・罫線*/

#search h2 {
background: #ffffff url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/menubar.gif);
line-height: 30px;
padding: 2px 10px 0px 10px;
border: solid 1px #ffcc33;
}


/*記事タイトルの画像・背景色*/

.post h2 {
background: #ffffff url();
line-height: 40px;
padding: 2px 10px 0px 10px;
border-left: solid 5px #ffcc33;
border-top: solid 1px #ffcc33;
border-bottom: solid 1px #ffcc33;
border-right: solid 1px #ffcc33;
}


/*サイドバータイトルの画像・背景色*/

.menutitle {
background: #ffffff url(https://blog-imgs-83.fc2.com/y/k/o/ykomeguro/bg_yellow.gif) ;
line-height: 40px;
}


/*サイドバー記事欄の矢印画像*/
/*
.menubody li {
background: url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/arrow067_10.gif) no-repeat;
background-position: 0 2px;
padding: 0 0 0 15px;
}
*/

/*h3見出し装飾*/

.post h3 {
background: #ffffff url() repeat-x;
border-left: solid 10px #000000;
border-bottom: solid 1px #b0b0b0;
padding: 2px 10px 2px 10px;
margin: 0;
font-size: 1em;
font-weight: bold;
}


/*h4見出し装飾*/

.post h4 {
background: #ffffff url() repeat-x;
border-left: solid 5px #000000;
border-bottom: dashed 1px #b0b0b0;
padding: 2px 10px 2px 10px;
margin: 0;
font-size: 1em;
font-weight: bold;
}



/*--------------------------------------------------------
●ヘッダー
--------------------------------------------------------*/
h1{
font-weight: normal;
font-size: 0.75em;
padding: 5px 5px 5px 0px;
margin: 0;
}

div#header {
width: 100%;
}

div#header-in {
width: 960px;
margin: 0 auto;
}

div#header-in2 {
width: 960px;
margin: 0 auto;
padding: 20px 10px 20px 10px;
}

div#header-in2 .blog_title, div#header-in2 .blog_introduction {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}



/*--------------------------------------------------------
●グローバルメニュー
--------------------------------------------------------*/
div#global_menu {
width:100%;
border-top: solid 1px #ffcc33;
border-bottom: solid 1px #ffcc33;
}

div#global_menu-in {
width: 960px;
margin: 0 auto;
}

div#global_menu-in ul {
margin: 0;
padding: 0;
}

div#global_menu-in ul li {
list-style-type: none;
float: left;
}

div#global_menu-in ul li a {
display: block;
text-decoration: none;
text-align: center;
float: left;
}

div#global_menu-in ul li a:hover {
top:0px;
left:0px;
}



/*--------------------------------------------------------
●コンテナ
--------------------------------------------------------*/
#container {
background-color: #ffffff;
width: 960px;
margin: 0 auto;
}



/*--------------------------------------------------------
●メイン
--------------------------------------------------------*/
#main {
padding: 0px 0px 0px 0px;
}



/*--------------------------------------------------------
●コンテンツ１
--------------------------------------------------------*/
#content1 {
width: 690px;
float: right;
}

.post h2 {
color: #111111;
font-size: 1.2em;
margin: 0 0 0 0;
}

.post h2 a {
color: #333333;
text-decoration: none;
}

.post h2 a:hover {
color:#ffcc33;
text-decoration:underline;
}

.post {
color: #111111;
margin-bottom: 3em;
}

.postmain {
font-size: 0.875em;
padding: 1em 1em 0em 1em;
}

.postinfo {
color: #aaaaaa;
font-size: 0.75em;
border-bottom: solid 1px #aaaaaa;
padding-top: 5px;
padding-bottom: 5px;
clear: both;
}

.postinfo a {
color: #aaaaaa;
text-decoration: none;
}

.postinfo a:hover {
color:#CC0000;
text-decoration:underline;
}



/*--------------------------------------------------------
●コンテンツ２　個別記事表示時
--------------------------------------------------------*/
#content2 {
width: 690px;
float: right;
}



/*--------------------------------------------------------
●記事下フリースペース
--------------------------------------------------------*/
.kijishita{
font-size: 1em;
line-height: 1.5;
padding: 1em 1em 1em 1em;
margin: 1em 0 2em 0;	
border-top: 2px solid #b0b0b0;
border-bottom: 2px solid #b0b0b0;
border-right: 2px solid #b0b0b0;
border-left: 2px solid #b0b0b0;		
}



/*--------------------------------------------------------
●記事内ページナビ
--------------------------------------------------------*/
.page_navi1 {
text-align: center;
margin: 5em 0 0 0;
font-size: 0.875em;
}

.page_navi1 a {
text-decoration: none;
border: solid 1px #ffcc33;
color: #333333;
padding: 10px 10px;
margin: 0 5px 0 0;
}

.page_navi1 a:hover {
background: #fff8e4;
color: #ffcc33;
text-decoration: underline;
font-weight: bold;
}



/*--------------------------------------------------------
●タグ
--------------------------------------------------------*/
ul.entry-tag {
list-style-type: none;
font-size: 0.875em;
margin: 0 0 0.5em 0;
padding: 0 0 0 0;
}

ul.entry-tag li {
list-style-type: none;
display: inline;
background: url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/tag.gif) no-repeat left center;
margin:0;
padding: 0.2em 0.2em 0.2em 20px;
}

ul.entry-tag li a, ul.entry-tag li a:visited {
text-decoration: none;
border-bottom: dashed 1px #b0b0b0;
color: #111111;
}

ul.entry-tag li a:hover {
color:#CC0000;
text-decoration:underline;
}



/*--------------------------------------------------------
●ジャンルとテーマ
--------------------------------------------------------*/
ul.entry-genre {
list-style-type: none;
font-size: 0.875em;
margin: 0 0 0.5em 0;
padding: 0 0 0 0;
}

ul.entry-genre li {
list-style-type: none;
display: inline;
background: url() no-repeat left center;
margin:0;
padding: 0.2em 0.2em 0.2em 0.2em;
color: #aaaaaa;
}

ul.entry-genre li a, ul.entry-genre li a:visited {
text-decoration: none;
border-bottom: dashed 1px #b0b0b0;
color: #aaaaaa;
}

ul.entry-genre li a:hover {
color:#CC0000;
text-decoration:underline;
}



/*--------------------------------------------------------
●コメント
--------------------------------------------------------*/
#cm {
border: solid 1px #b0b0b0;
padding: 10px;
margin: 0 0 3em 0;
}

#cm dt {
font-size: 0.75em;
}

#cm dd {
font-size: 0.75em;
margin: 0 0 15px 0;
}

#cmtitle {
font-size: 1em;
font-weight: bold;
border-bottom: solid 1px #b0b0b0;
padding-bottom: 5px;
margin: 0 0 20px 0;
} 

#comment {
border: solid 1px #b0b0b0;
padding: 10px;
margin: 0 0 2em 0;
}

.cmposttitle {
font-size: 0.75em;
font-weight: bold;
border-top: solid 1px #b0b0b0;
padding-top: 10px;
margin: 0 0 0 0;
} 

.cmbody, .cminfo {
font-size: 0.75em;
}

.cminfo {
padding-bottom: 10px;
margin-bottom: 10px;
text-align: right;
}

.hp a, .edit a {
text-decoration: none;
border: solid 1px #ffcc33;
color: #ffcc33;
padding: 2px 5px;
}

.hp a:hover, .edit a:hover {
background: #fff8e4;
color: #ffcc33;
}

.hp {
color: #aaaaaa;
margin-left: 5px;
}



/*--------------------------------------------------------
●トラックバック
--------------------------------------------------------*/
#tb {
border: solid 1px #b0b0b0;
padding: 10px;
margin: 0 0 3em 0;
}

#tbtitle {
font-size: 1em;
font-weight: bold;
border-bottom: solid 1px #b0b0b0;
padding-bottom: 5px;
margin: 0 0 20px 0;
} 

#tburl {
font-size: 0.75em;
padding: 5px;
}

#tblink {
font-size: 0.75em;
}

.tbposttitle {
font-size: 0.75em;
font-weight: bold;
border-top: solid 1px #b0b0b0;
padding-top: 10px;
margin: 0 0 0 0;
} 

.tbbody, .tbinfo {
font-size: 0.75em;
color: #111111;
}

.tbinfo {
padding-bottom: 10px;
margin-bottom: 10px;
text-align: right;
}



/*--------------------------------------------------------
●右サイドバー
--------------------------------------------------------*/
#sidebar_r {
width: 250px;
float: left;
}

.menu {
border: solid 1px #ffcc33;
margin-bottom: 1em;
}

.menutitle {
font-size: 0.875em;
font-weight:bold;
padding: 0px 10px 0 10px;
margin: 0 0 0 0;
border-bottom: solid 1px #ffcc33;
}

.menubody {
font-size: 0.75em;
line-height: 1.5;
margin: 10px 15px 10px 15px;
}

.menubody ul {
margin: 0px 0px 10px 0px;
padding: 0;
}

.menubody li {
list-style-type: none;
}

.menubody li a {
text-decoration: none;
}

.menubody li a:hover {
color:#CC0000;
text-decoration:underline;
}

.menu .plugin-search {
margin-left: 15px;
}



/*--------------------------------------------------------
●パンくずリスト
--------------------------------------------------------*/
.pankuzu{ 
font-size: 0.875em;
text-align: left;
margin: 2em 0 1em 0;
}

.pankuzu a {
color:#0000CC;
text-decoration: none;
}

.pankuzu a:hover {
background: #3c91e0;
color: #ffffff;
top: 0px;
left: 0px;
}


/*--------------------------------------------------------
●ページナビ
--------------------------------------------------------*/
.page_navi {
font-size: 0.75em;
text-align: center;
line-height: 2.5;
margin: 0 0 3em 0;
}

.page_navi a {
text-decoration: none;
border: solid 1px #ffcc33;
color: #333333;
padding: 10px 10px;
}

.page_navi a:hover {
background: #fff8e4;
color: #ffcc33;
font-weight: bold;
}



/*--------------------------------------------------------
●フッター
--------------------------------------------------------*/
#footer {
font-size: 1em;
text-align:center;
clear: both;
padding: 5px 0 5px 0;
}

#footer a{ 
text-decoration:none;
}

#footer a:visited {
text-decoration:none;
}

address {
font-style: normal;
text-align: center;
}

address a{ 
text-decoration:none;
}

address a:visited {
text-decoration:none;
}

.add {
font-size: 0.75em;
text-align: center;
clear: both;
}

.footer_ue_info {
width: 960px;
margin: 0 auto;
padding: 10px 0 0 0;
clear:both;
font-size:1em;
font-style:normal;
}



/*--------------------------------------------------------
●トップインフォメーション
--------------------------------------------------------*/
.topinfo{
font-size: 0.875em;
margin: 0 0 3em 0;	
line-height: 1.5;
text-align: center;
font-weight: bold;
}



/*--------------------------------------------------------
●プラグイン３
--------------------------------------------------------*/
.post2 h2 {
color: #111111;
font-size: 1em;
margin: 0 0 0 0;
}

.post2 {
color: #111111;
margin-bottom: 3em;
}

.postmain2 {
font-size: 0.875em;
padding: 1em 1em 0em 1em;
}



/*--------------------------------------------------------
●記事一覧
--------------------------------------------------------*/
#search h2 {
color: #111111;
font-size: 1em;
margin: 0 0 0 0;
}

#search ul {
font-size: 0.875em;
margin: 1em 0 3em 1em;
padding: 0;
}

<!--
#search li {
list-style-type: none;
line-height: 1.5;
background: url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/arrow067_10.gif) no-repeat;
background-position: 0 5px;
padding: 0 0 0 15px;
}
-->

#search li a {
font-size: 1em;
font-weight: bold;
}

#search li a:hover {
text-decoration:underline;
}

#search li .kiji_introduction {
font-size: 0.875em;
margin: 0.5em 0em 1em 0em;
line-height: 1.5;
color: #777777;
}



.fc2_footer{
margin-top:3em;
}

/* 殿堂入りfloat */
#dendo .dendofloat{
width:200px;
margin:10px;
text-align:center;
float:left;
}
#dendo:after {
  content: '';
  display: table;
  clear: both;
margin-bottom:30px;
}


.clearfix:after {
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}


/* 関連記事 */
#relate {
    margin: 30px 0;
    padding: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
width:290px;
float:left;
}


#relate .relatetitle {
    font-size: 15px;
    color: #5989cf;
    font-weight: bold;
margin-bottom:10px;
}

#relate .relatelist .relatetext{
    height: 60px;
  display:table-cell;
 vertical-align:middle;
 font-size:0.9em;
font-weight: bold;
}


#relate .relatelist img {
    width: 60px;
float:left;
margin-right:10px;
}
#relate .relatelist .relatetext .relatedata {
    font-size: 8px;
    color: #666666;
}

#relate .relatelist{
    margin-bottom: 10px;
}
/* 紹介スペース */
#recommend {
    margin: 30px 20px 30px 0;
    padding: 20px 10px 10px 10px;
    border: solid 2px #FFC107;
    position: relative;
width:290px;
float:left;
text-align:center;
}

#recommend .recommendtitle {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}

#recommend ul li {
text-align:left;
}

#recommend li {
 font-size:1.3em;
font-weight: bold;
    line-height: 1.5;
}