﻿@charset "UTF-8";


/* 背景設定 */
BODY{
background-color: #B3DFEF;

}




/* テーブルヘッダー */
.TDheader{
width: 690px;
height: 30px;
background: url(img/header2.png);
color: #ffffff;
font: 22px;
padding-left: 30px;
}

/* テーブル中身 */
.TDcenter{
background: #FFFFFF;
color: #444444;
font: 16px;
padding: 20px;
line-height: 180%;
border: 1px #d1edca solid; 
}

/* テーブルフッター */

.TDfooter{
width: 690px;
height: 30px;
background: url(img/footer.png);
color: #ffffff;
font: bold 20px;
}
.TDfooter A {color : #ffffff; text-decoration: none;}
.TDfooter A:VISITED {color : #ffffff; text-decoration: none;}
.TDfooter A:hover {color : #ffffff; text-decoration:underline; }
.TDfooter A:ACTIVE {color : #ffffff; text-decoration:underline; }




/* 動画用テーブルヘッダー */
.VideoTDheader{
height: 30px;
background: url(img/videoHeader3.png);
color: #ffffff;
font: 22px;
padding-left: 30px;
}

/* 動画用テーブル中身 */
.VideoTDcenter{
color: #000000;
background: #FFFFFF;
padding: 3px;
}
/* 動画用説明*/
.VideoTDText{
background: #FFFFFF;
padding: 3px;
font: 16px;
padding: 8px;
line-height: 160%;
}

/* 動画用テーブルフッター */
.VideoTDfooter{
height: 30px;
background: url(img/videoFooter.png);
color: #ffffff;
font: bold 18px;
}

/* イラスト用テーブルヘッダー */
.IllustTDheader{
height: 30px;
background: url(img/illustHeader.png);
color: #ffffff;
font: 22px;
padding-left: 30px;
}

/* イラスト用テーブル中身 */
.IllustTDcenter{
background: #FFFFFF;
padding: 3px;
font: 16px;
padding: 8px;
line-height: 160%;
}


