@charset "euc-jp";

/* contentプロパティの初期化 */
*:before,
*:after {content : "";}

/* 全体的なマージン・パディング・フォントスタイル等の初期化 */
* {margin : 0;padding : 0;}

body { 
text-align:center;
line-height:19px;
margin:0;
padding:0;
background-color:#686868;                       /* 背景色 */
background-image : url("http://blog-imgs-26-origin.fc2.com/o/n/l/onlinepark/bg_090603.gif") ;
background-repeat : repeat ; /* 全面に敷き詰める */
background-position : center ; /* 画像を中央に寄せる */
background-attachment : fixed ; /* 背景を固定する */
font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 
#outline { 
background-color:#BBBBBB;                     /* サイト背景色 */
}

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:992px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:526px;                                          /* 中央 */
float:right; 
} 
#left { 
width:245px;                                            /* 左 */
float:left; 
} 
#right { 
width:217px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 要計算設定 */
width:773px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#000099; text-decoration:none;}      /* 通常 */
a:visited {color:#707896; text-decoration:none;}      /*訪問済*/
a:active  {color:#0033FF; text-decoration:none;}      /*実行中*/
a:hover   {color:#0033FF; text-decoration:underline;} /*マウス*/

h1 a:link    { color:#333333; text-decoration:none; }
h1 a:visited { color:#333333; text-decoration:none; }
h1 a:active  { color:#0000ff; text-decoration:none; }
h1 a:hover   { color:#0000ff; text-decoration:none; }

h2 a:link    { color:#555555; text-decoration:none; }
h2 a:visited { color:#555555; text-decoration:none; }
h2 a:active  { color:#555555; text-decoration:none; }
h2 a:hover   { color:#0000ff; text-decoration:none; }

.ently_text a:link    {color:#000099; text-decoration:underline;}
.ently_text a:visited {color:#707896; text-decoration:underline;}
.ently_text a:active  {color:#0033FF; text-decoration:underline;}
.ently_text a:hover   {color:#0033FF; text-decoration:underline;}

.ently_navi a:link    {color:#666666; text-decoration:none;}
.ently_navi a:visited {color:#666666; text-decoration:none;}
.ently_navi a:active  {color:#0000CD; text-decoration:none;}
.ently_navi a:hover   {color:#0000CD; text-decoration:none;}

.plugin1_body a:link    {color:#000099; text-decoration:none;}
.plugin1_body a:visited {color:#707896; text-decoration:none;}
.plugin1_body a:active  {color:#0033FF; text-decoration:none;}
.plugin1_body a:hover   {color:#0033FF; text-decoration:underline;}

.plugin2_body a:link    {color:#000099; text-decoration:none;}
.plugin2_body a:visited {color:#707896; text-decoration:none;}
.plugin2_body a:active  {color:#0033FF; text-decoration:none;}
.plugin2_body a:hover   {color:#0033FF; text-decoration:underline;}

#footer_body a:link    { color:#bdb76b; text-decoration:none;}
#footer_body a:visited { color:#bdb76b; text-decoration:none;}
#footer_body a:active  { color:#bdb76b; text-decoration:none;}
#footer_body a:hover   { color:#c0c0c0; text-decoration:none;}

a.tagimg {margin-left: 0px;background: url(http://blog-imgs-18-origin.fc2.com/o/n/l/onlinepark/tag_yellow.png) no-repeat;padding:3px 0px 0px 17px;}     /* タグ用img */

ul.list430 {
  margin: 0;
  padding: 0;
}

ul.list430 li {
  margin: 0.2em 0 0.2em 30px;
  list-style: url(http://blog-imgs-26-origin.fc2.com/o/n/l/onlinepark/doc.png);
}  /* サイドメニューカテゴリー用 */

ul.list430 li.file {
margin: 0.7em 0 0.3em 20px;
font-weight:bold;  
list-style: url(http://blog-imgs-26-origin.fc2.com/o/n/l/onlinepark/ya_006.gif);
}　 /* サイドメニュータイトル用 */

ul.list430 li ul {
  margin: 0;
  padding: 0;
}

ul.list430 li ul li {
  list-style: url(http://blog-imgs-26-origin.fc2.com/o/n/l/onlinepark/ar-open.png);
}  /* 3D2D用 */


/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_body { 
background-color:#95B71B;                     /* 背景色       */
border:1px solid #bbb;                     /* 内枠の色     */
} 

#header_outline{
margin:0;                           /* ヘッダ下間隔 */
}

/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
float:left;
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0; 
}
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
background-color:#0A141A;                     /* 背景色       */
font-size:9pt;                                 /* 文字サイズ */
color:#E6E6E6;                                  /* 文字色     */
text-align:right;                                /* 右寄せ     */
padding:3px;
margin:0;
}

/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline {
margin-top:5px; /* 次のプラグインまでの間隔 */ 
margin-bottom:10px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:10pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#dbe8e8;          /* 背景色    (記事タイトル)*/
border-top:   #bbb 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #bbb 1px solid;      /* 枠(左)    (記事本文) */
border-right: #bbb 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#bbb 0px solid;      /* 枠(下)    (記事本文) */
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 16px;
margin:0;
} 

.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#333333;                        /* 文字色    (記事本文) */
border:#bbb 1px solid;          /* 枠        (記事タイトル)*/
background-color:#FFFFFF;               /* 背景色             */

} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 10px; 
}

.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0;
background-color:#f1ecdd;          /* 背景色    (記事タイトル)*/
padding:5px 3px 1px;
font-size: 8pt;
font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;

} 
.page-more { margin: 15px 0 15px 0;} 
.readmore { margin-top: 15px; } 
.readclose { margin: 15px 0; } 

/*  画像を右左   */
.p entry_head { line-height:2em; }
img.img_l { float:left;margin-right:1em; }　/* 画像を左に */
img.img_r { float:right;margin-left:1em; }　/* 画像を右に */

/*  記事の画像を右に   */
.section { margin:0; }  
.section p img { float:right;margin:0 0 5px 10px; }  

/*  タイトルリスト一覧表のリスト飾り用   */
ul.ul_game_tt {
margin:0;
padding:0;
list-style-type: none;
}   
ul.ul_game_tt li {margin: 5px 0 5px 0; padding:0;font-size: 12px;}
ul.ul_game_t {
margin:0;
padding:0 0 0 18px;
list-style-image:url("http://blog-imgs-26-origin.fc2.com/o/n/l/onlinepark/ya_006.gif");
}   
ul.ul_game_t li {margin: 0 0 3px 0; padding:0;font-size: 12px;}

/*  タイトルリスト一覧表のタイトル飾り用   */
.gametitle{
margin:0 5px 5px 0;
padding:2px 5px;
border-color:#666666;
border-width:0 0 2px 0;
border-style:solid;
background:#F2F2F2;
}

/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-top:5px; /* 次のプラグインまでの間隔 */
margin-bottom:5px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#f4f4f4;                        /* 文字色    (タイトル) */
background-color:#0A141A;             /* 背景色    (タイトル) */
border-top:   #bbb 1px solid;          /* 枠(上)    (本体) */
border-left : #bbb 1px solid;          /* 枠(左)    (本体) */
border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
border-bottom:#bbb 0px solid;          /* 枠(下)    (本体) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#f1f4ed;                 /* 背景色    (本体) */
border: #bbb 1px solid;            /* 枠        (タイトル) */
padding: 5px; 
line-height:1em;
} 

/*  サイド フォント極小サイズ   */
.plugin1_body p.more span{
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 10px;
font-weight: normal;
color:#CC1000;
}

/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-top:5px; /* 次のプラグインまでの間隔 */
margin-bottom:5px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#f4f4f4;                        /* 文字色    (タイトル) */
background-color:#0A141A;             /* 背景色    (タイトル) */
background-image: url() ;
border-top:   #bbb 1px solid;          /* 枠(上)    (本体) */
border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
border-bottom:#bbb 0px solid;          /* 枠(下)    (本体) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#f1f4ed;                 /* 背景色    (本体) */
border: #bbb 1px solid;            /* 枠        (タイトル) */
padding:5px; 
line-height:1em;
} 

/*  サイド フォント極小サイズ   */
.plugin2_body p.more span{
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 10px;
font-weight: normal;
color:#CC1000;
}

/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-top:5px; /* 次のプラグインまでの間隔 */
margin-bottom:10px;
} 
.plugin3_title { 
	background-color:#DAE6AE;             /* 背景色    (タイトル) */
	border-top:   #bbb 1px solid;          /* 枠(上)    (本体) */
	border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
	border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
	margin: 0;
	padding: 0 15px;
} 

.plugin3_title h3 {
	font-size:10pt;                       /* 文字サイズ(タイトル) */
	font-weight:bold;                     /* 太字      (タイトル) */
	color:#555555;                        /* 文字色    (タイトル) */
	margin: 0;
	padding: 4px 5px;
}

.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
border-bottom:#bbb 1px solid;          /* 枠(下)    (本体) */
padding:2px 10px; 
} 

.plugin4_outline { 
border: #fff 0px solid;                /* 個別枠(右) */
margin-bottom:5px;
} 
plugin4_body { 
padding:0 26px; 
} 

.plugin5_outline { 
margin: 10px 0 10px 0; 
text-align:left;
} 
.plugin5_body { 
font-size:8pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
line-height:1.4em;
padding:0 10px; 
} 

.plugin6_outline {
margin: 10px 0 10px 0; 
} 
.plugin6_title { 
	background-color:#DAE6AE;             /* 背景色    (タイトル) */
	border-top:   #bbb 1px solid;          /* 枠(上)    (本体) */
	border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
	border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
	margin: 0;
	padding: 0 15px;
} 

.plugin6_title h3 {
	font-size:10pt;                       /* 文字サイズ(タイトル) */
	font-weight:bold;                     /* 太字      (タイトル) */
	color:#555555;                        /* 文字色    (タイトル) */
	margin: 0;
	padding: 4px 5px;
}

.plugin6_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
border-bottom:#bbb 1px solid;          /* 枠(下)    (本体) */
padding:2px 10px; 
} 

/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:10px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#e7f1f1;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-top:   #bbb 1px solid;  /* 枠(上)   (タイトル)  */
border-left:  #bbb 1px solid;  /* 枠(上)   (タイトル)  */
border-right: #bbb 1px solid;  /* 枠(上)    (タイトル)  */
border-bottom:#bbb 0px solid;  /* 枠(上)    (タイトル) */
padding:5px 16px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#333333;                    /* 文字色    (コメント本文) */
border:#bbb 1px solid;             /* 枠    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 16px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
} 
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:10px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#555555;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#e7f1f1;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-top:   #bbb 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #bbb 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #bbb 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#bbb 0px solid;  /* 枠(下)    (ブロック本文) */
padding:5px 16px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#333333;                    /* 文字色    (ブロック本文) */
border:#bbb 1px solid;       /*枠        (ブロックタイトル)*/
text-align:left; 
padding:10px 16px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#333333;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline {
margin-top:5px; /* 次のプラグインまでの間隔 */
margin-bottom:10px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-top:   #bbb 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #bbb 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #bbb 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#bbb 0px solid;  /* 枠(下)    (ブロック本文) */
padding:5px 16px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border:#bbb 1px solid;             /* 枠        (タイトル) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 8px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */


/********************************************* ▼ toplink ▼ */
#footlink_outline {
background-color:#fff;                       /* 背景色     */
margin-top:5px; /* 次のプラグインまでの間隔 */
margin-bottom:5px; /* 次のプラグインまでの間隔 */
}

#footlink_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#e6ede0;             /* 背景色    (タイトル) */
border-top:   #bbb 1px solid;          /* 枠(上)    (本体) */
border-left:  #bbb 1px solid;          /* 枠(左)    (本体) */
border-right: #bbb 1px solid;          /* 枠(右)    (本体) */
border-bottom:#bbb 0px solid;          /* 枠(下)    (本体) */
padding:3px 20px; 
} 

#footlink_body { 
font-size:10pt;                                  /* 文字サイズ */
color:#333;                                  /* 文字色     */
border:1px solid #555555;                       /* 内枠の色   */
padding:5px; 
} 
/********************************************* ▲ toplink ▲ */


/********************************************* ▼ フッター ▼ */
#footer_outline {
background-color:#0A141A;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#c0c0c0;                                  /* 文字色     */
border:1px solid #bbb;                       /* 内枠の色   */
padding:5px; 
} 

#footer_body p { 
font-size:8pt;                                  /* 文字サイズ */
} 
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** ライン ***/
hr{display: none;}

.line_001 {
	background:url(http://blog-imgs-19-origin.fc2.com/o/n/l/onlinepark/line1.gif) repeat-x;
	height:1px;
	margin:10px 0;
	width:100%;
}

.line_002 {
	background:url(http://blog-imgs-19-origin.fc2.com/o/n/l/onlinepark/line02.gif) repeat-x;
	height:3px;
	margin:5px 0;
	width:100%;
}

/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
li .nolist {list-style-type: none;margin-left:20px; margin-bottom:3px; }
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.page_navi { margin:30px 0; font-size:9pt; }

strong {font-weight:normal;}
p.ten { text-align:center; }
p.color {padding:3px 7px;background:#707591;color:#f7f6f5;margin:7px 0 7px 0;}
img.ten {padding: 2px; border: solid 1px #ccc;}
img.ten_m {padding: 2px; border: solid 1px #ccc; margin-right:5px;}

/*** フォント小 ***/
.pt { font-size: 8pt;}
.pt a:link    {color:#333333; text-decoration:none;} 
.pt a:active  {color:#333333; text-decoration:none;}
.pt a:visited {color:#333333; text-decoration:none;}
.pt a:hover   {color:#0000CD; text-decoration:none;}

/*** フォント小2 ***/
.pt2 { font-size: 9pt;}
.pt2 a:link    {color:#333333; text-decoration:none; border-bottom: 1px solid #ccc;} 
.pt2 a:active  {color:#333333; text-decoration:none; border-bottom: 1px solid #ccc;}
.pt2 a:visited {color:#333333; text-decoration:none; border-bottom: 1px solid #ccc;}
.pt2 a:hover   {color:#0000CD; text-decoration:none; border-bottom: 1px solid #0000ff;}

/*** 引用文用 ***/
blockquote {
background-color: #FDF7E3;
border: 1px solid #CC9966;
margin: 3px;
padding: 5px;
line-height: 130%;
}

/*****************/
/*   サブカテゴリ一覧    */
/*****************/
#sub-c {
	float : right; margin-top: 10px;
	width : 490px; text-align: left;
}
html>#sub-c {
     width:490px;margin-top:0px;
}
.sub-cBlock {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px; width : 100%;
         border-right: 0px solid #c7c7c7;
	border-left: 0px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	background: none("");
}

.sub-cTitle {
	font-family:"Helvetica", "Verdana", "Arial 	Black", "Impact", "Osaka";
	font-size: 12px; color: #0351aa;
	padding: 0px; text-align: left;
	border-top: 0px solid #c7c7c7;
}
.sub-cTitle h5 {

	margin: 0px;
	padding: 3px 0px 3px 5px;
	font-size: 12px; color: #fff;
         background-color: #969696;
         font-weight:bold;
         border-left:solid #454545 15px;
}

.sub-cBody {
	margin: 0px; text-align: left;
	padding: 5px 5px 5px 10px;
	font-family:"Helvetica", "Hiragino Kaku Gothic Pro", "30D230E930AE30CE20Pro20W3", "Osaka";
	line-height: 130%;
}

.sub-cBody ul {
	padding: 0px 0px 0px 10px;
	margin: 2px;
}

.sub-cBody ul li {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	list-style-image: url("http://blog-imgs-13-origin.fc2.com/o/n/l/onlinepark/icon12.gif");
}

.pankuzu {font-size:12px;text-align:left;margin:5px 0px 0px 0px;} 
.pankuzu a:link{color:#ff9900} 
.pankuzu a:visited{color:#ff9900}

/* 一覧表示用
-----------------------------------------------*/

dl.list01 {
	width: 468px;
	border: 0px solid #999;
	overflow: hidden;
	margin: 0px; text-align: left;
	padding: 5px 10px 5px 10px;
}

dl.list01 dt {
	color: #617b2e;
	float: right;
	margin-left: 0px;
	padding: 2px 2px 0px 18px;
}

dl.list01 dd {
	color: #666666;
	margin: 0 ;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 2px 2px 2px 18px;
	background: url(http://blog-imgs-13-origin.fc2.com/o/n/l/onlinepark/arrow333.gif) no-repeat 1px .2em;
}

dl.list01 dd a {font-weight: bold;}

/*****************/
/*   飾り02    */
/*****************/

.outer
	{
	width:463px;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	border: 1px solid #cccccc;
	}

.t_img
	{
	float:left;
	height:6em;
	padding: 0px 5px 0px 0px;
	background-color: #ffffff;
	}

.t_t	{
	margin:0px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
	background: #dcebf0;
	}

.t_bun {
	line-height: 130%;
	}

/* =Pull1
----------------------------------------------- */

.outer2c
	{
	padding: 0 0 5px 0;
	margin:0px 3px 5px 0px;
	float:left;
	width:234px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

a.u:link, a.u:visited {
	color: #494949;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
}
a.u:hover {
	color: #619D9B;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
}

dl.pull {
	margin: 0;
	padding: 0;
	}
dl.pull dt {
	margin:0;
	padding: 0;
	}

dl.pull dt img {
	margin: 5px;
	float: left;
	}

dl.pull dd {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.1em;
	}
dl.pull dd em {
	font-style: normal;
	color: #ACACAC;
	}

/* =Pull2
----------------------------------------------- */
.outer_samtop
	{
	width:478px;
	background-color: #ffffff;
	padding: 0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
	border-bottom:#ccc 1px solid;
	}

a.u:link, a.u:visited {
	color: #494949;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
}
a.u:hover {
	color: #619D9B;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
}

dl.pull2 {
	padding: 0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
dl.pull2 dt {
	margin:0;
	padding: 0;
	}

dl.pull2 dt img {
	margin: 5px;
	float: left;
	}

dl.pull2 dd {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 130%;
	}
dl.pull2 dd em {
	font-style: normal;
	color: #ACACAC;
	}


.clears{clear:both;}

/*****************/
/*   一覧用   */
/*****************/

.outer_samtop
	{
	width:478px;
	background-color: #ffffff;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:#ccc 1px solid;
	}

.outer_sam
	{
	width:468px;
	background-color: #ffffff;
	margin:0px 0px 5px 0px;
	border-bottom:#ccc 1px solid;width:468px;
	}

.t_img_sam
	{
	float:left;
	padding: 0px 5px 0px 0px;
	background-color: #ffffff;
	}

.t_t_sam	{
	padding:3px 4px;
	border-color:#6AA2DB;
	border-width:0 0 0 6px;
	border-style:solid;
	border-bottom:#6AA2DB 1px solid;
	width:280px; 
	margin:0px 0px 5px 0px;
	font-weight: bold;
	text-align: left;
	background: none;
	}

.t_bun_sam {
	line-height: 160%;
	}

/*****************/
/*   その他    */
/*****************/

.tag {
	padding: 0px 10px;
	margin: 10px 0px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FFDD00;
	border-right: 1px solid #CCCCC0;
	background-color: #F3F3F3;
	font-weight: bold;
}

.tag1 {
	padding: 0px 10px;
	margin: 10px 0px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FFDD00;
	border-right: 1px solid #CCCCC0;
	background-color: #F3F3F3;
	font-weight: bold;
}

.tag2 {
	padding: 0px 10px;
	margin: 10px 0px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FF6374;
	border-right: 1px solid #CCCCC0;
	background-color: #F3F3F3;
	font-weight: bold;
}

.tag3 {
	padding: 0px 10px;
	margin: 10px 0px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #BFFF00;
	border-right: 1px solid #CCCCC0;
	background-color: #F3F3F3;
	font-weight: bold;
}

.tagsub {
	background-image: url('http://blog-imgs-17.fc2.com/o/n/l/onlinepark/tagset2.gif') ;
	background-repeat:no-repeat;
	padding: 0px 20px;
	margin: 10px 0px;
	color:#357f28;
	border-bottom: 2px solid #9bce52;
	font-weight: bold;
}

.tagsub a {text-decoration:none;}

.cho{
font-family: "Helvetica", "ＭＳ Ｐゴシック", "Arial Black", "Osaka";
font-size:9px;
color:#919191;
line-height: 130%;
}

p em {color:#333333;background:#fcefef;}

/* ランキング用 */
ol.list611 li {list-style: decimal;}

/* リスト全体 */
.pagelinks_all{
   align:center;
   padding: 2px;
}

ul.pagelinks {
   font-size: 16px;
   margin: 0px;
   padding: 0px;
}

/* 各項目の装飾 */
ul.pagelinks li {
   line-height: 1em;
   list-style-type: none;
   border: 1px solid #ccc;
   float: left;   margin: 2px;
   padding: 1px 5px;
   font-family: Arial,sans-serif;
   font-weight: bold;
   text-align: center;
   display: block;

}
/* リンクの装飾 */
ul.pagelinks li a {
   text-decoration: none;
}
/* 未訪問リンクの色 */
ul.pagelinks li a:link {
   background-color: #fff;
   color: #0351aa;
}
/* 既訪問リンクの色 */
ul.pagelinks li a:visited {
   background-color: #fff;
   color: #0351aa;
}
/* マウスが載ったときの色 */
ul.pagelinks li a:hover {
   background-color: #F3F6FA;
   color: #33960B;
}

/* 現在位置項目の装飾 */
ul.pagelinks li.here {
   background-color: #bbb;
   color: #f5f5f5;
   border-color: #ccc; 
}

.container{width:100%;margin:0;text-align:left;}

.inner{margin:0 0 2px 0;}

.CenterLeft{width:238px;float:left;border:1px #cccccc solid;}

.CenterRight{width:238px;float:right;border:1px #cccccc solid;}

.LeftC{padding:2px;float:left;}

.left{width:170px;padding:2px;float:right;}

.RightC{padding:2px;float:left;}

.right{width:170px;padding:2px;float:right;}

.clear{clear:both;line-height:0;height:0;}

/*   タイトルリンク用   */
#LC_LNK {line-height:12pt;}
#LC_LNK .indent {font-size:12px;}
#LC_LNK .branch {font-size:12px;}

/*   全記事表示用   */
.list_td_ti {
	text-align:center; background-color:#ffffff;
	font-weight:bold; font-size: 11px;
}
.list_td {
	text-align:left; background-color:#ffffff;
	padding:2px; font-size: 11px;
}

/*   TOPゲーム紹介用   */
td.tbl{
border:0px solid #cccccc;
padding:4px;
width:152px;
text-align:left;
line-height: 1em;
}
table.minitbl {
	width:234px; 
	border-collapse: collapse;
}
.minitbl td,
.minitbl th {
	padding: 2px 2px;
}
.minitbl th { 
	font-weight: bold;
	text-align: center; 
}
.minitbl thead th {
	background-color: #dcf1f5;
	color: #3c423c;
	text-align: center; 
}
.minitbl tbody td {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
}
.minitbl tbody th {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
	width:20%;
	background-color: #f4fcf0;
	color: #354042;
}


/*   スクロールバー用  */
div .scroll{ 
width: 100%; 
height: 115px; 
overflow: auto; 
background-color: #ffffff; 
line-height: 1em;
} 


/*   ゲームカテゴリ   */
div#secondary-column ul.arc-category,
div#secondary-column ul.arc-category li {
font-size: 12px;
}


/*  table-動作環境   */
table#colored {
	width:100%; 
	border-collapse: collapse;
	font-size: 12px;
}
#colored td,
#colored th {
	padding: 2px 4px;
}
#colored th { 
	font-weight: bold;
	text-align: center; 
}
#colored thead th {
	background-color: #dcf1f5;
	color: #3c423c;
	text-align: center; 
}
#colored tbody td {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
}
#colored tbody th {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
	width:20%;
	background-color: #f4fcf0;
	color: #354042;
}

/*  table-サービス詳細   */
table#colored2 {
	width:100%; 
	border-collapse: collapse;
	font-size: 12px;
}
#colored2 td,
#colored2 th {
	padding: 2px 4px;
}
#colored2 th { 
	font-weight: bold;
	text-align: center; 
}
#colored2 thead td {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
}

#colored2 thead th {
	border-top:  1px solid #999;
	border-bottom:  1px solid #999;
	background-color: #fadbd4;
	color: #3c423c;
	text-align: center; 
}

#colored2 tbody td {
	padding: 4px 2px 8px 2px;
	border-bottom:  1px solid #999;
	text-align: center;
	background-color: #ffffcc;
	color: #354042;
	font-weight: bold;
}
#colored2 tbody th {
	padding: 8px 2px 4px 2px;
	background-color: #ffffcc;
	color: #cc0066;
}


/*  コピーライト表示用   */
div.div-cp {
	margin: 0;
	border: solid 1px #c7c7c3;
	background: #f5f5f3;
}
div.div-cp p {
	margin: 5px;
	font-size:11px;
	color:#555555;
	line-height: 130%;
}


/*  AD表示用   */
div.div-ad {
	margin: 0;
	border: solid 1px #c7c7c3;
	background: #f5f5f3;
}
div.div-ad p.div-adt {
	margin: 2px;
	background: #c7c7c3;
	color: #555555;
	font-weight: bold;
	padding: 0.3em 10px;
}
div.div-ad ul {
  margin-left: 15px;
  padding-left: 0;
}
	
div.div-ad ul li {
  margin-left: 15px;
}
div.div-ad .subadd{
	font-size:10px;
	color:#555555;
}
div.div-ad div.item{
	width:100%; /*必ず width は指定する。(100 % などでも OK)*/
	margin:0;
	display:table;
}
div.div-ad p.itemImage{
	margin:0;
	padding:10px 0 0 10px; /* 余白は padding で指定する */
	display:table-cell;
	vertical-align:top;
	width:1%;
	/width:auto;
	/float:left; /* IE 6, 7 */
}
div.div-ad div.itemTitle{
	padding:10px 0 0 5px; /* 余白は padding で指定する */
	display:table-cell;
	vertical-align:top;
	/zoom:1; /* IE 6, 7 */
}
div.div-ad div.itemText{
	padding:5px 0 10px 5px; /* 余白は padding で指定する */
	display:table-cell;
	vertical-align:top;
	/zoom:1; /* IE 6, 7 */
	font-size:10px;
	color:#555555;
	line-height: 130%;
}


/*  TOPゲームカテゴリ   */
div.gamelist {
clear:both;
border-bottom:1px solid #ddd;
margin-bottom:5px;
}
#gamelist .inbox{
clear:both;
padding:10px 0;
border-bottom:1px solid #eee;
height:60px;
}
#gamelist .inbox .img{
float:left;
margin-right:5px;
img-border:0;
height:60px;
width:120px;
}

#gamelist .inbox  h4{
font-size:10pt;        /* 文字サイズ(タイトル) */
font-weight:bold;     /* 太字      (タイトル) */
margin:0px;
}
#gamelist .inbox p.outline{
line-height: 110%;
}
#gamelist .inbox p.more{
text-align:right;
}
#gamelist .inbox p.more span{
text-align:right;
padding-right:5px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 10px;
font-weight: normal;
color:#CC1000;
}

/*  ゲームランキング   */
dl.list309 {
  margin: 0;
  padding: 8px 0 0 0;
}
dl.list309 dt {
  clear: left;
  float: left;
  width: 45px;
}
dl.list309 dd {
  text-align:left;
  margin-bottom: 0.5em;
}
ol.ranking  {
  text-align:left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*  関連記事(関連エントリー)   */
#feedControl {width :466px;font-size: 13px;text-align:left;line-height:1.3;}
#feedControl .gf-title {display:inline;} /* タイトルが改行されるようにinlineにする */
#feedControl .gf-snippet {display:none;} /* 概要部分は隠す */
#feedControl .gf-relativePublishedDate {display:none;} /* 日付部分は隠す */
#feedControl .gf-spacer {display:none;} /* スペーサー部分は隠す */
#feedControl .gf-author {display:none;} /* サイトタイトル部分は隠す */
#feedControl .gfc-tabHeader.gfc-tabhActive { 
border-left: 1px solid #f6bfbc; 
border-right: 1px solid #f6bfbc; 
border-top: 2px solid #e95464; 
color: 666666;
background-color: #f6bfbc; 
}


/*  サイトリンク集用   */
.links_outer{
  width:500px;
  background-color: #ffffff;
  padding: 10px 0 0 0;
  margin:0; 
}

.links_box1{
  background-color: #fcfcfc;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #949496;/*枠の色*/
  padding: 7px 0 7px 5px; 
}

.links_box2{
  background-color: #F7F7F9;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #949496;/*枠の色*/
  padding: 7px;
}

.links_box3{
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #949496;/*枠の色*/
  padding: 5px 0 5px 0; 
}

/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#0A141A; /* 背景色 */
padding-left:0;
margin:0;
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:25px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:127px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#0A141A; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#33ccff; /* マウスが乗ったときのリンク文字の色 */
background-color:#262626; /* マウスが乗ったときの背景色 */
text-decoration:none;
}

#menu_bar li.menu_bar_end a {
border-right:none;
}

/* ▼blogpeople用▼ */
/* リスト内のリンクの下線を消す */
.linkpage a {
text-decoration:none;
}
/* リストの段組 */
.linkpage {
width:98%;
}
.linkpage dl {
margin-right:10px;
width:236px;
float:left;
}
/* 見出し */
.linkpage dl dt {
padding:0 0.2em;
color: #40B8C5;
border-bottom: 1px solid #ccc;
}
/* 内部の余白 */
.linkpage dl dd {
margin:1em;
}
/* リンクの高さとスクロール */
.linkpage div.bloglist {
margin: 0 auto;
height:280px;
overflow:auto;
}
