body {

/*文字に関する設定*/

font-family: Verdana ,sans-serif;
font-size: 90%;
color:#2c2c2c;
line-height: 1.6;

/*背景色*/

background: #ffffff;

/*両脇の空き*/
margin:0% 0%;
padding: 0;

/*スクロールバー*/

scrollbar-arrow-color:#808080;
scrollbar-base-color:#efefef;
scrollbar-darkshadow-color:#808080;
scrollbar-highlight-color:#fcfcfc;
scrollbar-shadow-color:#c0c0c0;
scrollbar-track-color:#ffffff;
}

/*テーブル内の文字に関する設定*/

TH, TD {   
font-family: Verdana ,sans-serif;
font-size:90%;
color:#2c2c2c;
line-height:1.6; }

/*リンク*/

a:link {
color:#808080;
text-decoration: none;
}

a:active {
color: #808080;
text-decoration: none;
}

a:visited {
color: #808080;
text-decoration: none;
}

a:hover {
color: #c0c0c0;
text-decoration: underline;
position:relative; top:2;left:2;
}

/*全体の枠*/

#all{
border-right: 1px solid #2c2c2c;
border-left: 1px solid #2c2c2c;
}

/*head要素*/

#headblock {
height: 180px;
padding: 20px 20px 0 20px ;
background-color:#FFFFFF;
background-image:url(http://blog-imgs-31.fc2.com/f/u/k/fukidamari/20041104143008.jpg);
background-repeat:no-repeat;
background-position:top right;
}

/*カウンター位置*/

#counter{
text-align:right;
margin: 5px;
}


/*ブログタイトル*/

#BlogName{
font-family:"Arial Black", "Impact", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
font-size: 24px;

/*カウンターの大きさにあわせて調整してください。*/

margin: 10px 0 0 10px;
}


/*案内*/

#Introduction{
font-family: Verdana ,sans-serif;
font-size: 13px;
color: #2c2c2c;
margin: 10px 0 0 10px;
}

/*検索窓位置*/

#search{
text-align:right;
margin: 30px 5px 0 0;
}

/*メニュー*/

#category{
color: #2c2c2c;
margin: 0;
padding: 5px 5px 5px 0;
background: #ffffff;
text-align:right;
border-top: 1px solid #2c2c2c;
border-bottom: 1px solid #2c2c2c;
}


/*著作権表示と広告*/

#footer {
background: #ffffff;
margin: 0;
padding: 5px ;
text-align: right;
color: #2c2c2c;
border-top: 1px solid #2c2c2c;
}

/*著作権表示と広告の文字サイズ*/

#footer p {
font-size: 85%;
}

/* 記事の見出し(タイトル) */
h3 {
font-size: 130%;
padding: 5px 0 10px 10px ;
margin: 20px 10x 20px 10px ;
}


/* 記事表示部分を囲うブロック要素の属性 */

.body {
margin: 0 0 30px 0;
padding: 0 12px 5px 12px;
line-height: 1.4;
border-bottom: 1px solid #2c2c2c;
}

/* 記事内画像*/

.body img {
margin : 4px;
padding : 0;
}

/*記事内リンク*/

.body a:link {
color: #808080;
text-decoration: underline;
}

.body a:visited {
color: #808080;
text-decoration: underline;
}

.body a:hover {
color: #c0c0c0;
text-decoration: none;
position:relative; top:2;left:2;
}

/* 記事のステータス用リスト */

.sub {
text-align: right;
font-size: 80%;
margin: 30px 0 0 0;
padding: 5px;
}

.sub li {
display: inline;
color: #2c2c2c;
}

.sub a {
margin-right: 5px;
}

.sub a:link {
color: #808080;
text-decoration: underline;
}

.sub a:visited {
color: #808080;
text-decoration: underline;
}

.sub a:hover {
color: #c0c0c0;
text-decoration: none;
position:relative; top:2;left:2;
}

/*前のページ、次のページへのリンクのセンタリング*/

.next{
text-align:center;
}


/* レスフォーム設定 */

.reaf {
  color: #2c2c2c;
  width: 70%;
}

.reaf dt {
  letter-spacing: 0.1em;
}

.reaf dd {
  font-size: 90%;
  margin: 0;
  padding: 0 0 0.5em 0;
}



/* trackback url 表示部分の設定 */

#trap dt {
  margin: 0 0 10px 20px;
}

#trap dd {
  font-size: 110%;
  font-family: "Courier New", Courier, "Times new roman",  sans-serif;
}


/*引用文に関する設定*/

blockquote {
  width : 90%;
  margin : 2% 0 2% 5%;
  padding : 0.5em 1em;
  background : #efefef;
  border-left : 5px solid #c0c0c0;
}