@charset "utf-8";
/* ---------------------------------------------------------------

© projectQRT by.Shirm
個人用テンプレートの為、利用を禁止しています。

--------------------------------------------------------------- */

/*  全体の基本設定  */
body {
         font-family: "メイリオ", sans-serif;
         font-size: 13px;
         line-height: 20px;
         color: #0f0f0f;
         margin: 0;
         margin-top: 30px;
}

a:link{color:#3466FF;text-decoration:none;}
a:visited{color:#3466FF;text-decoration:none;}
a:active{color:#909090;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:nona;}

#container{
     width:900px;
     margin:0 auto;
     text-align:left;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* ヘッダー 
 ブログURL　→ $g_url
 ブログ タイトルの設定　→ $g_title
 ブログの説明文章の設定 　→ $g_explanation*/
#header {
   display: block;
   margin-bottom: 15px;
}

.logoimg {
   width: 580px;
   height: 160px;
}

/* プラグイン */
.blogcontainer{
}

#left {
   float:left;
   width:200px;
}

#right {
   float:right;
   width:700px;
}

.side {
   font-size:11px;
   border: 1px solid #909090;
   margin-bottom: 5px;
}

.plugintitle {
   text-align: center;
   font-weight: bold;
   font-size: 12px;
   background: #FFE74F;
   margin: 2px;
}
.PluginContents{ 
	padding:2px 10px;
}

.plugin_data {
   padding-left:5px;
   margin:0;
}

.CalendarMoveTable,.CalendarTable{width:90%;margin:0 auto;}
.CalendarMoveTable a,.CalendarTable a{color:#FC155F;}
.CalendarNowTd,.CalendarPrevTd,.CalendarNextTd,.CalendarTable td,.CalendarTable th{text-align:center;}
.CalendarWdaySun,.CalendarWdaySat{color:#00f;}


/* エントリー */
.entry {
   border: 1px solid #909090;
   margin-bottom: 15px;
   margin-left: 20px;
}

.about {
   border: 1px solid #909090;
   margin-bottom: 15px;
   margin-left: 20px;
}

.about_text {
   background:url(http://file.gameover.blog.shinobi.jp/blogicon1.png) 0 50% no-repeat;
   padding-left:28px;
}

h1 {
   font-size: 17px;
   margin: 2px;
   padding: 10px 10px;
   background: #93FFEF;
}

h1 a:link,h1 a:active,h1 a:visited,h1 a:hover{
   color: #0F0F0F;text-decoration:none;
   background:url(http://file.gameover.blog.shinobi.jp/blogicon1.png) 0 50% no-repeat;
   padding-left:28px;
}

.entrytext {
   padding: 10px 15px;
   line-height: 19px;
}

.entrytext big {
   font-size: 170%;
   line-height: 130%;
   letter-spacing: 2px;
}

.entry ol {
   text-align: right;
   margin-top: 30px;
}

.entry li { display:inline;}
.entry li a { border:none;color: #0F0F0F;font-weight: bold;padding:0 5px;}

/* ページ処理 */
.prev {
   text-align: center;
   margin: 10px;
}

.clear {clear: both;}

/* フッター */
.footer {
   padding:10px 15px;
   margin-bottom: 10px;
   background:#ECF4F6;
   text-align: center;
}



.cm a:link,
.cm a:visited,
.cm a:hover {
     color:#0f0f0f;text-decoration:none; }
.cm { text-align: right; }
