/* ----- スクロールバーの設定 ----- */
html {
  scrollbar-track-color : #333333;
  scrollbar-face-color : #111419;
  scrollbar-arrow-color : #ffffff;
  scrollbar-3dlight-color : #471400;
  scrollbar-darkshadow-color : #471400;
  scrollbar-highlight-color : #7a8cae;
  scrollbar-shadow-color : #111419;
  

}






@charset "UTF-8";

body, h1, h2, h3, h4, p, form, hr, blockquote, ul, ol, li, dl, dt, dd { 
  margin: 0;
  padding: 0;
}
body {
  font-family: verdana,arial,\30D2\30E9\30AE\30CE\20Pro\20W3,osaka,"HiraKakuPro-W3",sans-serif;
  font-size: 90%;
  padding: 0 0 10px 0;
  text-align: center;
  

  background-image: url(https://blog-imgs-94.fc2.com/t/r/u/trueofx/20160531041415c12.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #ffffff;


}



a { color: #999900; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

hr { 
  margin: 8px 0;
  border: 0;
  border-top: 1px solid #666666;
  color: #666666;
  clear: both;
}
ul, ul li { list-style-type: none; }

a img {
  border: none;
}

/* 全体囲み */
#all {
  clear: both;
  margin: 0px auto 10px auto;
  padding: 0px;
  border-left: 3px double #333333;
  border-right: 3px double #333333;
  width: 940px;
  text-align: left;
  background: #000000;
  color: #999999;
}


/* ヘッダー */
#header {
  background: url(https://blog-imgs-94.fc2.com/t/r/u/trueofx/20160608171319b8b.png)no-repeat;
  height: 300px;
  color:#ffffff;
  opacity: 0.8;
  
  background-size: cover;
  background-position: center center;
}

h1 {
  padding: 240px 0px 5px 20px;
  text-align: left;
  font-size: 180%;
}
h1 a:link, h1 a:visited {
  color:#000000;
  text-decoration: none;
  opacity: 0.8;
}
h1 a:hover, h1 a:active {
  color:#993333;
  text-decoration: none;
}
h2 {
  padding-left: 20px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color:#dcdcdc;
  opacity: 0.8;
}


/* メインブロック */
#main {
  float: left;
  margin-left: 10px;
  display: inline;
  overflow: hidden;
  width: 640px;

}

#main h3 {
  font-size: 130%;
  margin: 30px 0px 3px 0px;
  padding: 5px 5px 3px 5px;
  color: #ffffff;
  border-bottom: 12px solid #2a2a2a;
  border-top: 2px solid #747474;
  background: #333333;
  opacity: 0.7;
}

#main h3 a { text-decoration: none; border: 0; color: #f8dcf8;
opacity: 0.9;}
#main h3 a:hover { text-decoration: none; border: 0; color: #b12323; }


/* エントリー */
.content {
  margin-bottom: 30px;
  padding: 10px ;
  line-height: 1.7;
}

.content blockquote {
  margin: 10px 0 0 20px;
  border: 1px solid #996600;
}
.content blockquote p {
  padding: 8px 15px;
}
.content ol, .content ul {
  margin: 0px 0px 0px 30px;
}
.content ol li {
}
.content ul li {
  list-style-type: square;
}

.content img {
  margin: 5px 10px 5px 10px;
}


/* 記事のステータス */
.content_footer { 
  margin: 10px 0 0 5px;
  padding: 0 10px 10px 0;
  border-top: 1px solid #333333;
  text-align: right;
  font-size: 80%;
  color: #666666;
}

.content_footer a { text-decoration: none; color: #666666 }



/* コメント・トラックバック */
#commentcont, #trackbackcont {
  margin: 0px 0px 10px 0px;
}
#commentcont h4, #trackbackcont h4 {
  padding: 20px 0 3px 15px;
  font-size: 100%;
}
#commentcont p, #trackbackcont p {
  padding: 0 0 0 20px;
}
#commentcont .content_footer, #trackbackcont .content_footer {
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
}


/* コメントフォーム */
.commentform dl {
  width: 100%;
  padding: 0 0 8px 0;
}
.commentform dl dt {
  letter-spacing: 0.03em;
  font-weight: bold;
}
.commentform dl dd {
  font-size: 90%;
  padding: 0 0 0.5em 0;
}

