/* リセット-------------------------------------------------------------- */

body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,address,img,a,form,input,textarea,table,th,tr,td{ 
margin: 0px; 
padding: 0px; 
border: 0px; 
font-size: 1em; 
font-weight: normal; 
font-style: normal; 
text-decoration: none; 
} 

ul,ol,li{ 
list-style-type: none; 
} 

/* 全体の指定--------------------------------------------------------- */

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* body */
body{ 
background-color: #ffffff; 
color: #888888; 
font-size: 80%; 
font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', Osaka, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.2em; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #666666; 
text-decoration: underline; 
} 

a:visited{ 
color: #666666; 
text-decoration: none; 
} 

a:hover{ 
color: #999999; 
text-decoration: underline; 
} 

a:active{ 
color: #9999999; 
text-decoration: none; 
} 

/* 引用 */
blockquote{ 
color: #999999; 
border: solid 1px #cccccc; 
padding: 10px; 
margin: 10px; 
} 

/* フォーム */
input,textarea{ 
border-top: none; 
border-right: none; 
border-bottom: solid 1px #cccccc; 
border-left: none; 
color: #888888; 
background-color: #ffffff; 
font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', Osaka, sans-serif; 
} 

/* all */
div#all{ 
width: 980px; 
margin: 0px auto; 
text-align: left; 
} 

/* ヘッダーの指定---------------------------------------------------- */

/* 全体 */
div#header{ 
width: 980px;
height: 180px;
text-align: center;
background-image:url(http://ririy.sub.jp/img/title.png);
background-repeat:no-repeat;
background-position:center top;
} 

/* ブログタイトル */
h1{ 
font-size: 20px; 
padding: 30px 35px 10px 35px; 
display:none;
} 

h1 a:link, h1 a:hover{ 
text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 35px; 
display:none;
} 

/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/* ▼▼▼ 変更しない */
#wrap,.skinContentsArea{
  position:relative;
}
#headerMenu{
  position:absolute;
  margin:0;
  padding:0;
}
#headerMenu ul.menu{
  margin:0;
  padding:0;
  list-style: none;
}
#headerMenu ul.menu li{
  display:inline;
}
#headerMenu ul.menu li a{
  display:block;
  float:left;
  margin:0;
  padding:0;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
}
/* ▲▲▲ 変更しない */
/* ▼▼▼ 位置・サイズ調整 */
#wrap,.skinContentsArea{
  padding-top:40px;             /* メニュー設置用スペース */
}
#headerMenu{
  top:180px;                      /* 上下位置調整 */
  position:center
  width:980px;                  /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
  width:196px;                  /* ボタンの幅 */
  line-height:40px;             /* ボタンの高さ */
  font-size:14px;               /* ボタンの文字サイズ */
}
/*▲▲▲ 位置・サイズ調整 */
/*▼▼▼ 色・文字装飾・背景など */
#headerMenu ul.menu li a{       /* 通常時 */
  color:#F7F7F7;                /* 文字色 */
  font-weight:normal;           /* 太字(なし) */
  text-decoration:none;         /* 下線(なし) */
  background-color:#D50000;     /* 背景色 */
  background-image:url();       /* 背景画像 */
  background-repeat:repeat;     /* 背景画像繰り返し */
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
  color:#D50000;                /* 文字色 */
  font-weight:normal;           /* 太字(なし) */
  text-decoration:underline;    /* 下線(あり) */
  background-color:#F7F7F7;     /* 背景色 */
  background-image:url();       /* 背景画像 */
  background-repeat:repeat;     /* 背景画像繰り返し */
}
/*▲▲▲ 色・文字装飾・背景など */

/* エントリーの指定------------------------------------------------- */

/* 全体 */
div#entry{ 
width: 600px; 
float: left; 
} 

/* エントリー個別全体 */
div.eall{ 
width: 500px; 
margin-bottom: 10px; 
} 

