/* ---------------------- */
/*  □初期化              */
/* ---------------------- */

* {
 margin : 0;
 padding : 0;
 font-style : normal;
 line-height:140%;
 }

/* ---------------------- */
/*  □３カラム枠の設定    */
/* ---------------------- */

/* ■背景■ */
body {
 color:#FF3300;
 background-Color:#006666;
 text-align:center;
 padding:0px;
 overflow:hidden;
 }

/* ■固定枠■ */
div#top_div {
 position:absolute; top:0px; left:0px;
 text-align:left;
 height:18%;
 padding:0px; 
 width:100%;
 }

div#main_div {
 position:absolute; top:18%; left:0px;
 overflow:auto;
 height:82%;
 padding:0px;
 width:100%;
 }

p.top2_p{
 padding-top : 0px;
 font-size: 90%;
 font-weight:normal;
 color:white;
 text-align : left;
 }

/* ■中段枠■ */
table#all_parts {
 width:98%;
 background-Color : white;
 text-align : left;
 margin-left : auto;
 margin-right : auto;
 border-collapse: separate;
 text-align : center;
 border: 4px solid yellow;
 padding:0px;
 }

/* ■サイド枠■ */
td#side_parts {
 width : 22%;
 vertical-align : top;
 padding : 0px;
 }

/* ■サイドタイトル部■ */
#side_tytle {
 width:100%;
 border-top: 1px solid #444444;
 border-bottom: 1px solid #444444;
 border-left: 10px solid #444444;
 border-right: 1px solid #444444;
 padding : 2px 6px;
 }

/* ■サイドコンテンツ部■ */
#side_contents {
 position:relative;
 padding : 8px 6px 24px 6px;
 vertical-align : top;
 }

/* ■中央枠■ */
td#center_parts {
 width : 54%;
 padding : 0px;
 text-align : left;
 vertical-align : top;
 }

/* ■中央タイトル■ */
#center_tytle {
 width:100%;
 padding : 2px 8px;
 background-Color : #444444;
 border: 1px solid #444444;
 text-align : left;
 }

/* ■中央コンテンツ部■ */
#center_contents {
 width:100%;
 font-size:95%;
 padding : 6px 8px;
 border: 1px solid #444444;
 text-align : left;
 vertical-align : top;
 }

/* ■中央コンテンツ部(枠なし)■ */
#center_linenone {
 width:100%;
 font-size:95%;
 padding : 6px 8px;
 text-align : left;
 }

/* ■中央スペーサ(枠なし)■ */
#center_space {
 width:100%;
 font-size:80%;
 padding : 0px;
 text-align : left;
 }

/* ■中央下部■ */
#center_under {
 width:100%;
 color:white;
 font-size:80%;
 padding : 1px 8px;
 text-align : right;
 background-Color : #444444;
 border: 1px solid #444444;
 }

/* ■終端枠■ */
div#end_parts {
 padding : 4px 8px;
 text-align : right;
 font-size: 80%;
 color:white;
 vertical-align : middle;
 }

/* ---------------------- */
/*  □文章枠の設定        */
/* ---------------------- */

/* ■プラグインコンテンツ部■ */
.plug_contents {
 font-size: 85%;
 position:relative;
 background-Color : transparent;
 vertical-align : top;
 }

/* ■全記事一覧■ */
table#all_tytle {
 margin-left : auto;
 margin-right : auto;
 border-collapse: separate;
 text-align : center;
 }

/* ■全記事(タイトル)■ */
td.all_t {
 background-Color : #444444;
 border: 1px solid #444444;
 padding : 2px 4px;
 text-align : center;
 font-size: 95%;
 Color : white;
 }

/* ■全記事(一覧)■ */
td.all_k {
 padding : 2px 4px;
 border: 1px solid #444444;
 font-size: 80%;
 text-align : left;
 }

/* ---------------------- */
/*  □文字フォントの設定  */
/* ---------------------- */

/* ■標準リンク■ */
a:link,a:visited,a:active{
 color:navy;
 text-decoration:underline;
 }

a:hover{
 color:crimson;
 text-decoration:underline;
 }

/* ■TOPタイトルリンク■ */
.main_t a:link,.main_t a:visited,.main_t a:active{
 line-height:100%;
 font-size:260%;
 color:white;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 }

.main_t a:hover{
 font-size:260%;
 color:yellow;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 }

/* ■ENDタイトルリンク■ */
.sub_t a:link,.sub_t a:visited,.sub_t a:active{
 font-size:inherit;
 color:white;
 text-decoration:none;
 }

.sub_t a:hover{
 font-size:inherit;
 color:yellow;
 text-decoration:none;
 }

span#ad2{
 font-size:inherit;
 color:white;
 }

/* ■ナビリンク■ */
.navi a:link,.navi a:visited,.navi a:active{
 color: white;
 font-size:85%;
 border-top: 1px solid white;
 border-left: 1px solid white;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 text-decoration: none;
 padding: 2px 24px;
 }

.navi a:hover{
 font-size:85%;
 color:yellow;
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid white;
 border-right: 1px solid white;
 text-decoration: none;
 padding: 2px 24px;
 }

/* ■続きリンク■ */
.tuduki{
 background-Color : dimgray;
 border: 1px solid #444444;
 text-align:center;
 font-size:85%;
 padding: 3px 8px;
 }

.tuduki_l a:link,.tuduki_l a:visited,.tuduki_l a:active{
 color:white;
 text-decoration: none;
 }

.tuduki_l a:hover{
 color:yellow;
 text-decoration: none;
 }

/* ■記事タイトル■ */
.kiji_t a:link,.kiji_t a:visited,.kiji_t a:active{
 color:white;
 font-size: 105%;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 }

.kiji_t a:hover{
 color:yellow;
 font-size: 105%;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 text-decoration:none;
 }

/* ■記事下段■ */
.kiji_k a:link,.kiji_k a:visited,.kiji_k a:active{
 color:white;
 }

.kiji_k a:hover{
 color:yellow;
 }

/* ■中央タイトル■ */
.center_t{
 color:white;
 font-size: 105%;
 font-family: HGP創英角ﾎﾟｯﾌﾟ体;
 }

/* ■コメントタイトル■ */
.comment_t{
 font-size: 100%;
 border: 1px solid #444444;
 background-Color : dimgray;
 color:white;
 font-weight:bold;
 padding: 2px 6px;
 }

/* ■TBタイトル■ */
.track_t{
 font-size: 100%;
 border: 1px solid #444444;
 background-Color : dimgray;
 color:white;
 font-weight:bold;
 padding: 2px 6px;
 }

/* ■サイドタイトル■ */
.side_t{
 font-size: 100%;
 }

.side_k{
 font-size: 85%;
 }

/* ■リスト設定■ */
ul,li {
 list-style-type: disc;
 list-style-position:outside;
 list-style-image:url(xyz.gif);
 margin-left : 8px;
 }

/* ■その他■ */
h1       {font-size:100%; margin: 0px; font-weight:normal;}
h2,h3,h4 {font-size:100%; margin: 0px; font-weight:normal;}
.basic   {color: slateblue; font-weight:bold;}
.topics  {color: tomato; font-weight:bold;}

/* ■標準■ */
img{border:0;}

img.emoji{vertical-align:middle;}

blockquote,q{
 margin: 8px 6px 8px 12px;
 padding: 4px;
 font-size: 90%;
 text-align : left;
 border: 1px solid silver;
 }