@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:#0000CC;
text-decoration:underline;
}

a:visited {
color:#80008b;
text-decoration:underline;
}

a:active {
color:#CC0000;
text-decoration:underline;
}

a:hover {
color:#CC0000;
text-decoration:underline;
position:relative;
top:2px;
left:2px;
}

blockquote {
margin: 2px;
padding: 5px;
background: #f0f0f0;
border: #cccccc 1px solid;
border-left: #cccccc 2px solid;
}



/*--------------------------------------------------------
●デザイン的な色・画像の指定
--------------------------------------------------------*/
/*ヘッダーの画像・背景色・罫線*/

div#header {
background: #ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/headerbanner.png);
border-top: solid 1px #b0b0b0;
border-bottom: solid 0px #000000;
}


/*ヘッダーの文字色*/

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: #000000 url();
height: 50px;
}


/*グローバルメニューの幅・高さ・文字色*/

div#global_menu-in ul li a {
line-height: 50px;
width: 148px;
border-left: inset 1px #ffffff;
border-right: outset 1px #ffffff;
font-size: 0.75em;
color: #ffffff;
}


/*グローバルメニューのマウスオーバー時の画像・文字色*/

div#global_menu-in ul li a:hover {
background: #ffffff url();
color: #111111;
}


/*トップインフォメーション*/

.topinfo{
padding: 3em 2em 2em 2em;
background:#ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/topinfo_black.png) no-repeat;
border: 1px solid #b0b0b0;
}


/*プラグイン３タイトルの画像・背景色・罫線*/

.post2 h2 {
background: #ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/menubar.gif);
line-height: 30px;
padding: 2px 10px 0px 10px;
border: solid 1px #b0b0b0;
}


/*記事一覧タイトルの画像・背景色・罫線*/

#search h2 {
background: #ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/menubar.gif);
line-height: 30px;
padding: 2px 10px 0px 10px;
border: solid 1px #b0b0b0;
}


/*記事タイトルの画像・背景色*/

.post h2 {
background: #ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/menu.png);
line-height: 30px;
padding: 2px 10px 0px 10px;
border-left: solid 5px #000000;
border-top: solid 1px #b0b0b0;
border-bottom: solid 1px #b0b0b0;
border-right: solid 1px #b0b0b0;
}


/*サイドバータイトルの画像・背景色*/

.menutitle {
background: #ffffff url(https://blog-imgs-37.fc2.com/o/f/f/officehidezo/menu.png) repeat-x;
line-height: 30px;
}


/*サイドバー記事欄の矢印画像*/

.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: 900px;
margin: 0 auto;
}

div#header-in2 {
width: 900px;
margin: 0 auto;
padding: 20px 10px 20px 10px;
}

div#header-in2 .blog_title {
font-weight:bold;
font-size: 1.5em;
margin: 0 auto;
padding: 5px 0 5px 0;
}

div#header-in2 .blog_title a {
font-weight:bold;
text-decoration: none;
}

div#header-in2 .blog_introduction {
font-size: 0.75em;
margin: 0em;
}



/*--------------------------------------------------------
●グローバルメニュー
--------------------------------------------------------*/
div#global_menu {
width:100%;
border-top: solid 1px #111111;
border-bottom: solid 1px #111111;
}

div#global_menu-in {
width: 900px;
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: 900px;
margin: 0 auto;
}



/*--------------------------------------------------------
●メイン
--------------------------------------------------------*/
#main {
padding: 0px 0px 0px 0px;
}



/*--------------------------------------------------------
●コンテンツ１
--------------------------------------------------------*/
#content1 {
width: 600px;
float: left
}

.post h2 {
color: #111111;
font-size: 1em;
margin: 0 0 0 0;
}

.post h2 a {
color: #111111;
text-decoration: none;
}

.post h2 a:hover {
color:#CC0000;
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;
text-align: right;
}

.postinfo a {
color: #aaaaaa;
text-decoration: none;
}

.postinfo a:hover {
color:#CC0000;
text-decoration:underline;
}



/*--------------------------------------------------------
●コンテンツ２　個別記事表示時
--------------------------------------------------------*/
#content2 {
width: 900px;
float: left
}



/*--------------------------------------------------------
●記事下フリースペース
--------------------------------------------------------*/
.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: left;
margin: 5em 0 0 0;
font-size: 0.875em;
}

.page_navi1 a {
text-decoration: none;
border: solid 1px #3c91e0;
color: #3c91e0;
padding: 1px 5px;
margin: 0 5px 0 0;
}

.page_navi1 a:hover {
background: #3c91e0;
color: #ffffff;
top: 0px;
left: 0px;
}



/*--------------------------------------------------------
●タグ
--------------------------------------------------------*/
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 #3c91e0;
color: #3c91e0;
padding: 2px 5px;
}

.hp a:hover, .edit a:hover {
background: #3c91e0;
color: #ffffff;
}

.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: 280px;
float: right;
}

.menu {
border: solid 1px #b0b0b0;
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 #b0b0b0;
}

.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: left;
line-height: 2.5;
margin: 0 0 3em 0;
}

.page_navi a {
text-decoration: none;
border: solid 1px #3c91e0;
color: #3c91e0;
padding: 1px 5px;
}

.page_navi a:hover {
background: #3c91e0;
color: #ffffff;
top: 0px;
left: 0px;
}



/*--------------------------------------------------------
●フッター
--------------------------------------------------------*/
#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: 900px;
margin:0px 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;
}



/*--------------------------------------------------------
●プラグイン３
--------------------------------------------------------*/
.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;
}