.commentform dl textarea {
  width: 80%;
}
#himitsu {
  width: auto;
}


/* trackback URL 表示部分 */
#trackbackbody {
  padding: 10px 15px 0 15px;
  line-height: 1.4;
}
#trackbackbody dt {
  margin: 0 0 0 10px;
}
#trackbackbody dd {
  margin: 0 0 0 10px;
  font-size: 100%;
  font-family: "Courier New",Courier,"Times new roman",sans-serif;
}


/* メニュー表示部分 */
/* サイド右 */
#menu {
  float: right;
  margin-right: 10px;
  display: inline;
  width: 200px;
  text-align: left;
  overflow: hidden;
}

#menu h3 {
  margin: 30px 0px 5px 0px;;
  padding: 3px 0px 3px 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #990000;
  background: #;
  color: #ffffff;
  
font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

#menu p{
  margin: 0.3em;
  font-size: 90%;
}


#menu ul {
  padding: 4px 0 6px 10px;
  text-align: left;
}

#menu ul li {
  padding: 2px 0 2px 14px;
  font-size: 90%;
  background: url(/u/usedpc/file/sunset_2olumn_arrow.gif) 0 5px no-repeat;
  line-height: 1.3;
  text-align: left;
}

#menu ul li a, #left ul li a:link, #left ul li a:visited {
  text-decoration: none;
}
#menu ul li a:hover, #left ul li a:active {
  text-decoration: underline;
}


/* カレンダー */
table#calendar {
  font-size: 90%;
  margin: 8px 10px;
}
#calendar caption {
  margin: 8px auto;
}
#calendar th {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  font-family: arial,helvetica,sans-serif;
}
#calendar td {
  font-size: 12px;
  width: 14%;
  text-align: center;
  padding: 0.2em 0;
  background: #EFEFEF;
}
#calendar td a {
  display: block;
  font-weight: bold;
}
th#sun { color: #CC3D3D; }
th#sat { color: #4D993D; }

#calendar td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active {
  text-decoration: none;
}
#calendar td a:link { color:#090; }
#calendar td a:visited { color: #666; }
#calendar td a:hover, #calendar td a:active { color:#FF8C00; }

/* カレンダー */
table.calender {
  width: 90%;
  font-size: 90%;
  margin: 8px 10px;
}
.calender caption {
  margin: 8px auto;
  color: #EFEFEF;
}
.calender th {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  font-family: arial,helvetica,sans-serif;
}
.calender td {
  font-size: 10px;
  width: 14%;
  text-align: center;
  padding: 0.2em 0;
  color: #EFEFEF;
}
.calender td a {
  display: block;
  font-weight: bold;
}
th { color: #EFEFEF; }
th#sun { color: #CC3D3D; }
th#sat { color: #0000CC; }

.calender td a:link, .calender td a:visited, .calender td a:hover, .calender td a:active {
  text-decoration: none;
}
.calender td a:link { color:#090; }
.calender td a:visited { color: #666; }
.calender td a:hover, .calender td a:active { color:#FF8C00; }


/* メニューサイドバー内の画像の中央寄せ */
#menu img {
  margin: 5px auto;
  border: 0;
}


/* 検索フォーム */
#menu form {
  padding: 8px;
  text-align: left;
}
#searchbox {
  width: 165px;
  margin: 0px 0px 3px 0px;
}


/* ページのナビゲーション */
.nav {
  margin: 10px 0 20px 0;
  text-align: center;
}
.nav a img { 
  border: none;
}




/* フッター */
#footer {
  margin-top: 10px;
  padding: 4px 15px;
  border-top: 1px solid #666666;
  font-size: 84%;
  letter-spacing: 0.01em;
  text-align: center;
  clear: both;
}
#footer a { text-decoration: none; color:#666666; }


/* おまけ */
/* Mac IE 文字化け対策 */
textarea, input {
  font: 100%/1.5 normal normal normal "\30D2\30E9\30AE\30CE\20Pro\20W3",HiraKakuPro-W3,osaka,verdana,arial,sans-serif;
}

img.emoji{
  vertical-align:middle;
  border:0;
}