/* エントリーヘッダ */
div.eheader{ 
width: 600px; 
height: 70px; 
background-image: url(http://ririy.sub.jp/img/eheader.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* エントリーボディ */
div.ebody{ 
width: 600px; 
background-image: url(http://ririy.sub.jp/img/ebodypng.png); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* エントリーフッター */
div.efooter{ 
width: 600px; 
height: 60px; 
background-image: url(http://ririy.sub.jp/img/efooter.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* h2 */
div.eheader h2{ 
font-size: 14px; 
margin: 0px 20px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

h2 a:link, h2 a:visited{ 
text-decoration: none; 
} 

/* 日付 */
p.date{ 
text-align: right; 
margin: 0px 25px; 
font-size: 10px; 
} 

p.date a:link, p.date a:visited{ 
text-decoration: none; 
} 

/* 本文 */
div.text{ 
padding: 10px 25px; 
} 

/* 続きを読むのリンク */
p.ps{ 
text-align: right; 
padding: 10px 25px; 
} 

/* エントリーフッター */
ul.cat{ 
text-align: right; 
margin: 0px 25px 0px 20px; 
padding: 10px 0px 0px 0px; 
font-size: 10px; 
} 

ul.cat li{ 
display: inline; 
margin-left: 5px; 
} 

/* ナビ */
ul.navi{ 
text-align: center; 
margin: 10px 25px 10px 20px; 
} 

ul.navi li{ 
display: inline; 
margin-left: 5px; 
} 

/* コメントのh2 */
h2.cmttitle{ 
margin: 0px 25px; 
} 

/* コメントフォーム */
dl.cmtform{ 
padding: 0px 25px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 350px; 
} 

/* 送信ボタン */
p.cmtsub{ 
padding: 10px 25px; 
} 

/* トラバURL */
dl.tburl{ 
padding: 0px 25px; 
} 

/* h3 */
div.eheader h3{ 
font-size: 12px; 
margin: 0px 25px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

h3 a:link, h3 a:visited{ 
text-decoration: none; 
} 

/* プラグインの指定------------------------------------------------------ */

/* 全体 */
div#plugin{ 
width: 300px; 
float: left; 
} 

/* プラグイン個別全体 */
div.pall{ 
width: 300px; 
margin-bottom: 10px; 
} 

/* プラグインヘッダ */
div.pheader{ 
width: 300px; 
height: 60px; 
background-image: url(http://bfile.shinobi.jp/5660/pheader.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* プラグインボディ */
div.pbody{ 
width: 300px; 
background-image: url(http://bfile.shinobi.jp/5660/pbody.png); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* プラグインフッター */
div.pfooter{ 
width: 300px; 
height: 40px; 
background-image: url(http://bfile.shinobi.jp/5660/pfooter.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* h2 */
div.pheader h2{ 
font-size: 14px; 
margin: 0px 25px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

/* プラグイン上説明 */
p.pextop{ 
padding: 0px 25px 10px 25px; 
} 

/* プラグイン中身 */
div.pcont{ 
padding: 0px 25px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
padding: 10px 25px 0px 25px; 
} 

/* プラグイン内各項目 */
.plugin_data{ 
background-image: url(http://bfile.shinobi.jp/5660/circle.gif); 
background-repeat: no-repeat; 
background-attachment: left center; 
background-attachment: scroll; 
padding-left: 20px; 
} 

/* 検索フォーム */
.box{ 
width: 120px; 
} 

/* カレンダーの指定--------------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
font-size: 10px; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
width: 90%; 
} 

/* セル */
table.CalendarMoveTable td, table.CalendarTable th, table.CalendarTable td{ 
padding: 1px 2px; 
} 

/* リンク */
table.CalendarMoveTable a:link, table.CalendarMoveTable a:visited{ 
background-color: #eeeeee; 
text-decoration: none; 
display: block; 
} 

table.CalendarTable a:link, table.CalendarTable a:visited{ 
background-color: #eeeeee; 
text-decoration: none; 
display: block; 
} 

/* 曜日 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* フッターの指定------------------------------------------------------ */

/* 全体の指定 */
div#footer{ 
width: 600px; 
clear: leftr; 
text-align: center; 
} 