﻿@charset "UTF-8";

/* きほん */

body {
background:#000034 ;
}

a:link {
color:#fff;
}
a:visited {
color:#66ccff;
}
a:hover {
color:#66ccff;
}
a:active {
color:#ff0000;
}


p {
color:white;
line-height: 1.7em;
font-size: 13px;
margin-bottom: 13px;
}
h1 {
margin: 0;
}

.textContent_Area_01A h2 {
clear:both; 
margin-bottom: 20px;
}

/* 共通クラス */

.blue {
color:#66ccff;
}

.bld {
font-weight: bold;
}

/* マージン */
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
/* マージン（ネガティブ） */
.mt10n {
margin-top: -10px;
}
.mt20n {
margin-top: -20px;
}
.mt30n {
margin-top: -30px;
}
.mb10n {
margin-bottom: -10px;
}
.mb20n {
margin-bottom: -20px;
}
/* インデント */
.indnt_10{
text-indent: 10px;
}
.indnt_20{
text-indent: 20px;
}


/* ヘッダ */

#headerArea {
text-align:center;
}

/* フッター */
#footer_Area{
text-align: right;
width: 720px;
}
#footer_Area a:link,
#footer_Area a:visited {
color: white;
}
#footer_Area a:hover {
color:#66ccff;
}


/* 下のリンクのボックス */
.Lnk_Section_01A {
width: 700px;
padding: 10px;
border: 1px solid #232351;
background:#232351;
color: white;
font-size:small;

}
.Lnk_Section_01A p{
line-height: 1.0em;
font-size: small;
margin-bottom: 5px;
}

.tp_Lin {
width: 100%; 
height: 10px; 
background:url(../img/bg_01.png) left top repeat-x; 
clear: both;
}

/* 左カラム */
#container_Box {
width: 950px;
margin: -5px auto -0 auto;
}

.TextContent_01 {
width:760px; 
float:left; 
background:url(../img/bg_02.png) left top repeat-y;

}

.textContent_Area_01A {
width:745px;
margin-top: 20px;


clear:both;
}

.Text_01A {
width: 420px; float:left;
margin-right: 15px;
}

.Text_01B {
width: 300px; 
float: right;
margin-right: 10px;
}

.comment_Box_01 {
width:300px; float:left; 

}

.comment_Box_02 {
width:300px; float:right; 
margin-right: 30px;m
}
.comment_Box_01 img,
.comment_Box_02 img {
margin-bottom: 5px;
}
.comment_a {
width: 280px; 
padding: 13px 10px; 
background: #232351;
}

.comment_a p {
line-height: 1.25em;
}

/* リストタグ */

.lst_ol_01A p {
margin-bottom: -15px;
}
.lst_ol_01A ol,
.lst_ol_01A ul {
margin-bottom: 14px;
}

.lst_ol_01A ol li,
.lst_ol_01A ul li {
color:#66ccff;
margin-bottom: 4px;
font-size: 13px;
line-height: 1.7em;
}

/* テーブルの表 */
.tbl_Section_01A {
color: white; font-size:small; 
}
.tbl_Section_01A p {
margin-bottom: 0px;
}

/* youtubeのタイトル */

.youtube_ttl_01 {
font-style:italic; 
font-size:24px;
color:#66CCFF;
}
.youtube_ttl_02 {
font-style:italic; 
font-size:24px;
font-weight: bold; 
color: #66CCFF; 
margin-top: -20px;
}


/* 右カラム */

.TextContent_02 {
width: 180px; float:left;
margin: 10px 0 0 10px;
}
.TextContent_02 img {
text-align: center;
}
.backNum_Area_01 {
width: 180px; 
clear:both;

}
.backNum_Area_01 .thm {
width: 60px; 
margin-right: 10px; 
float: left; margin-bottom: 30px;
}
.backNum_Area_01 .thm_comment {
width: 110px; 
float: right;
}

.backNum_Area_01 .thm_comment p {
font-size: 85%;
line-height: 1.2em;
margin-top: 0px;
margin-bottom: 30px;
}





